diff options
author | Frederic Culot <culot@FreeBSD.org> | 2015-02-24 20:03:07 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2015-02-24 20:03:07 +0000 |
commit | 1c43656607b70a3afc63f771a01183da27e875ef (patch) | |
tree | 1e9267ffaa7bdcb8f2e6c8a6d27ce10894ff7c41 /devel/py-rope/files/patch-setup.py | |
parent | - Update to 1.7.0 (diff) |
- Update to 0.10.2 [1]
- Add LICENSE (GPL 2)
- Shorten COMMENT
PR: 197762 [1]
Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=379836
Diffstat (limited to 'devel/py-rope/files/patch-setup.py')
-rw-r--r-- | devel/py-rope/files/patch-setup.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/py-rope/files/patch-setup.py b/devel/py-rope/files/patch-setup.py deleted file mode 100644 index 688963b40f29..000000000000 --- a/devel/py-rope/files/patch-setup.py +++ /dev/null @@ -1,17 +0,0 @@ ---- setup.py.orig 2011-05-12 09:26:24.000000000 +0800 -+++ setup.py 2011-05-12 09:26:47.000000000 +0800 -@@ -3,13 +3,7 @@ - import shutil - - extra_kwargs = {} --try: -- # we don't want to depend on setuptools -- # please don't use any setuptools specific API -- from setuptools import setup -- extra_kwargs['test_suite'] = 'ropetest' --except ImportError: -- from distutils.core import setup -+from distutils.core import setup - - import rope - |