Commit 8283f8f5 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2026-06-30 www/py-dj52-django-allauth: Obsolete, please use www/py-django-allauth instead
parent e12c3e0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5424,3 +5424,4 @@ www/py-dj52-django-stubs-ext|www/py-django-stubs-ext|2026-06-30|Has expired: Obs
www/py-dj52-django-auditlog|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
www/py-dj52-django-debug-toolbar|www/py-django-debug-toolbar|2026-06-30|Has expired: Obsolete, please use www/py-django-debug-toolbar instead
graphics/py-dj52-sorl-thumbnail|graphics/py-sorl-thumbnail|2026-06-30|Has expired: Obsolete, please use graphics/py-sorl-thumbnail instead
www/py-dj52-django-allauth|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
+0 −1
Original line number Diff line number Diff line
@@ -1564,7 +1564,6 @@
    SUBDIR += py-dj42-django_statici18n
    SUBDIR += py-dj42-djangorestframework
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj52-django-allauth
    SUBDIR += py-dj52-djangorestframework
    SUBDIR += py-dj52-social-auth-app-django
    SUBDIR += py-dj60-channels
+0 −48
Original line number Diff line number Diff line
PORTNAME=	django-allauth
PORTVERSION=	65.18.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}

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=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}fido2>=0:security/py-fido2@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

OPTIONS_DEFINE=	MFA OPENID SAML SOCIALACCOUNT STEAM
OPTIONS_DEFAULT=MFA OPENID SOCIALACCOUNT
MFA_DESC=		Multi-Factor Authentication support
OPENID_DESC=		OpenID authentication support
SAML_DESC=		Security Assertion Markup Language support
SOCIALACCOUNT_DESC=	Social network account support
STEAM_DESC=		Steam OpenID authentication support

MFA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} \
			${PYTHON_PKGNAMEPREFIX}fido2>=0:security/py-fido2@${PY_FLAVOR}
OPENID_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR}
SAML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR}
SOCIALACCOUNT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \
				${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \
				${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
STEAM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1781884582
SHA256 (django_allauth-65.18.0.tar.gz) = afb82e2c545b9a5539370ad120468faaed84715e095a7b6e76972dacdc6376fe
SIZE (django_allauth-65.18.0.tar.gz) = 2246988
+0 −9
Original line number Diff line number Diff line
--- pyproject.toml.orig	2025-07-31 17:18:40 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=75.3.0", "setuptools-scm>=8"]
+requires = ["setuptools>=61.0.0", "setuptools-scm>=8"]
 build-backend = "setuptools.build_meta"
 
 [project]
Loading