git: b12ea7e561b1 - main - www/py-dj51-django-allauth: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 11:25:36 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b12ea7e561b187319d2230d73c6938851593665d

commit b12ea7e561b187319d2230d73c6938851593665d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:25:27 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:25:27 +0000

    www/py-dj51-django-allauth: Remove expired port
    
    2025-12-31 www/py-dj51-django-allauth: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj51-django-allauth/Makefile                | 48 ----------------------
 www/py-dj51-django-allauth/distinfo                |  3 --
 .../files/patch-pyproject.toml                     |  9 ----
 www/py-dj51-django-allauth/pkg-descr               |  2 -
 6 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/MOVED b/MOVED
index d97402ccb879..be53414234d3 100644
--- a/MOVED
+++ b/MOVED
@@ -4937,3 +4937,4 @@ www/py-dj51-strawberry-graphql-django||2025-12-31|Has expired: Extended support
 www/py-dj51-django-debug-toolbar||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj51-django-timezone-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj51-drf-spectacular-sidecar||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-allauth||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 2efe2b8c21c1..108b9b9f99ae 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1544,7 +1544,6 @@
     SUBDIR += py-ddgs
     SUBDIR += py-dj-database-url
     SUBDIR += py-dj51-channels
-    SUBDIR += py-dj51-django-allauth
     SUBDIR += py-dj51-django-auditlog
     SUBDIR += py-dj51-django-auth-ldap
     SUBDIR += py-dj51-django-choices-field
diff --git a/www/py-dj51-django-allauth/Makefile b/www/py-dj51-django-allauth/Makefile
deleted file mode 100644
index 44e5b7e35cc0..000000000000
--- a/www/py-dj51-django-allauth/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME=	django-allauth
-PORTVERSION=	65.13.1
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
-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=	Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63.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}django51>=5.1:www/py-django51@${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>
diff --git a/www/py-dj51-django-allauth/distinfo b/www/py-dj51-django-allauth/distinfo
deleted file mode 100644
index 88659742db25..000000000000
--- a/www/py-dj51-django-allauth/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1765718986
-SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15
-SIZE (django_allauth-65.13.1.tar.gz) = 1983857
diff --git a/www/py-dj51-django-allauth/files/patch-pyproject.toml b/www/py-dj51-django-allauth/files/patch-pyproject.toml
deleted file mode 100644
index 8a610f408251..000000000000
--- a/www/py-dj51-django-allauth/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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>=63.0.0", "setuptools-scm>=8"]
- build-backend = "setuptools.build_meta"
- 
- [project]
diff --git a/www/py-dj51-django-allauth/pkg-descr b/www/py-dj51-django-allauth/pkg-descr
deleted file mode 100644
index 83cdfd8f3fe9..000000000000
--- a/www/py-dj51-django-allauth/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-django-allauth is a reusable Django app that allows for both local and social
-authentication, with flows that just work.