• PJ Eby's avatar
    Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I · 040f032a
    PJ Eby authored
    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
    040f032a
entry_points.txt 1.54 KB