aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 13:59:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 13:59:17 +0000
commit080b63d6972c87d8f5f628caa0cbef051926ebc2 (patch)
treecae28672385916e01174cead568a382d592671f4
parentf342996628902b3045c53912738581005947cd92 (diff)
downloadports-080b63d6972c87d8f5f628caa0cbef051926ebc2.tar.gz
ports-080b63d6972c87d8f5f628caa0cbef051926ebc2.zip
devel/py-promise: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-promise/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-promise/Makefile b/devel/py-promise/Makefile
index aee3d292712f..9896adf54c17 100644
--- a/devel/py-promise/Makefile
+++ b/devel/py-promise/Makefile
@@ -1,5 +1,6 @@
PORTNAME= promise
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/syrusakbary/promise
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}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes