Date: Tue, 30 Jun 2026 20:16:24 +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: c425bc2303db - main - www/py-dj52-django-auth-ldap: Remove expired port Message-ID: <6a442418.30b35.3c1f78c0@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=c425bc2303dbfacd393bd9b104281e3c6261d7cd commit c425bc2303dbfacd393bd9b104281e3c6261d7cd Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2026-06-30 20:16:18 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2026-06-30 20:16:18 +0000 www/py-dj52-django-auth-ldap: Remove expired port 2026-06-30 www/py-dj52-django-auth-ldap: Obsolete, please use www/py-django-auth-ldap instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj52-django-auth-ldap/Makefile | 44 ---------------------- www/py-dj52-django-auth-ldap/distinfo | 3 -- .../files/patch-docs_conf.py | 20 ---------- www/py-dj52-django-auth-ldap/pkg-descr | 4 -- 6 files changed, 1 insertion(+), 72 deletions(-) diff --git a/MOVED b/MOVED index 91acc9b7e0f8..f8ef372686a9 100644 --- a/MOVED +++ b/MOVED @@ -5412,3 +5412,4 @@ www/py-dj52-drf-spectacular|www/py-drf-spectacular|2026-06-30|Has expired: Obsol www/py-dj52-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2026-06-30|Has expired: Obsolete, please use www/py-drf-spectacular-sidecar instead devel/py-dj52-django-rq|devel/py-django-rq|2026-06-30|Has expired: Obsolete, please use devel/py-django-rq instead www/py-dj52-django-filter|www/py-django-filter|2026-06-30|Has expired: Obsolete, please use www/py-django-filter instead +www/py-dj52-django-auth-ldap|www/py-django-auth-ldap|2026-06-30|Has expired: Obsolete, please use www/py-django-auth-ldap instead diff --git a/www/Makefile b/www/Makefile index 7175db1d9b91..361c892bf93e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1566,7 +1566,6 @@ SUBDIR += py-dj42-djangosaml2 SUBDIR += py-dj52-django-allauth SUBDIR += py-dj52-django-auditlog - SUBDIR += py-dj52-django-auth-ldap SUBDIR += py-dj52-django-celery-results SUBDIR += py-dj52-django-crispy-forms SUBDIR += py-dj52-django-debug-toolbar diff --git a/www/py-dj52-django-auth-ldap/Makefile b/www/py-dj52-django-auth-ldap/Makefile deleted file mode 100644 index cbf24f4b901d..000000000000 --- a/www/py-dj52-django-auth-ldap/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= django-auth-ldap -DISTVERSION= 5.3.0 -CATEGORIES= www security python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- -DISTNAME= django_auth_ldap-${DISTVERSION} - -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= Obsolete, please use www/py-django-auth-ldap instead -EXPIRATION_DATE=2026-06-30 - -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}django52>=4.2:www/py-django52@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.1:net/py-python-ldap@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes -PORTDOCS= * -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${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-dj52-django-auth-ldap/distinfo b/www/py-dj52-django-auth-ldap/distinfo deleted file mode 100644 index 4da03f1f0906..000000000000 --- a/www/py-dj52-django-auth-ldap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1766946942 -SHA256 (django_auth_ldap-5.3.0.tar.gz) = 743d8107b146240b46f7e97207dc06cb11facc0cd70dce490b7ca09dd5643d19 -SIZE (django_auth_ldap-5.3.0.tar.gz) = 55272 diff --git a/www/py-dj52-django-auth-ldap/files/patch-docs_conf.py b/www/py-dj52-django-auth-ldap/files/patch-docs_conf.py deleted file mode 100644 index d41916245ebc..000000000000 --- a/www/py-dj52-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-dj52-django-auth-ldap/pkg-descr b/www/py-dj52-django-auth-ldap/pkg-descr deleted file mode 100644 index 390903dba8ac..000000000000 --- a/www/py-dj52-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?6a442418.30b35.3c1f78c0>
