Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 18:37:14 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c420a89bfac - main - www/py-pyjwt1: Remove expired port
Message-ID:  <6a1c7fda.1f72c.33c58e4b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c420a89bfacbc4c0d77eedefe1b1566115ffdf5

commit 3c420a89bfacbc4c0d77eedefe1b1566115ffdf5
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-05-31 18:37:04 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-05-31 18:37:04 +0000

    www/py-pyjwt1: Remove expired port
    
    2026-05-31 www/py-pyjwt1: Obsoleted. Use www/py-pyjwt instead
---
 MOVED                   |  1 +
 www/Makefile            |  1 -
 www/py-pyjwt1/Makefile  | 39 ---------------------------------------
 www/py-pyjwt1/distinfo  |  3 ---
 www/py-pyjwt1/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/MOVED b/MOVED
index d092c0c8099d..3cdbe61a3e4f 100644
--- a/MOVED
+++ b/MOVED
@@ -5331,3 +5331,4 @@ graphics/kdiagram||2026-05-31|Removed, not needed anymore
 archivers/rubygem-rubyzip2|archivers/rubygem-rubyzip|2026-05-31|Has expired: Outdated. Upstream disappeared
 japanese/p5-2chproxy||2026-05-31|Has expired: Abandoned, it is not compatible with the current servers, migrate to proxy2ch
 www/py-azure-storage||2026-05-31|Has expired: Deprecated by upstream. Use other py-azure-storage-* ports instead
+www/py-pyjwt1|www/py-pyjwt|2026-05-31|Has expired: Obsoleted. Use www/py-pyjwt instead
diff --git a/www/Makefile b/www/Makefile
index 2649f7beb0ef..1b20c5cf6634 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1915,7 +1915,6 @@
     SUBDIR += py-py-restclient
     SUBDIR += py-pygsheets
     SUBDIR += py-pyjwt
-    SUBDIR += py-pyjwt1
     SUBDIR += py-pylsqpack
     SUBDIR += py-pyocclient
     SUBDIR += py-pyramid
diff --git a/www/py-pyjwt1/Makefile b/www/py-pyjwt1/Makefile
deleted file mode 100644
index f94a15a93267..000000000000
--- a/www/py-pyjwt1/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME=	pyjwt1
-PORTVERSION=	1.7.1
-PORTREVISION=	1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyJWT-${PORTVERSION}
-
-MAINTAINER=	terje@elde.net
-COMMENT=	JSON Web Token implementation in Python
-WWW=		https://github.com/progrium/pyjwt
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Obsoleted. Use www/py-pyjwt instead
-EXPIRATION_DATE=2026-05-31
-
-# 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}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent cryptography_test distutils
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}-pyjwt
-
-OPTIONS_DEFINE=	RSASSA
-
-RSASSA_DESC=		RSASSA-PKCS1 v1.5 signature support
-RSASSA_USE=		PYTHON=cryptography
-
-NO_ARCH=	yes
-
-do-test:
-	@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
-.include <bsd.port.mk>
diff --git a/www/py-pyjwt1/distinfo b/www/py-pyjwt1/distinfo
deleted file mode 100644
index 381402aac2e6..000000000000
--- a/www/py-pyjwt1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1577039206
-SHA256 (PyJWT-1.7.1.tar.gz) = 8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
-SIZE (PyJWT-1.7.1.tar.gz) = 41979
diff --git a/www/py-pyjwt1/pkg-descr b/www/py-pyjwt1/pkg-descr
deleted file mode 100644
index 62965fe26f8f..000000000000
--- a/www/py-pyjwt1/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A Python implementation of JSON Web Tokens.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c7fda.1f72c.33c58e4b>