# upstream tarball already has all .py files generated by darcs / setuptools_darcs # no need to regenerate them Index: pycryptopp-0.5.29/setup.py =================================================================== --- pycryptopp-0.5.29.orig/setup.py +++ pycryptopp-0.5.29/setup.py @@ -226,7 +226,7 @@ install_requires = ['setuptools >= 0.6a9 # that are already in use), you may need to add it to setup.cfg and configure # it to run darcsver before your command, if you want the version number to be # correct when that command runs. http://pypi.python.org/pypi/darcsver -setup_requires.append('darcsver >= 1.6.3') +#setup_requires.append('darcsver >= 1.6.3') # setuptools_pyflakes is needed only if you want "./setup.py flakes" to run # pyflakes on all the pycryptopp modules. Index: pycryptopp-0.5.29/setup.cfg =================================================================== --- pycryptopp-0.5.29.orig/setup.cfg +++ pycryptopp-0.5.29/setup.cfg @@ -10,8 +10,8 @@ tag_svn_revision = 0 sdist_dsc = darcsver --count-all-patches sdist_dsc sdist = darcsver --count-all-patches sdist trial = darcsver --count-all-patches trial -build = darcsver --count-all-patches build -install = darcsver --count-all-patches install -test = darcsver --count-all-patches test +#build = darcsver --count-all-patches build +#install = darcsver --count-all-patches install +#test = darcsver --count-all-patches test bdist_egg = darcsver --count-all-patches bdist_egg