git: 6fa6402808aa - main - www/py-dj51-social-auth-app-django: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:12:50 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6fa6402808aa7c2df48d5a455da84a90d810e48d
commit 6fa6402808aa7c2df48d5a455da84a90d810e48d
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:12:41 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:12:41 +0000
www/py-dj51-social-auth-app-django: Remove expired port
2025-12-31 www/py-dj51-social-auth-app-django: 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-social-auth-app-django/Makefile | 37 ----------------------
www/py-dj51-social-auth-app-django/distinfo | 3 --
.../files/patch-pyproject.toml | 23 --------------
www/py-dj51-social-auth-app-django/pkg-descr | 6 ----
6 files changed, 1 insertion(+), 70 deletions(-)
diff --git a/MOVED b/MOVED
index 91d18129ae17..a081497ba15b 100644
--- a/MOVED
+++ b/MOVED
@@ -4926,3 +4926,4 @@ devel/py-dj51-django-rq||2025-12-31|Has expired: Extended support of Django 5.1
www/py-dj51-django-mptt||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-rich||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-js-asset||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-social-auth-app-django||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 ae389f108240..5d767249f5c9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1560,7 +1560,6 @@
SUBDIR += py-dj51-djangorestframework
SUBDIR += py-dj51-drf-spectacular
SUBDIR += py-dj51-drf-spectacular-sidecar
- SUBDIR += py-dj51-social-auth-app-django
SUBDIR += py-dj51-strawberry-graphql-django
SUBDIR += py-dj52-channels
SUBDIR += py-dj52-channels-redis
diff --git a/www/py-dj51-social-auth-app-django/Makefile b/www/py-dj51-social-auth-app-django/Makefile
deleted file mode 100644
index 582435bc5cd3..000000000000
--- a/www/py-dj51-social-auth-app-django/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= social-auth-app-django
-DISTVERSION= 5.6.0
-CATEGORIES= www security python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Social Authentication and Django integration
-WWW= https://github.com/python-social-auth/social-app-django
-
-LICENSE= BSD3CLAUSE
-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= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.4<5:security/py-social-auth-core@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
-
-USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= python-social-auth
-GH_PROJECT= social-app-django
-USE_PYTHON= autoplist pep517
-
-TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-social-auth-app-django/distinfo b/www/py-dj51-social-auth-app-django/distinfo
deleted file mode 100644
index 49b712c1247c..000000000000
--- a/www/py-dj51-social-auth-app-django/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1761416481
-SHA256 (python-social-auth-social-app-django-5.6.0_GH0.tar.gz) = ecc84b6329899cf3d6990729c5881846bdc693ec3c43159a4fa906358ec5b59e
-SIZE (python-social-auth-social-app-django-5.6.0_GH0.tar.gz) = 30694
diff --git a/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml b/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml
deleted file mode 100644
index f868181c8ecd..000000000000
--- a/www/py-dj51-social-auth-app-django/files/patch-pyproject.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-* Relax version requirements for py-setuptools and enable build for
- older versions of it
-
---- pyproject.toml.orig 2025-07-18 11:13:36 UTC
-+++ pyproject.toml
-@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta"
- [build-system]
- build-backend = "setuptools.build_meta"
--requires = ["setuptools>=78.0.2"]
-+requires = ["setuptools"]
-
- [dependency-groups]
- dev = [
-@@ -36,8 +36,7 @@ keywords = ["django", "oauth", "openid", "saml", "soci
- ]
- description = "Python Social Authentication, Django integration."
- keywords = ["django", "oauth", "openid", "saml", "social auth"]
--license = "BSD-3-Clause"
--license-files = ["LICENSE"]
-+license = { text="BSD-3-Clause" }
- name = "social-auth-app-django"
- readme = "README.md"
- requires-python = ">=3.10"
diff --git a/www/py-dj51-social-auth-app-django/pkg-descr b/www/py-dj51-social-auth-app-django/pkg-descr
deleted file mode 100644
index fa7d52777ed7..000000000000
--- a/www/py-dj51-social-auth-app-django/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Python Social Auth is an easy to setup social authentication/registration
-mechanism with support for several frameworks and auth providers.
-
-This is the Django component of the python-social-auth ecosystem, it implements
-the needed functionality to integrate social-auth-core in a Django based
-project.