aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:15 +0000
commitd5756166af1e073600601cda87be49807b10562a (patch)
treeb737ba6b067a601b2f8846beb64bc8ae017217b6
parent83e91b7c589fccc9d16a0914ece249881fb5ff26 (diff)
downloadports-d5756166af1e073600601cda87be49807b10562a.tar.gz
ports-d5756166af1e073600601cda87be49807b10562a.zip
devel/py-nose-timer: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-nose-timer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-nose-timer/Makefile b/devel/py-nose-timer/Makefile
index 3af4c8a87742..8540be964792 100644
--- a/devel/py-nose-timer/Makefile
+++ b/devel/py-nose-timer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nose-timer
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/mahmoudimus/nose-timer
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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes