Blob Blame History Raw
diff -up zbase32-1.1.2/setup.py.orig zbase32-1.1.2/setup.py
--- zbase32-1.1.2/setup.py.orig	2010-06-24 18:48:35.000000000 +0200
+++ zbase32-1.1.2/setup.py	2010-06-24 18:48:59.000000000 +0200
@@ -53,18 +53,6 @@ else:
         print "unable to find version in %s" % (VERSIONFILE,)
         raise RuntimeError("if %s.py exists, it must be well-formed" % (VERSIONFILE,))
 
-# darcsver is needed only if you want "./setup.py darcsver" to write a new
-# version stamp in pyutil/_version.py, with a version number derived from
-# darcs history.  http://pypi.python.org/pypi/darcsver
-if 'darcsver' in sys.argv[1:]:
-    setup_requires.append('darcsver >= 1.0.0')
-
-# setuptools_darcs is required to produce complete distributions (such as with
-# "sdist" or "bdist_egg"), unless there is a pyutil.egg-info/SOURCE.txt file
-# present which contains a complete list of files that should be included.
-# http://pypi.python.org/pypi/setuptools_darcs
-setup_requires.append('setuptools_darcs >= 1.1.0')
-
 setup(name=PKG,
       version=verstr,
       description='base32 encoder/decoder',