Index: head/www/py-django-auth-ldap/Makefile =================================================================== --- head/www/py-django-auth-ldap/Makefile (revision 566778) +++ head/www/py-django-auth-ldap/Makefile (revision 566779) @@ -1,36 +1,38 @@ # Created by: Alexander Kriventsov # $FreeBSD$ PORTNAME= django-auth-ldap -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= www security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org 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 PORTDOCS= * CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj31-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" post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! -name .buildinfo -and ! -name objects.inv") .include Index: head/www/py-django-auth-ldap/distinfo =================================================================== --- head/www/py-django-auth-ldap/distinfo (revision 566778) +++ head/www/py-django-auth-ldap/distinfo (revision 566779) @@ -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 Index: head/www/py-django-auth-ldap/files/patch-docs_conf.py =================================================================== --- head/www/py-django-auth-ldap/files/patch-docs_conf.py (nonexistent) +++ head/www/py-django-auth-ldap/files/patch-docs_conf.py (revision 566779) @@ -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), +-} Property changes on: head/www/py-django-auth-ldap/files/patch-docs_conf.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property