Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16017 closed defect (fixed)

py-setuptools 0.6c8 does not recognize subversion 1.5.0

Reported by: jdgleeson Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: setuptools, distutils, setup.py, easy_install Cc: stechert@…
Port:

Description

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.

Attachments (1)

sdist.py.diff (1.0 KB) - added by jdgleeson 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by jdgleeson

Attachment: sdist.py.diff added

comment:1 Changed 16 years ago by blb@…

Owner: changed from macports-tickets@… to stechert@…

Assign to maintainer of py-setuptools/py25-setuptools.

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: stechert@… added
Owner: changed from stechert@… to ryandesign@…

No response from maintainer; I'll take this.

comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.