aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-08-31 10:44:41 +0000
committerRene Ladan <rene@FreeBSD.org>2026-08-31 10:44:41 +0000
commit68641b27b3240eef29bf5f5b48e9eb71b22d7fab (patch)
tree62090b1336db4cd81be8bf8eaed15b8d7b5b6c4a
parent279226766a07e1fc581e9cfacc214475f132c1a8 (diff)
www/py-dj42-djangosaml2: Remove expired port
2026-08-31 www/py-dj42-djangosaml2: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-djangosaml2/Makefile29
-rw-r--r--www/py-dj42-djangosaml2/distinfo3
-rw-r--r--www/py-dj42-djangosaml2/pkg-descr4
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 7a26b1a054c5..31bc0bd8c0aa 100644
--- a/MOVED
+++ b/MOVED
@@ -5585,3 +5585,4 @@ www/py-dj42-django_statici18n||2026-08-31|Has expired: Serves as a transition on
www/py-dj42-django-webpack-loader||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-simple-captcha||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-picklefield||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
+www/py-dj42-djangosaml2||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
diff --git a/www/Makefile b/www/Makefile
index 2be9fd9d9a04..16f2a9669eda 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1575,7 +1575,6 @@
SUBDIR += py-ddgs
SUBDIR += py-dj-database-url
SUBDIR += py-dj42-django-ranged-response
- SUBDIR += py-dj42-djangosaml2
SUBDIR += py-dj60-channels
SUBDIR += py-dj60-django-auth-ldap
SUBDIR += py-dj60-django-choices-field
diff --git a/www/py-dj42-djangosaml2/Makefile b/www/py-dj42-djangosaml2/Makefile
deleted file mode 100644
index 58f69a597ec2..000000000000
--- a/www/py-dj42-djangosaml2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= djangosaml2
-PORTVERSION= 1.11.1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Pysaml2 integration for Django
-WWW= https://github.com/IdentityPython/djangosaml2
-
-LICENSE= APACHE20
-
-DEPRECATED= Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
-EXPIRATION_DATE=2026-08-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pysaml2>=6.5.1:security/py-pysaml2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.4.1:devel/py-defusedxml@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-djangosaml2/distinfo b/www/py-dj42-djangosaml2/distinfo
deleted file mode 100644
index d2519341bf9d..000000000000
--- a/www/py-dj42-djangosaml2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1771220936
-SHA256 (djangosaml2-1.11.1.tar.gz) = f4fcbba980e6f3ad5b47f1f2d0f7296bcee4e37e2ee8237e44b28efe77f2d383
-SIZE (djangosaml2-1.11.1.tar.gz) = 57721
diff --git a/www/py-dj42-djangosaml2/pkg-descr b/www/py-dj42-djangosaml2/pkg-descr
deleted file mode 100644
index 343274aa3bc1..000000000000
--- a/www/py-dj42-djangosaml2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A Django application that builds a Fully Compliant
-SAML2 Service Provider on top of PySAML2 library.
-Djangosaml2 protects your project with a SAML2 SSO
-Authentication.