www/py-django-graphql-jwt34: New port

JSON Web Token for Django GraphQL (0.3.4)

This version is required by cluster please do not remove without
discussing with clusteradm@.

JSON Web Token (JWT) authentication for Graphene Django

WWW: https://github.com/flavors/django-graphql-jwt
This commit is contained in:
Muhammad Moinur Rahman 2024-10-23 17:17:08 +02:00
parent 71f2853031
commit 53ff85d4b8
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 31 additions and 0 deletions

View File

@ -1554,6 +1554,7 @@
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

View File

@ -0,0 +1,26 @@
PORTNAME= django-graphql-jwt
DISTVERSION= 0.3.4
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.0:www/py-django42@${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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1729696328
SHA256 (django-graphql-jwt-0.3.4.tar.gz) = 654808417a1fa97e4d489766b61046fa8006f58dfad1c44cc3a37a9e4929203b
SIZE (django-graphql-jwt-0.3.4.tar.gz) = 22786

View File

@ -0,0 +1 @@
JSON Web Token (JWT) authentication for Graphene Django