Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > d42e5baba92be2dc14a8b50c6f06a4a4 > files > 2

pycryptopp-0.5.25-1.fc13.src.rpm

Index: pycryptopp-0.5.25/setup.cfg
===================================================================
--- pycryptopp-0.5.25.orig/setup.cfg
+++ pycryptopp-0.5.25/setup.cfg
@@ -2,13 +2,13 @@
 zip_ok = False
 
 [aliases]
-build = darcsver --count-all-patches build
-test = darcsver --count-all-patches test
-sdist = darcsver --count-all-patches sdist
-install = darcsver --count-all-patches install
-bdist_egg = darcsver --count-all-patches bdist_egg
-trial = darcsver --count-all-patches trial
-sdist_dsc = darcsver --count-all-patches sdist_dsc
+#build = darcsver --count-all-patches build
+#test = darcsver --count-all-patches test
+#sdist = darcsver --count-all-patches sdist
+#install = darcsver --count-all-patches install
+#bdist_egg = darcsver --count-all-patches bdist_egg
+#trial = darcsver --count-all-patches trial
+#sdist_dsc = darcsver --count-all-patches sdist_dsc
 
 [egg_info]
 tag_build = 
Index: pycryptopp-0.5.25/setup.py
===================================================================
--- pycryptopp-0.5.25.orig/setup.py
+++ pycryptopp-0.5.25/setup.py
@@ -8,8 +8,8 @@
 
 import glob, os, platform, re, subprocess, sys
 
-egg = os.path.realpath(glob.glob('darcsver-*.egg')[0])
-sys.path.insert(0, egg)
+#egg = os.path.realpath(glob.glob('darcsver-*.egg')[0])
+#sys.path.insert(0, egg)
 
 from setuptools import Extension, find_packages, setup
 
@@ -225,7 +225,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.
@@ -237,7 +237,7 @@ if 'flakes' in sys.argv[1:]:
 # pycryptopp.egg-info/SOURCES.txt file present which contains a complete list
 # of needed files.
 # http://pypi.python.org/pypi/setuptools_darcs
-setup_requires.append('setuptools_darcs >= 1.0.5')
+#setup_requires.append('setuptools_darcs >= 1.0.5')
 
 # stdeb is required to produce Debian files with "sdist_dsc".
 # http://github.com/astraw/stdeb/tree/master