1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.4.0/CHANGES
This commit is contained in:
Kai Knoblich 2021-04-15 10:58:22 +02:00
parent 770c0e0930
commit 853208cd6b
2 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: Alexander Kriventsov <avk@vl.ru>
PORTNAME= django-auth-ldap
PORTVERSION= 2.3.0
PORTVERSION= 2.4.0
CATEGORIES= www security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -28,10 +28,18 @@ 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} < 3700
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.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1614512795
SHA256 (django-auth-ldap-2.3.0.tar.gz) = 5894317122a086c9955ed366562869a81459cf6b663636b152857bb5d3a0a3b7
SIZE (django-auth-ldap-2.3.0.tar.gz) = 53383
TIMESTAMP = 1617818253
SHA256 (django-auth-ldap-2.4.0.tar.gz) = 60fcbfc3141c99c3c49d3ccd7311a3992a231c319d94b6d2c143968f63676676
SIZE (django-auth-ldap-2.4.0.tar.gz) = 53523