Commit bc7a7437 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj42-django-allauth: Remove expired port

2024-06-15 www/py-dj42-django-allauth: Obsolete, please use www/py-django-allauth instead
parent 2cf5adee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3335,3 +3335,4 @@ www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has ex
www/py-dj42-django-graphiql-debug-toolbar|www/py-django-graphiql-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-graphiql-debug-toolbar instead
www/py-dj42-django-rich|www/py-django-rich|2024-06-15|Has expired: Obsolete, please use www/py-django-rich instead
www/py-dj42-django-redis|www/py-django-redis|2024-06-15|Has expired: Obsolete, please use www/py-django-redis instead
www/py-dj42-django-allauth|www/py-django-allauth|2024-06-15|Has expired: Obsolete, please use www/py-django-allauth instead
+0 −1
Original line number Diff line number Diff line
@@ -1482,7 +1482,6 @@
    SUBDIR += py-cssutils
    SUBDIR += py-daphne
    SUBDIR += py-dj-database-url
    SUBDIR += py-dj42-django-allauth
    SUBDIR += py-dj42-django-crispy-forms
    SUBDIR += py-dj42-django-debug-toolbar
    SUBDIR += py-dj42-django-extensions
+0 −41
Original line number Diff line number Diff line
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

DEPRECATED=	Obsolete, please use www/py-django-allauth instead
EXPIRATION_DATE=2024-06-15

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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1702543708
SHA256 (django-allauth-0.59.0.tar.gz) = ec19efb80b34d2f18bd831eab9b10b6301f58d1cce9f39af35f497b7e5b0a141
SIZE (django-allauth-0.59.0.tar.gz) = 926120
+0 −2
Original line number Diff line number Diff line
django-allauth is a reusable Django app that allows for both local and social
authentication, with flows that just work.