mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
www/py-dj42-django-allauth: New port
Django 4.2 version of www/py-django-allauth, happy to pass it to its maintainer or make it disappear, once 4.2 is the default django version.
This commit is contained in:
parent
e8e97c4669
commit
885a0659dc
@ -1489,6 +1489,7 @@
|
||||
SUBDIR += py-cssutils
|
||||
SUBDIR += py-daphne
|
||||
SUBDIR += py-dj-database-url
|
||||
SUBDIR += py-dj42-django-allauth
|
||||
SUBDIR += py-dj42-django-auth-ldap
|
||||
SUBDIR += py-dj42-django-cors-headers
|
||||
SUBDIR += py-dj42-django-debug-toolbar
|
||||
|
38
www/py-dj42-django-allauth/Makefile
Normal file
38
www/py-dj42-django-allauth/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
PORTNAME= django-allauth
|
||||
PORTVERSION= 0.59.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= User registration with social account authentication
|
||||
WWW= https://allauth.org/ \
|
||||
https://docs.allauth.org/en/latest/ \
|
||||
https://github.com/pennersr/django-allauth
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= MFA SAML
|
||||
MFA_DESC= Multi-Factor Authentication support
|
||||
SAML_DESC= Security Assertion Markup Language support
|
||||
|
||||
MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR}
|
||||
SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-dj42-django-allauth/distinfo
Normal file
3
www/py-dj42-django-allauth/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1702543708
|
||||
SHA256 (django-allauth-0.59.0.tar.gz) = ec19efb80b34d2f18bd831eab9b10b6301f58d1cce9f39af35f497b7e5b0a141
|
||||
SIZE (django-allauth-0.59.0.tar.gz) = 926120
|
2
www/py-dj42-django-allauth/pkg-descr
Normal file
2
www/py-dj42-django-allauth/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
django-allauth is a reusable Django app that allows for both local and social
|
||||
authentication, with flows that just work.
|
Loading…
Reference in New Issue
Block a user