aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:13:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:50 +0000
commit5029542d91e033eaf19f12a2334025d77db70b12 (patch)
tree63f107388c7e271b960f86b46f7093c4b8313ec5
parent22e3153192658ed0132b8bdf342fa2e767411334 (diff)
downloadports-5029542d91e033eaf19f12a2334025d77db70b12.tar.gz
ports-5029542d91e033eaf19f12a2334025d77db70b12.zip
devel/py-first: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-first/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-first/Makefile b/devel/py-first/Makefile
index 19287e068cba..9b8053bf310a 100644
--- a/devel/py-first/Makefile
+++ b/devel/py-first/Makefile
@@ -1,5 +1,6 @@
PORTNAME= first
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/hynek/first
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes