aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:17 +0000
commit13f3244839c53a0d51dda4d8b9d308fe8ce3e4cd (patch)
tree822fd6076c273f4f86c1c91bde3f39ee2f44a2cb
parentd9dfd630123476ee647e46288201c2c62704bf68 (diff)
downloadports-13f3244839c53a0d51dda4d8b9d308fe8ce3e4cd.tar.gz
ports-13f3244839c53a0d51dda4d8b9d308fe8ce3e4cd.zip
devel/py-orca: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-orca/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-orca/Makefile b/devel/py-orca/Makefile
index 0e778bf63c12..d7a275e7aa5f 100644
--- a/devel/py-orca/Makefile
+++ b/devel/py-orca/Makefile
@@ -1,6 +1,6 @@
PORTNAME= orca
PORTVERSION= 1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,14 @@ WWW= https://github.com/UDST/orca
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.15.0,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tables>=3.1:devel/py-tables@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes