[GRASS-dev] [GRASS GIS] #2561: 7.0.0 beta & RC tarballs contain precompiled Python objects
GRASS GIS
trac at osgeo.org
Sun Jan 25 09:36:28 PST 2015
#2561: 7.0.0 beta & RC tarballs contain precompiled Python objects
-------------------------+--------------------------------------------------
Reporter: sebastic | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.0
Component: Packaging | Version: svn-releasebranch70
Keywords: python | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by neteler):
* keywords: patch => python
* priority: normal => blocker
Comment:
Thanks for reporting this.
The following directories are affected:
{{{
make distclean
find . -name '*.pyc' | rev | cut -d'/' -f2- | rev | sort -u
./gui/wxpython/core
./gui/wxpython/gui_core
./gui/wxpython/icons
./gui/wxpython/lmgr
./gui/wxpython/location_wizard
./gui/wxpython/mapdisp
./gui/wxpython/mapwin
./gui/wxpython/modules
./gui/wxpython/nviz
./gui/wxpython/wxplot
}}}
IMHO we need to fix "make distclean" here (fixing the release procedure is
rather a work around)
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2561#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list