mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/py-pyjwt: Updtae to 1.7.1
Changes this release: https://github.com/jpadilla/pyjwt/blob/1.7.1/CHANGELOG.md PR: 242818 Submitted by: Goran Mekić <meka@tilda.center> Approved by: Terje Elde <terje@elde.net> (maintainer timeout)
This commit is contained in:
parent
d502178c2b
commit
b24df15863
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523072
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyjwt
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -31,6 +30,6 @@ RSASSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptograp
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -c /dev/null -v -rs
|
||||
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (PyJWT-1.4.0.tar.gz) = e1b2386cfad541445b1d43e480b02ca37ec57259fd1a23e79415b57ba5d8a694
|
||||
SIZE (PyJWT-1.4.0.tar.gz) = 34613
|
||||
TIMESTAMP = 1577039206
|
||||
SHA256 (PyJWT-1.7.1.tar.gz) = 8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
|
||||
SIZE (PyJWT-1.7.1.tar.gz) = 41979
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- 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,
|
Loading…
Reference in New Issue
Block a user