svn commit: r524443 - head/www/py-django-configurations
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 27 20:10:56 UTC 2020
Author: sunpoet
Date: Mon Jan 27 20:10:55 2020
New Revision: 524443
URL: https://svnweb.freebsd.org/changeset/ports/524443
Log:
Update to 2.2
Changes: https://github.com/jazzband/django-configurations/releases
Modified:
head/www/py-django-configurations/Makefile
Modified: head/www/py-django-configurations/Makefile
==============================================================================
--- head/www/py-django-configurations/Makefile Mon Jan 27 20:10:50 2020 (r524442)
+++ head/www/py-django-configurations/Makefile Mon Jan 27 20:10:55 2020 (r524443)
@@ -3,7 +3,6 @@
PORTNAME= django-configurations
PORTVERSION= 2.1
-PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,9 @@ COMMENT= Django project configuration using the compos
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
More information about the svn-ports-all
mailing list