Commit 68641b27 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 27922676
Loading
Loading
Loading
Loading
+1 −0
Changes for MOVED: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -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
+0 −1
Changes for www/Makefile: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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

www/py-dj42-djangosaml2/Makefile

deleted100644 → 0
+0 −29
Changes for www/py-dj42-djangosaml2/Makefile: 0 added lines, 29 removed lines.
Original line number Diff line number Diff line
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>

www/py-dj42-djangosaml2/distinfo

deleted100644 → 0
+0 −3
Changes for www/py-dj42-djangosaml2/distinfo: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
TIMESTAMP = 1771220936
SHA256 (djangosaml2-1.11.1.tar.gz) = f4fcbba980e6f3ad5b47f1f2d0f7296bcee4e37e2ee8237e44b28efe77f2d383
SIZE (djangosaml2-1.11.1.tar.gz) = 57721

www/py-dj42-djangosaml2/pkg-descr

deleted100644 → 0
+0 −4
Changes for www/py-dj42-djangosaml2/pkg-descr: 0 added lines, 4 removed lines.
Original line number Diff line number Diff line
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.