aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:38 +0000
commit12248c689872d086cc1374376bb8a7d24e8200bb (patch)
tree0e19a7471ab02ad643d4beb1af4c760a042c57de /graphics
parent661b4e14b6d2eb63e55a2d4a6a76f68906229302 (diff)
downloadports-12248c689872d086cc1374376bb8a7d24e8200bb.tar.gz
ports-12248c689872d086cc1374376bb8a7d24e8200bb.zip
graphics/py-hiplot: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-hiplot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-hiplot/Makefile b/graphics/py-hiplot/Makefile
index 796e72b5c22b..d7f94e5b66a7 100644
--- a/graphics/py-hiplot/Makefile
+++ b/graphics/py-hiplot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hiplot
PORTVERSION= 0.1.33
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +11,15 @@ WWW= https://github.com/facebookresearch/hiplot
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask-Compress>=0:www/py-flask-compress@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=7.0.1:devel/ipython@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes