Commit 3c420a89 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-pyjwt1: Remove expired port

2026-05-31 www/py-pyjwt1: Obsoleted. Use www/py-pyjwt instead
parent 1ee5923d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

www/py-pyjwt1/Makefile

deleted100644 → 0
+0 −39
Original line number Diff line number Diff line
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>

www/py-pyjwt1/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1577039206
SHA256 (PyJWT-1.7.1.tar.gz) = 8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
SIZE (PyJWT-1.7.1.tar.gz) = 41979

www/py-pyjwt1/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
A Python implementation of JSON Web Tokens.