Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:27 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2148b26ca3fc - main - www/py-django-crispy-forms: Update to 2.0
Message-ID:  <202305270428.34R4SR9V026978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2148b26ca3fcc28e70f51bb9ada3504e417e4359

commit 2148b26ca3fcc28e70f51bb9ada3504e417e4359
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:10:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:10:52 +0000

    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
---
 www/py-django-crispy-forms/Makefile | 7 ++++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270428.34R4SR9V026978>