1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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

JSON Web Token for Django GraphQL

JSON Web Token (JWT) authentication for Graphene Django

WWW: https://github.com/flavors/django-graphql-jwt

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2024-10-09 16:06:49 +02:00
parent 1d9aa48350
commit 02f80f02a4
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 31 additions and 0 deletions

View File

@ -1551,6 +1551,7 @@
SUBDIR += py-django-formset-js-improved
SUBDIR += py-django-formtools
SUBDIR += py-django-graphiql-debug-toolbar
SUBDIR += py-django-graphql-jwt
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.4.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= JSON Web Token for Django GraphQL
WWW= https://github.com/flavors/django-graphql-jwt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${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>=3.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 = 1728482465
SHA256 (django_graphql_jwt-0.4.0.tar.gz) = 537972519f0deeec7a0e4a306ddfed1fe385266ef61c9f78c54cd04ac01a171e
SIZE (django_graphql_jwt-0.4.0.tar.gz) = 20668

View File

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