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

www/py-django-taggit-serializer: Limit to Python 3

Limit the port to Python 3.5 or later in preparation for the update of
www/py-django-taggit to 1.1.0 which is no longer compatible with Python 2.

Approved by:	mentors (implicit)
This commit is contained in:
Kai Knoblich 2019-04-29 20:36:16 +00:00
parent 390fe40188
commit 11f04fa1cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500432

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=0:www/py-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes