Date: Wed, 31 Dec 2025 11:26:27 +0000 From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: af68946b014e - main - www/py-dj51-django-auth-ldap: Remove expired port Message-ID: <69550863.3042a.720f1dc4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=af68946b014e432ca255cb71567f0be27fb595a3 commit af68946b014e432ca255cb71567f0be27fb595a3 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-12-31 11:26:19 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-12-31 11:26:19 +0000 www/py-dj51-django-auth-ldap: Remove expired port 2025-12-31 www/py-dj51-django-auth-ldap: 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-auth-ldap/Makefile | 46 ---------------------- www/py-dj51-django-auth-ldap/distinfo | 3 -- .../files/patch-docs_conf.py | 20 ---------- www/py-dj51-django-auth-ldap/pkg-descr | 4 -- 6 files changed, 1 insertion(+), 74 deletions(-) diff --git a/MOVED b/MOVED index 38fdd16ea48f..38a30b839a2e 100644 --- a/MOVED +++ b/MOVED @@ -4939,3 +4939,4 @@ www/py-dj51-django-timezone-field||2025-12-31|Has expired: Extended support of D 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/ www/py-dj51-django-auditlog||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-auth-ldap||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 0b7dd253d07a..f5270bd49c43 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-auth-ldap SUBDIR += py-dj51-django-choices-field SUBDIR += py-dj51-django-htmx SUBDIR += py-dj51-django-tables2 diff --git a/www/py-dj51-django-auth-ldap/Makefile b/www/py-dj51-django-auth-ldap/Makefile deleted file mode 100644 index 72cb8f6b7add..000000000000 --- a/www/py-dj51-django-auth-ldap/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= django-auth-ldap -PORTVERSION= 5.2.0 -CATEGORIES= www security python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- -DISTNAME= django_auth_ldap-${PORTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= LDAP integration for django.contrib.auth -WWW= https://github.com/django-auth-ldap/django-auth-ldap - -LICENSE= BSD2CLAUSE -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}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.1:net/py-python-ldap@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes -# Release 5.3.0 dropped support for Django 5.1 -PORTSCOUT= limit:^5\.\2\. - -PORTDOCS= * -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} - -post-build-DOCS-on: - ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} -d ${WRKDIR} -b html ${WRKSRC}/docs ${WRKSRC}/build/sphinx/html - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build/sphinx/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo -and ! -name objects.inv") - -.include <bsd.port.mk> diff --git a/www/py-dj51-django-auth-ldap/distinfo b/www/py-dj51-django-auth-ldap/distinfo deleted file mode 100644 index d60b5a523112..000000000000 --- a/www/py-dj51-django-auth-ldap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1747314334 -SHA256 (django_auth_ldap-5.2.0.tar.gz) = 08ba6efc0340d9874725a962311b14991e29a33593eb150a8fb640709dbfa80f -SIZE (django_auth_ldap-5.2.0.tar.gz) = 55287 diff --git a/www/py-dj51-django-auth-ldap/files/patch-docs_conf.py b/www/py-dj51-django-auth-ldap/files/patch-docs_conf.py deleted file mode 100644 index d41916245ebc..000000000000 --- a/www/py-dj51-django-auth-ldap/files/patch-docs_conf.py +++ /dev/null @@ -1,20 +0,0 @@ -Avoid the download of various intersphinx inventories during build. Only two -intersphinx mappings are used and the documentation can be built/used without -them. - ---- docs/conf.py.orig 2022-06-12 10:26:47 UTC -+++ docs/conf.py -@@ -188,13 +188,3 @@ texinfo_documents = [ - # -- Extension configuration ------------------------------------------------- - - # -- Options for intersphinx extension --------------------------------------- -- --intersphinx_mapping = { -- "python": ("https://docs.python.org/3/", None), -- "django": ( -- "https://docs.djangoproject.com/en/stable/", -- "https://docs.djangoproject.com/en/stable/_objects/", -- ), -- "pythonldap": ("https://www.python-ldap.org/en/latest/", None), -- "tox": ("https://tox.wiki/en/latest/", None), --} diff --git a/www/py-dj51-django-auth-ldap/pkg-descr b/www/py-dj51-django-auth-ldap/pkg-descr deleted file mode 100644 index 390903dba8ac..000000000000 --- a/www/py-dj51-django-auth-ldap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a Django authentication backend that authenticates against an LDAP -service. Configuration can be as simple as a single distinguished name template, -but there are many rich configuration options for working with users, groups, -and permissions.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69550863.3042a.720f1dc4>
