aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:11:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:11:32 +0000
commitf13e7288022971ed6491d322b137fbe36ee38eac (patch)
tree45f78bab08f3b25a5c8b8464414190e215df694a
parentf6aad831058605d417eedee79b8c1b432c3f4bc5 (diff)
downloadports-f13e7288022971ed6491d322b137fbe36ee38eac.tar.gz
ports-f13e7288022971ed6491d322b137fbe36ee38eac.zip
www/py-aiostream: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-aiostream/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-aiostream/Makefile b/www/py-aiostream/Makefile
index b1e1773ad872..6306149df3a5 100644
--- a/www/py-aiostream/Makefile
+++ b/www/py-aiostream/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aiostream
PORTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,12 @@ WWW= https://aiostream.readthedocs.io/en/stable/ \
LICENSE= GPLv3
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}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes