git: 6fb103ca0733 - main - www/py-dj42-django-auth-ldap: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:07:55 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb103ca0733f8a296b5c292b493026a8566dae4 commit 6fb103ca0733f8a296b5c292b493026a8566dae4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:07:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:07:48 +0000 www/py-dj42-django-auth-ldap: Remove expired port 2024-06-15 www/py-dj42-django-auth-ldap: Obsolete, please use www/py-django-auth-ldap instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-auth-ldap/Makefile | 42 ---------------------- www/py-dj42-django-auth-ldap/distinfo | 3 -- .../files/patch-docs_conf.py | 20 ----------- www/py-dj42-django-auth-ldap/pkg-descr | 4 --- 6 files changed, 1 insertion(+), 70 deletions(-) diff --git a/MOVED b/MOVED index a9a23201aeb9..c143310e5424 100644 --- a/MOVED +++ b/MOVED @@ -3321,3 +3321,4 @@ www/py-dj42-django-mptt|www/py-django-mptt|2024-06-15|Has expired: Obsolete, ple www/py-dj42-django-js-asset|www/py-django-js-asset|2024-06-15|Has expired: Obsolete, please use www/py-django-js-asset instead www/py-dj42-django-guardian|www/py-django-guardian|2024-06-15|Has expired: Obsolete, please use www/py-django-guardian instead www/py-dj42-django-tables2|www/py-django-tables2|2024-06-15|Has expired: Obsolete, please use www/py-django-tables2 instead +www/py-dj42-django-auth-ldap|www/py-django-auth-ldap|2024-06-15|Has expired: Obsolete, please use www/py-django-auth-ldap instead diff --git a/www/Makefile b/www/Makefile index 0cee78c37391..78ad713dac2b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1484,7 +1484,6 @@ SUBDIR += py-dj-database-url SUBDIR += py-dj42-channels SUBDIR += py-dj42-django-allauth - SUBDIR += py-dj42-django-auth-ldap SUBDIR += py-dj42-django-cors-headers SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar diff --git a/www/py-dj42-django-auth-ldap/Makefile b/www/py-dj42-django-auth-ldap/Makefile deleted file mode 100644 index e2349801cde3..000000000000 --- a/www/py-dj42-django-auth-ldap/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= django-auth-ldap -PORTVERSION= 4.8.0 -CATEGORIES= www security python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -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=2024-06-15 - -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}django42>=3.2:www/py-django42@${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 -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-dj42-django-auth-ldap/distinfo b/www/py-dj42-django-auth-ldap/distinfo deleted file mode 100644 index d649b74341cb..000000000000 --- a/www/py-dj42-django-auth-ldap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1712323264 -SHA256 (django-auth-ldap-4.8.0.tar.gz) = 604250938ddc9fda619f247c7a59b0b2f06e53a7d3f46a156f28aa30dd71a738 -SIZE (django-auth-ldap-4.8.0.tar.gz) = 53906 diff --git a/www/py-dj42-django-auth-ldap/files/patch-docs_conf.py b/www/py-dj42-django-auth-ldap/files/patch-docs_conf.py deleted file mode 100644 index d41916245ebc..000000000000 --- a/www/py-dj42-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-dj42-django-auth-ldap/pkg-descr b/www/py-dj42-django-auth-ldap/pkg-descr deleted file mode 100644 index 390903dba8ac..000000000000 --- a/www/py-dj42-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.