summaryrefslogtreecommitdiff
path: root/www/py-pyjwt/files/patch-setup.py
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-02-26 10:44:33 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-02-26 10:44:33 +0000
commit4c8eccf2bd0cb767d17c1e61c2dc2a512a8d5b02 (patch)
treef66cfc5391efc9f1c6c00d99788d3f56da778a74 /www/py-pyjwt/files/patch-setup.py
parentsecurity/py-libnacl: Update to 1.4.4 (diff)
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 <terje elde net> Approved by: maintainer <terje elde net>
Notes
Notes: svn path=/head/; revision=409595
Diffstat (limited to 'www/py-pyjwt/files/patch-setup.py')
-rw-r--r--www/py-pyjwt/files/patch-setup.py19
1 files changed, 19 insertions, 0 deletions
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,