Date: Mon, 27 Jan 2020 20:10:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524443 - head/www/py-django-configurations Message-ID: <202001272010.00RKAuTb009392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001272010.00RKAuTb009392>