diff -ruN py-rope-old/Makefile py-rope/Makefile --- py-rope-old/Makefile 2015-02-17 11:40:09.000000000 -0300 +++ py-rope/Makefile 2015-02-17 11:43:49.000000000 -0300 @@ -2,8 +2,8 @@ # $FreeBSD: head/devel/py-rope/Makefile 371280 2014-10-20 16:04:12Z mva $ PORTNAME= rope -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.10.2 +#PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-rope-old/distinfo py-rope/distinfo --- py-rope-old/distinfo 2015-02-17 11:40:09.000000000 -0300 +++ py-rope/distinfo 2015-02-17 11:43:49.000000000 -0300 @@ -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 -ruN py-rope-old/files/patch-setup.py py-rope/files/patch-setup.py --- py-rope-old/files/patch-setup.py 2015-02-17 11:40:09.000000000 -0300 +++ py-rope/files/patch-setup.py 1969-12-31 21:00:00.000000000 -0300 @@ -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 -