svn commit: r525582 - head/www/py-django-bulk-update
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 8 19:03:17 UTC 2020
Author: sunpoet
Date: Sat Feb 8 19:03:16 2020
New Revision: 525582
URL: https://svnweb.freebsd.org/changeset/ports/525582
Log:
Relax USES=python
- Update version requirement of RUN_DEPENDS
Modified:
head/www/py-django-bulk-update/Makefile
Modified: head/www/py-django-bulk-update/Makefile
==============================================================================
--- head/www/py-django-bulk-update/Makefile Sat Feb 8 19:03:11 2020 (r525581)
+++ head/www/py-django-bulk-update/Makefile Sat Feb 8 19:03:16 2020 (r525582)
@@ -12,10 +12,10 @@ COMMENT= Bulk update using a single query over Django
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR}
-USES= python:-3.4
-USE_PYTHON= autoplist distutils
+USES= python
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the svn-ports-all
mailing list