From 4c8eccf2bd0cb767d17c1e61c2dc2a512a8d5b02 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Fri, 26 Feb 2016 10:44:33 +0000 Subject: www/py-pyjwt: Update to 1.4.0, Modernize - Update PORTVERSION and distinfo checksum (1.4.0) - Update run and test dependencies (pycrypto -> cryptography) - Enable "concurrent" Python installation - Enable NO_ARCH (architecture independent) - Update test target - Patch setup.py not to install non-compulsory tests_requires - Group OPTIONS_* entries - Pet portling (DISTNAME order) - Uncomment LICENSE_FILE PR: 205443 Reviewed by: maintainer Approved by: maintainer --- www/py-pyjwt/files/patch-setup.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/py-pyjwt/files/patch-setup.py (limited to 'www/py-pyjwt/files/patch-setup.py') diff --git a/www/py-pyjwt/files/patch-setup.py b/www/py-pyjwt/files/patch-setup.py new file mode 100644 index 000000000000..3cd7bfd035d6 --- /dev/null +++ b/www/py-pyjwt/files/patch-setup.py @@ -0,0 +1,19 @@ +--- setup.py.orig 2016-02-26 09:43:54 UTC ++++ setup.py +@@ -31,8 +31,6 @@ if sys.argv[-1] == 'publish': + + tests_require = [ + 'pytest', +- 'pytest-cov', +- 'pytest-runner', + ] + + setup( +@@ -61,7 +59,6 @@ setup( + 'Topic :: Utilities', + ], + test_suite='tests', +- setup_requires=['pytest-runner'], + tests_require=tests_require, + extras_require=dict( + test=tests_require, -- cgit v1.2.3