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 | |
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
-rw-r--r-- | devel/py-rope/Makefile | 7 | ||||
-rw-r--r-- | devel/py-rope/distinfo | 4 | ||||
-rw-r--r-- | devel/py-rope/files/patch-setup.py | 17 |
3 files changed, 6 insertions, 22 deletions
diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index d8155597fcce..4a79618d60e6 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= rope -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com -COMMENT= Rope is a python refactoring library +COMMENT= Python refactoring library + +LICENSE= GPLv2 USES= python USE_PYTHON= distutils autoplist diff --git a/devel/py-rope/distinfo b/devel/py-rope/distinfo index 3927f7f71e56..cfce22619892 100644 --- a/devel/py-rope/distinfo +++ b/devel/py-rope/distinfo @@ -1,2 +1,2 @@ -SHA256 (rope-0.9.4.tar.gz) = 2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba -SIZE (rope-0.9.4.tar.gz) = 221516 +SHA256 (rope-0.10.2.tar.gz) = fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465 +SIZE (rope-0.10.2.tar.gz) = 221523 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 - |