Index: net/py-tweepy/Makefile =================================================================== --- net/py-tweepy/Makefile (revision 496014) +++ net/py-tweepy/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tweepy -PORTVERSION= 3.5.0 -DISTVERSIONPREFIX= v +DISTVERSION= 3.7.0 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: net/py-tweepy/distinfo =================================================================== --- net/py-tweepy/distinfo (revision 496014) +++ net/py-tweepy/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500106920 -SHA256 (tweepy-tweepy-v3.5.0_GH0.tar.gz) = 156748432e71e3f3258d109ef06638c32d2591aa98e480eb321a2c226f4ac47d -SIZE (tweepy-tweepy-v3.5.0_GH0.tar.gz) = 602727 +TIMESTAMP = 1553062535 +SHA256 (tweepy-tweepy-3.7.0_GH0.tar.gz) = a72a457efc0a60340bf19dc4fead291b6758befa061b74d8f7e3f3e03171c8e4 +SIZE (tweepy-tweepy-3.7.0_GH0.tar.gz) = 427430 Index: net/py-tweepy/files/patch-setup.py =================================================================== --- net/py-tweepy/files/patch-setup.py (revision 496014) +++ net/py-tweepy/files/patch-setup.py (nonexistent) @@ -1,22 +0,0 @@ ---- setup.py.orig 2015-11-20 05:42:25 UTC -+++ setup.py -@@ -15,7 +15,10 @@ else: - raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,)) - - install_reqs = parse_requirements('requirements.txt', session=uuid.uuid1()) -+test_reqs = parse_requirements('test_requirements.txt', session=uuid.uuid1()) -+ - reqs = [str(req.req) for req in install_reqs] -+treqs = [str(req.req) for req in test_reqs] - - setup(name="tweepy", - version=version, -@@ -26,6 +29,8 @@ setup(name="tweepy", - url="http://github.com/tweepy/tweepy", - packages=find_packages(exclude=['tests']), - install_requires=reqs, -+ tests_require=treqs, -+ test_suite='nose.collector', - keywords="twitter library", - classifiers=[ - 'Development Status :: 4 - Beta', Property changes on: net/py-tweepy/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net/py-tweepy/files/patch-test__requirements.txt =================================================================== --- net/py-tweepy/files/patch-test__requirements.txt (revision 496014) +++ net/py-tweepy/files/patch-test__requirements.txt (nonexistent) @@ -1,9 +0,0 @@ ---- test_requirements.txt.orig 2015-11-20 05:42:25 UTC -+++ test_requirements.txt -@@ -1,4 +1,2 @@ --tox>=1.7.2 --vcrpy==1.1.2 --mock==1.0.1 --unittest2 # Comment this line out if using Python 3. -+vcrpy>=1.1.2 -+mock>=1.0.1 Property changes on: net/py-tweepy/files/patch-test__requirements.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property