Index: Makefile =================================================================== --- Makefile (revision 416303) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.9.1 +PORTVERSION= 2.10.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 416303) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (requests-2.9.1.tar.gz) = c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f -SIZE (requests-2.9.1.tar.gz) = 484252 +TIMESTAMP = 1464882911 +SHA256 (requests-2.10.0.tar.gz) = 63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54 +SIZE (requests-2.10.0.tar.gz) = 477617 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 416303) +++ files/patch-setup.py (nonexistent) @@ -1,19 +0,0 @@ ---- setup.py.orig 2015-06-05 04:36:25 UTC -+++ setup.py -@@ -27,6 +27,7 @@ packages = [ - ] - - requires = [] -+tests_require = ['pytest'] - - version = '' - with open('requests/__init__.py', 'r') as fd: -@@ -54,6 +55,8 @@ setup( - package_dir={'requests': 'requests'}, - include_package_data=True, - install_requires=requires, -+ tests_require=tests_require, -+ test_suite='test_requests', - license='Apache 2.0', - zip_safe=False, - classifiers=( Property changes on: 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