aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:42:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:36 +0000
commitcaef3865fb76bcb00847df33d58d64f941e026c7 (patch)
tree333d8b2dd230b529daaee08287f0ca1563f9cc0e
parent0ecadf03bb042692b4beb107c7bdfe6c0d457b94 (diff)
downloadports-caef3865fb76bcb00847df33d58d64f941e026c7.tar.gz
ports-caef3865fb76bcb00847df33d58d64f941e026c7.zip
devel/py-editables: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change
-rw-r--r--devel/py-editables/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-editables/Makefile b/devel/py-editables/Makefile
index 57823af0b0d6..51cbe5d052ae 100644
--- a/devel/py-editables/Makefile
+++ b/devel/py-editables/Makefile
@@ -1,5 +1,6 @@
PORTNAME= editables
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/pfmoore/editables
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes