FreeBSD Bugzilla – Attachment 229749 Details for
Bug 254038
www/py-pyjwt: Update to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with remaining diff for new port py-pyjwt
patch-www_py-pyjwt_2.1.0.diff (text/plain), 1.86 KB, created by
Rainer Hurling
on 2021-11-26 20:23:41 UTC
(
hide
)
Description:
patch with remaining diff for new port py-pyjwt
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2021-11-26 20:23:41 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile >new file mode 100644 >index 0000000000..3d4a95775d >--- /dev/null >+++ b/www/py-pyjwt/Makefile >@@ -0,0 +1,38 @@ >+PORTNAME= pyjwt >+PORTVERSION= 2.1.0 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= PyJWT-${PORTVERSION} >+ >+MAINTAINER= meka@tilda.center >+COMMENT= JSON Web Token implementation in Python >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+# Some tests are skipped without pycrypto, but its not >+# referenced as a requirement anymore. >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} >+ >+USES= python:3.6+ >+USE_PYTHON= distutils concurrent autoplist >+ >+NO_ARCH= yes >+ >+OPTIONS_DEFINE= RSASSA >+ >+RSASSA_DESC= RSASSA-PKCS1 v1.5 signature support >+RSASSA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} >+ >+#post-extract: >+# ${MV} ${WRKSRC}/jwt ${WRKSRC}/jwt1 >+# @${REINPLACE_CMD} -e 's|../jwt/__init__.py|../jwt1/__init__.py|' \ >+# ${WRKSRC}/docs/conf.py >+ >+do-test: >+ @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= >+ >+.include <bsd.port.mk> >diff --git a/www/py-pyjwt/distinfo b/www/py-pyjwt/distinfo >new file mode 100644 >index 0000000000..32c2073c44 >--- /dev/null >+++ b/www/py-pyjwt/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1633368737 >+SHA256 (PyJWT-2.1.0.tar.gz) = fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130 >+SIZE (PyJWT-2.1.0.tar.gz) = 60092 >diff --git a/www/py-pyjwt/pkg-descr b/www/py-pyjwt/pkg-descr >new file mode 100644 >index 0000000000..2ab6c36f9b >--- /dev/null >+++ b/www/py-pyjwt/pkg-descr >@@ -0,0 +1,3 @@ >+A Python implementation of JSON Web Tokens. >+ >+WWW: https://github.com/progrium/pyjwt
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
Actions:
View
|
Diff
Attachments on
bug 254038
:
223004
|
225729
| 229749