svn commit: r566780 - in head/www/py-dj31-django-auth-ldap: . files

Kai Knoblich kai at FreeBSD.org
Sun Feb 28 17:18:26 UTC 2021


Author: kai
Date: Sun Feb 28 17:18:25 2021
New Revision: 566780
URL: https://svnweb.freebsd.org/changeset/ports/566780

Log:
  www/py-dj31-django-auth-ldap: Update to 2.3.0
  
  Changelog:
  
  https://github.com/django-auth-ldap/django-auth-ldap/blob/2.3.0/CHANGES

Added:
  head/www/py-dj31-django-auth-ldap/files/
  head/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py   (contents, props changed)
Modified:
  head/www/py-dj31-django-auth-ldap/Makefile
  head/www/py-dj31-django-auth-ldap/distinfo

Modified: head/www/py-dj31-django-auth-ldap/Makefile
==============================================================================
--- head/www/py-dj31-django-auth-ldap/Makefile	Sun Feb 28 17:16:29 2021	(r566779)
+++ head/www/py-dj31-django-auth-ldap/Makefile	Sun Feb 28 17:18:25 2021	(r566780)
@@ -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}dj31-
@@ -13,7 +13,9 @@ COMMENT=	LDAP integration for django.contrib.auth
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django31>=1.11:www/py-django31@${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}django31>=2.2:www/py-django31@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR}
 
 USES=		python:3.6+

Modified: head/www/py-dj31-django-auth-ldap/distinfo
==============================================================================
--- head/www/py-dj31-django-auth-ldap/distinfo	Sun Feb 28 17:16:29 2021	(r566779)
+++ head/www/py-dj31-django-auth-ldap/distinfo	Sun Feb 28 17:18:25 2021	(r566780)
@@ -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

Added: head/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-dj31-django-auth-ldap/files/patch-docs_conf.py	Sun Feb 28 17:18:25 2021	(r566780)
@@ -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),
+-}


More information about the svn-ports-all mailing list