aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:30 +0000
commitaab645970f669d05350726c0e86e272e935ddc84 (patch)
tree405dc0f6504052530a7bfc8930f1410878c3ee4b
parent9a9c03af6c7df037e442d467625a43a294fa3406 (diff)
downloadports-aab645970f669d05350726c0e86e272e935ddc84.tar.gz
ports-aab645970f669d05350726c0e86e272e935ddc84.zip
math/py-snuggs: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--math/py-snuggs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile
index f59d8cc633ef..d14de9833d09 100644
--- a/math/py-snuggs/Makefile
+++ b/math/py-snuggs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= snuggs
PORTVERSION= 1.4.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ WWW= https://github.com/mapbox/snuggs
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}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes