[ZCM] [ZC] 1769/ 2 Comment "`setup.py clean` misses some files"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon May 2 20:25:12 EDT 2005


Issue #1769 Update (Comment) "`setup.py clean` misses some files"
 Status Pending, Database/bug low
To followup, visit:
  http://www.zope.org/Collectors/Zope/1769

==============================================================
= Comment - Entry #2 by jbelmonte on May 2, 2005 8:25 pm

> Importance: low

I can see that from the point of view of ZODB developers, but for downstream package maintainers, a "clean" target that works is essential.

________________________________________
= Request - Entry #1 by tim_one on May 2, 2005 1:40 pm

>From John Belmonte, on zodb-dev:

In 3.4a1 I noticed that setup.py --clean is leaving some derived files behind:

$ python setup.py clean --all
running clean
'build/lib.linux-i686-2.4' does not exist -- can't clean it
'build/bdist.linux-i686' does not exist -- can't clean it
'build/scripts-2.4' does not exist -- can't clean it
$ find -name '*.pyc'
./Support/zpkgsetup/__init__.pyc
./Support/zpkgsetup/setup.pyc
./Support/zpkgsetup/package.pyc
./Support/zpkgsetup/cfgparser.pyc
./Support/zpkgsetup/dist.pyc
./Support/zpkgsetup/urlutils.pyc
./Support/zpkgsetup/publication.pyc
./Support/zpkgsetup/build_py.pyc
./Support/zpkgsetup/install_lib.pyc

==============================================================



More information about the Zope-Collector-Monitor mailing list