py-setuptools 0.6c8 does not recognize subversion 1.5.0
This bug will cause some python
package installations to fail, such as trying to install the development version of setuptools itself: sudo easy_install setuptools==dev06
. This is a known bug in setuptools 0.6c8
, and gives a traceback ending in the lines
File "/opt/local/lib/python2.5/site-packages/setuptools/command/sdist.py", line 98, in entries_finder
log.warn("unrecognized .svn/entries format in %s", dirname)
NameError: global name 'log' is not defined
The attached patch applies fixes that are in the current development version of setuptools
.
Change History (5)
Owner: |
changed from macports-tickets@… to stechert@…
|
Cc: |
stechert@… added
|
Owner: |
changed from stechert@… to ryandesign@…
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Assign to maintainer of py-setuptools/py25-setuptools.