1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

www/py-dj21-django-auth-ldap: Ignore releases newer/equal than 2.1.0

* The support for Django 2.1 was dropped with the 2.1.0 release.  Set the
  PORTSCOUT variable accordingly.
This commit is contained in:
Kai Knoblich 2019-12-13 14:33:23 +00:00
parent 03c8cb9193
commit fdabab5601
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520037

View File

@ -27,6 +27,9 @@ PORTDOCS= *
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-auth-ldap \
${PYTHON_PKGNAMEPREFIX}dj22-django-auth-ldap
# The 2.1.0 release dropped support for Django 2.1
PORTSCOUT= limit:^2\.0\.
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"