FreeBSD Bugzilla – Attachment 167435 Details for
Bug 205443
www/py-pyjwt: Update to 1.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update py-pyjwt to 1.4.0, Modernize
py-pyjwt-1.4.0.diff (text/plain), 2.97 KB, created by
Kubilay Kocak
on 2016-02-26 10:37:56 UTC
(
hide
)
Description:
Update py-pyjwt to 1.4.0, Modernize
Filename:
MIME Type:
Creator:
Kubilay Kocak
Created:
2016-02-26 10:37:56 UTC
Size:
2.97 KB
patch
obsolete
>www/py-jwt: 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 >- Uncomment LICENSE_FILE > >QA: > >portlint: OK (looks fine.) >testport: OK (poudriere, 11amd64, py27, py34) >unittest: OK (130 passed in 9.52 seconds) > >Index: Makefile >=================================================================== >--- Makefile (revision 409464) >+++ Makefile (working copy) >@@ -1,27 +1,35 @@ > # $FreeBSD$ > > PORTNAME= pyjwt >-PORTVERSION= 0.2.1 >+PORTVERSION= 1.4.0 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= PyJWT-${PORTVERSION} >-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= terje@elde.net > COMMENT= JSON Web Token implementation in Python > > LICENSE= MIT >-# LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-RSASSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto >+# Some tests are skipped without pycrypto, but its not >+# referenced as a requirement anymore. >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ >+ ${PYTHON_PKGNAMEPREFIX}cryptography>0:${PORTSDIR}/security/py-cryptography \ >+ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto > >+USES= python >+USE_PYTHON= distutils concurrent autoplist >+ > OPTIONS_DEFINE= RSASSA >-RSASSA_DESC= RSASSA-PKCS1 v1.5 signature support > >-USES= python >-USE_PYTHON= distutils autoplist >+RSASSA_DESC= RSASSA-PKCS1 v1.5 signature support >+RSASSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:${PORTSDIR}/security/py-cryptography > >-regression-test: build >- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+NO_ARCH= yes > >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -c /dev/null -v -rs >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 409464) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (PyJWT-0.2.1.tar.gz) = cfd0fad01a9a57fb4b24e59a82ffd50ddc9c2c4344694ec6ef436ae11d5d18aa >-SIZE (PyJWT-0.2.1.tar.gz) = 6320 >+SHA256 (PyJWT-1.4.0.tar.gz) = e1b2386cfad541445b1d43e480b02ca37ec57259fd1a23e79415b57ba5d8a694 >+SIZE (PyJWT-1.4.0.tar.gz) = 34613 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (nonexistent) >+++ files/patch-setup.py (working copy) >@@ -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,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
terje
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 205443
:
164397
| 167435