aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 07:35:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:37 +0000
commit765e481616ecbb0972ec7d05966e3de4842d0cec (patch)
tree41706273f3d449c7029e4cdb175e35ba3619586d
parentd70baa445588bce8e85f4568cf206ef6f8986f05 (diff)
downloadports-765e481616ecbb0972ec7d05966e3de4842d0cec.tar.gz
ports-765e481616ecbb0972ec7d05966e3de4842d0cec.zip
www/py-dj41-django-auth-ldap: Remove expired port
2023-12-31 www/py-dj41-django-auth-ldap: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj41-django-auth-ldap/Makefile43
-rw-r--r--www/py-dj41-django-auth-ldap/distinfo3
-rw-r--r--www/py-dj41-django-auth-ldap/files/patch-docs_conf.py20
-rw-r--r--www/py-dj41-django-auth-ldap/pkg-descr4
6 files changed, 1 insertions, 71 deletions
diff --git a/MOVED b/MOVED
index 628b35c6b65c..61671a16c782 100644
--- a/MOVED
+++ b/MOVED
@@ -8288,3 +8288,4 @@ databases/mysql57-client|mysql80-client|2023-12-31|Has expired: Upstream support
www/py-dj41-django-filter|www/py-dj42-django-filter|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-debug-toolbar|www/py-dj42-django-debug-toolbar|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/kf5-kdewebkit||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
+www/py-dj41-django-auth-ldap|www/py-dj42-django-auth-ldap|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 4b15d9b1351c..18ed4bfdf3d8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1491,7 +1491,6 @@
SUBDIR += py-cssutils
SUBDIR += py-daphne
SUBDIR += py-dj-database-url
- SUBDIR += py-dj41-django-auth-ldap
SUBDIR += py-dj41-django-js-asset
SUBDIR += py-dj41-django-timezone-field
SUBDIR += py-dj41-djangorestframework
diff --git a/www/py-dj41-django-auth-ldap/Makefile b/www/py-dj41-django-auth-ldap/Makefile
deleted file mode 100644
index 40de734acaa5..000000000000
--- a/www/py-dj41-django-auth-ldap/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME= django-auth-ldap
-PORTVERSION= 4.5.0
-PORTREVISION= 1
-CATEGORIES= www security python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41-
-
-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 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-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}django41>=3.2:www/py-django41@${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-dj41-django-auth-ldap/distinfo b/www/py-dj41-django-auth-ldap/distinfo
deleted file mode 100644
index 20738ca9d7b8..000000000000
--- a/www/py-dj41-django-auth-ldap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1691696379
-SHA256 (django-auth-ldap-4.5.0.tar.gz) = 07a2fe35b40250896e12b8d62d1396d1e4370046303703760493cecd791fa88f
-SIZE (django-auth-ldap-4.5.0.tar.gz) = 53642
diff --git a/www/py-dj41-django-auth-ldap/files/patch-docs_conf.py b/www/py-dj41-django-auth-ldap/files/patch-docs_conf.py
deleted file mode 100644
index d41916245ebc..000000000000
--- a/www/py-dj41-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-dj41-django-auth-ldap/pkg-descr b/www/py-dj41-django-auth-ldap/pkg-descr
deleted file mode 100644
index 390903dba8ac..000000000000
--- a/www/py-dj41-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.