diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 04:10:52 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 04:10:52 +0000 |
commit | 2148b26ca3fcc28e70f51bb9ada3504e417e4359 (patch) | |
tree | fac518d5cb5fea7de324c5d03b56f740f849e11e | |
parent | 3c6e9c16cd9cb24a260b6ae398f947525fbff4f6 (diff) |
www/py-django-crispy-forms: Update to 2.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases
-rw-r--r-- | www/py-django-crispy-forms/Makefile | 7 | ||||
-rw-r--r-- | www/py-django-crispy-forms/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile index 9f01df9b9098..f1faa47d636b 100644 --- a/www/py-django-crispy-forms/Makefile +++ b/www/py-django-crispy-forms/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-crispy-forms -PORTVERSION= 1.14.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,12 @@ WWW= https://github.com/django-crispy-forms/django-crispy-forms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} USES= dos2unix python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-crispy-forms/distinfo b/www/py-django-crispy-forms/distinfo index 374f9a66a144..b308d501a69b 100644 --- a/www/py-django-crispy-forms/distinfo +++ b/www/py-django-crispy-forms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643382566 -SHA256 (django-crispy-forms-1.14.0.tar.gz) = 35887b8851a931374dd697207a8f56c57a9c5cb9dbf0b9fa54314da5666cea5b -SIZE (django-crispy-forms-1.14.0.tar.gz) = 71229 +TIMESTAMP = 1684104566 +SHA256 (django-crispy-forms-2.0.tar.gz) = 90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322 +SIZE (django-crispy-forms-2.0.tar.gz) = 277697 |