git: 8283f8f5cd8e - main - www/py-dj52-django-allauth: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 30 Jun 2026 20:28:36 UTC
The branch main has been updated by rene:

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

commit 8283f8f5cd8ecf4d52e04d59e03f7420e055a433
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:28:31 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:28:31 +0000

    www/py-dj52-django-allauth: Remove expired port
    
    2026-06-30 www/py-dj52-django-allauth: Obsolete, please use www/py-django-allauth instead
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj52-django-allauth/Makefile                | 48 ----------------------
 www/py-dj52-django-allauth/distinfo                |  3 --
 .../files/patch-pyproject.toml                     |  9 ----
 www/py-dj52-django-allauth/pkg-descr               |  2 -
 6 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/MOVED b/MOVED
index 77344e5b48a0..02cf4986d46b 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 4c6b95d2735a..258c82dfee1b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/py-dj52-django-allauth/Makefile b/www/py-dj52-django-allauth/Makefile
deleted file mode 100644
index 94aca3e125ca..000000000000
--- a/www/py-dj52-django-allauth/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-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>
diff --git a/www/py-dj52-django-allauth/distinfo b/www/py-dj52-django-allauth/distinfo
deleted file mode 100644
index d6b282175582..000000000000
--- a/www/py-dj52-django-allauth/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1781884582
-SHA256 (django_allauth-65.18.0.tar.gz) = afb82e2c545b9a5539370ad120468faaed84715e095a7b6e76972dacdc6376fe
-SIZE (django_allauth-65.18.0.tar.gz) = 2246988
diff --git a/www/py-dj52-django-allauth/files/patch-pyproject.toml b/www/py-dj52-django-allauth/files/patch-pyproject.toml
deleted file mode 100644
index ba59d6f40572..000000000000
--- a/www/py-dj52-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>=61.0.0", "setuptools-scm>=8"]
- build-backend = "setuptools.build_meta"
- 
- [project]
diff --git a/www/py-dj52-django-allauth/pkg-descr b/www/py-dj52-django-allauth/pkg-descr
deleted file mode 100644
index 83cdfd8f3fe9..000000000000
--- a/www/py-dj52-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.