1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

www/py-django-auth-ldap: Update to 2.3.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.3.0/CHANGES
This commit is contained in:
Kai Knoblich 2021-02-28 17:16:29 +00:00
parent 1ce3f6b9d9
commit 712d2690cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566779
3 changed files with 30 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= django-auth-ldap
PORTVERSION= 2.2.0
PORTVERSION= 2.3.0
CATEGORIES= www security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +13,12 @@ COMMENT= LDAP integration for django.contrib.auth
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
BUILD_DEPENDS= ${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}django22>=2.2:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR}
USES= python:3.5+
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1604229069
SHA256 (django-auth-ldap-2.2.0.tar.gz) = 11af1773b08613339d2c3a0cec1308a4d563518f17b1719c3759994d0b4d04bf
SIZE (django-auth-ldap-2.2.0.tar.gz) = 53148
TIMESTAMP = 1614512795
SHA256 (django-auth-ldap-2.3.0.tar.gz) = 5894317122a086c9955ed366562869a81459cf6b663636b152857bb5d3a0a3b7
SIZE (django-auth-ldap-2.3.0.tar.gz) = 53383

View File

@ -0,0 +1,22 @@
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),
-}