aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:57 +0000
commit4cb9596f47dd722030a048b7bdc4a8e8269ebcfd (patch)
tree36314efecb0742f22925da8cc5a28d50256ff81d
parent0091df3fab2c9731ca64107ad8ec90bdf6b82489 (diff)
downloadports-4cb9596f47dd722030a048b7bdc4a8e8269ebcfd.tar.gz
ports-4cb9596f47dd722030a048b7bdc4a8e8269ebcfd.zip
misc/py-pexpect: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--misc/py-pexpect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/py-pexpect/Makefile b/misc/py-pexpect/Makefile
index 39406adce4ec..49d486732b01 100644
--- a/misc/py-pexpect/Makefile
+++ b/misc/py-pexpect/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pexpect
PORTVERSION= 4.9.0
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,12 @@ WWW= https://pexpect.readthedocs.io/en/stable/ \
LICENSE= ISCL
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}ptyprocess>=0.5:sysutils/py-ptyprocess@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils unittest
+USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes