Commit 75c1e318 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-django-graphql-jwt34: Remove expired port

2026-06-29 www/py-django-graphql-jwt34: Use py-django-graphql-jwt instead
parent 9b6dfd2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5380,3 +5380,4 @@ www/xist|www/py-ll-xist|2026-06-24|Use correct Python package name
net/seda||2026-06-26|Has expired: old, no users in the ports tree, unmaintained, uses long deprecated code removed in jdk25
math/reduce|math/reduce-psl|2026-06-28|Remove duplicate port, use math/reduce-psl instead
devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the API is no longer available as of 2020-12-08
www/py-django-graphql-jwt34|www/py-django-graphql-jwt|2026-06-30|Has expired: Use py-django-graphql-jwt instead
+0 −1
Original line number Diff line number Diff line
@@ -1668,7 +1668,6 @@
    SUBDIR += py-django-formtools
    SUBDIR += py-django-graphiql-debug-toolbar
    SUBDIR += py-django-graphql-jwt
    SUBDIR += py-django-graphql-jwt34
    SUBDIR += py-django-gravatar2
    SUBDIR += py-django-guardian
    SUBDIR += py-django-hashid-field
+0 −30
Original line number Diff line number Diff line
PORTNAME=	django-graphql-jwt
DISTVERSION=	0.3.4
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	34

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	JSON Web Token for Django GraphQL (0.3.4)
WWW=		https://github.com/flavors/django-graphql-jwt

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Use py-django-graphql-jwt instead
EXPIRATION_DATE=2026-06-29

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=2.0:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}graphene>=2.1.5:devel/py-graphene@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}graphene-django>=2.0.0:devel/py-graphene-django@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pyjwt>=2:www/py-pyjwt@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1729696328
SHA256 (django-graphql-jwt-0.3.4.tar.gz) = 654808417a1fa97e4d489766b61046fa8006f58dfad1c44cc3a37a9e4929203b
SIZE (django-graphql-jwt-0.3.4.tar.gz) = 22786
+0 −1
Original line number Diff line number Diff line
JSON Web Token (JWT) authentication for Graphene Django