git: 0688702246db - main - www/py-flask-bootstrap: Fix RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 18 Sep 2024 06:19:49 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0688702246db662a21873d2e89e51cd7b244b355

commit 0688702246db662a21873d2e89e51cd7b244b355
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:57:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:19 +0000

    www/py-flask-bootstrap: Fix RUN_DEPENDS
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    - Update pkg-descr
    - Bump PORTREVISION for dependency and package change
---
 www/py-flask-bootstrap/Makefile  | 15 ++++++++++-----
 www/py-flask-bootstrap/pkg-descr |  4 ++--
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/www/py-flask-bootstrap/Makefile b/www/py-flask-bootstrap/Makefile
index c1fce597abc9..dd9be6709472 100644
--- a/www/py-flask-bootstrap/Makefile
+++ b/www/py-flask-bootstrap/Makefile
@@ -1,20 +1,25 @@
 PORTNAME=	Flask-Bootstrap
 PORTVERSION=	3.3.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Flask extension that adds Bootstrap to your projects
-WWW=		https://pythonhosted.org/Flask-Bootstrap/
+COMMENT=	Include Bootstrap in your project, without any boilerplate code
+WWW=		https://github.com/mbr/flask-bootstrap
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=0.10.1:www/py-flask@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dominate>=0:textproc/py-dominate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flask>=0.8:www/py-flask@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}visitor>=0:devel/py-visitor@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent pep517
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/www/py-flask-bootstrap/pkg-descr b/www/py-flask-bootstrap/pkg-descr
index 62c3f7f75001..6846fd7bc4b2 100644
--- a/www/py-flask-bootstrap/pkg-descr
+++ b/www/py-flask-bootstrap/pkg-descr
@@ -1,3 +1,3 @@
 Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a
-blueprint named 'bootstrap'. It can also create links to serve Bootstrap from
-a CDN and works with no boilerplate code in your application.
+blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a
+CDN and works with no boilerplate code in your application.