diff options
Diffstat (limited to 'www/py-dj31-django-auth-ldap')
-rw-r--r-- | www/py-dj31-django-auth-ldap/Makefile | 47 | ||||
-rw-r--r-- | www/py-dj31-django-auth-ldap/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj31-django-auth-ldap/files/patch-docs_conf.py | 22 | ||||
-rw-r--r-- | www/py-dj31-django-auth-ldap/pkg-descr | 6 |
4 files changed, 0 insertions, 78 deletions
diff --git a/www/py-dj31-django-auth-ldap/Makefile b/www/py-dj31-django-auth-ldap/Makefile deleted file mode 100644 index 1eda46f24939..000000000000 --- a/www/py-dj31-django-auth-ldap/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Alexander Kriventsov <avk@vl.ru> - -PORTNAME= django-auth-ldap -PORTVERSION= 3.0.0 -CATEGORIES= www security python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31- - -MAINTAINER= kai@FreeBSD.org -COMMENT= LDAP integration for django.contrib.auth - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2021-12-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes -PORTDOCS= * -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-auth-ldap \ - ${PYTHON_PKGNAMEPREFIX}dj32-django-auth-ldap - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" - -.include <bsd.port.pre.mk> - -# Set a locale to avoid build/configure errors. The UTF-8 mode is enabled by -# default when the locale is C since Python 3.7. -.if ${PYTHON_REL} < 30700 -USE_LOCALE= en_US.UTF-8 -.endif - -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.post.mk> diff --git a/www/py-dj31-django-auth-ldap/distinfo b/www/py-dj31-django-auth-ldap/distinfo deleted file mode 100644 index 9757a29522ad..000000000000 --- a/www/py-dj31-django-auth-ldap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1627743489 -SHA256 (django-auth-ldap-3.0.0.tar.gz) = 1f2d5c562d9ba9a5e9a64099ae9798e1a63840a11afe4d1c4a9c74121f066eaa -SIZE (django-auth-ldap-3.0.0.tar.gz) = 52381 diff --git a/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py b/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py deleted file mode 100644 index 8ab329172ad8..000000000000 --- a/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py +++ /dev/null @@ -1,22 +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 2021-02-28 15:46:24 UTC -+++ docs/conf.py -@@ -186,15 +186,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://python-ldap.readthedocs.io/en/latest/", None), -- "tox": ("https://tox.readthedocs.io/en/latest/", None), --} diff --git a/www/py-dj31-django-auth-ldap/pkg-descr b/www/py-dj31-django-auth-ldap/pkg-descr deleted file mode 100644 index 74682fda4265..000000000000 --- a/www/py-dj31-django-auth-ldap/pkg-descr +++ /dev/null @@ -1,6 +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. - -WWW: https://github.com/django-auth-ldap/django-auth-ldap |