aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:45:56 +0000
commit0c7bdf5ec16d36c97f6f425c8b716fd573609c6e (patch)
treea63a5e36b8e8c00506fc2b696b5ed860bd641bba
parent34ac85e2a36156b6b071a08b4417f705a3569cc5 (diff)
downloadports-0c7bdf5ec16d36c97f6f425c8b716fd573609c6e.tar.gz
ports-0c7bdf5ec16d36c97f6f425c8b716fd573609c6e.zip
devel/py-behave: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-behave/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-behave/Makefile b/devel/py-behave/Makefile
index 5501c632f745..ac5ff184b179 100644
--- a/devel/py-behave/Makefile
+++ b/devel/py-behave/Makefile
@@ -1,5 +1,6 @@
PORTNAME= behave
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +12,14 @@ WWW= https://github.com/behave/behave
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parse>=1.8.2:textproc/py-parse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parse-type>=0.4.2:textproc/py-parse-type@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes