diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-08-21 23:33:40 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-08-21 23:33:40 +0000 |
| commit | 040f032a1f39038ed3209712b468c356c34a5df5 (patch) | |
| tree | 11f9fcaea20998fc98e2560f0613873be4e7859d /setuptools.egg-info | |
| parent | e00f4a87ad767db9ff358ffc773365d5929345fa (diff) | |
| download | external_python_setuptools-040f032a1f39038ed3209712b468c356c34a5df5.tar.gz external_python_setuptools-040f032a1f39038ed3209712b468c356c34a5df5.tar.bz2 external_python_setuptools-040f032a1f39038ed3209712b468c356c34a5df5.zip | |
Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I
was trying to have setuptools fix distutils' broken filename handling that
assumes people haven't put punctuation in their distribution names,
including '-' (which prevents unambiguous parsing of distribution names).
However, bdist_rpm's attempt to guess a source distribution's filename
isn't compatible with this fix, without making other changes. I decided
therefore to drop the fixes for the sake of backward compatibility, but
monkeypatch bdist_rpm so that it runs "egg_info" first, to ensure that any
--tag-svn-revision or other tagging options take effect.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041215
Diffstat (limited to 'setuptools.egg-info')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index c6b3f595..d8435a3d 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -17,6 +17,7 @@ entry_points.txt = setuptools.command.egg_info:write_entries depends.txt = setuptools.command.egg_info:warn_depends_obsolete [distutils.commands] +bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm rotate = setuptools.command.rotate:rotate develop = setuptools.command.develop:develop setopt = setuptools.command.setopt:setopt |
