git: 1688f5f7ce02 - main - www/py-pyjwt: Add py-pyjwt 2.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:41:05 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1688f5f7ce02ee55dfa137d41f3a6c80a5c04682
commit 1688f5f7ce02ee55dfa137d41f3a6c80a5c04682
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:38:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:38:47 +0000
www/py-pyjwt: Add py-pyjwt 2.3.0
PyJWT is a Python implementation of RFC 7519.
WWW: https://github.com/jpadilla/pyjwt
---
MOVED | 1 -
www/Makefile | 1 +
www/py-pyjwt/Makefile | 21 +++++++++++++++++++++
www/py-pyjwt/distinfo | 3 +++
www/py-pyjwt/pkg-descr | 3 +++
5 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/MOVED b/MOVED
index 72ab68e97f22..7ff7ead2e6ae 100644
--- a/MOVED
+++ b/MOVED
@@ -16490,7 +16490,6 @@ sysutils/cfengine-masterfiles311|sysutils/cfengine-masterfiles317|2021-09-30|Has
mail/postfix35|mail/postfix|2021-09-30|Has expired: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
graphics/drm-fbsd11.2-kmod||2021-09-30|Removed, only useful on EOL FreeBSD 11.4
devel/qca-legacy|devel/qca|2021-09-30|Removed, only useful on EOL FreeBSD 11.4
-www/py-pyjwt|www/py-pyjwt1|2021-10-02|Renamed to prepare for the addition of v2.x to the tree
lang/erlang-runtime20|lang/erlang-runtime22|2021-10-04|Has expired: no longer supported upstream, use lang/erlang >=22
lang/erlang-riak|lang/erlang-runtime22|2021-10-04|Has expired: no longer supported upstream, use lang/erlang >=22
sysutils/stanchion||2021-10-04|Has expired: dependencies no longer supported upstream
diff --git a/www/Makefile b/www/Makefile
index c8079549ce73..e63c50927efc 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1724,6 +1724,7 @@
SUBDIR += py-puppetboard
SUBDIR += py-py-restclient
SUBDIR += py-pygsheets
+ SUBDIR += py-pyjwt
SUBDIR += py-pyjwt1
SUBDIR += py-pylsqpack
SUBDIR += py-pyocclient
diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
new file mode 100644
index 000000000000..c8009703d9e4
--- /dev/null
+++ b/www/py-pyjwt/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= pyjwt
+PORTVERSION= 2.3.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= PyJWT-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= JSON Web Token implementation in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-pyjwt/distinfo b/www/py-pyjwt/distinfo
new file mode 100644
index 000000000000..7cf52c3736f0
--- /dev/null
+++ b/www/py-pyjwt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1638556440
+SHA256 (PyJWT-2.3.0.tar.gz) = b888b4d56f06f6dcd777210c334e69c737be74755d3e5e9ee3fe67dc18a0ee41
+SIZE (PyJWT-2.3.0.tar.gz) = 62279
diff --git a/www/py-pyjwt/pkg-descr b/www/py-pyjwt/pkg-descr
new file mode 100644
index 000000000000..1c60fc7d2693
--- /dev/null
+++ b/www/py-pyjwt/pkg-descr
@@ -0,0 +1,3 @@
+PyJWT is a Python implementation of RFC 7519.
+
+WWW: https://github.com/jpadilla/pyjwt