aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:17 +0000
commit390d7e1cc0ff6053ad9f4bae32b534e10629f091 (patch)
treecd55ea236c7298d6fb8f805742d66b24aa59f9d6
parent35ad9ea18847c43b467ecbb1a534119ee8b743fa (diff)
downloadports-390d7e1cc0ff6053ad9f4bae32b534e10629f091.tar.gz
ports-390d7e1cc0ff6053ad9f4bae32b534e10629f091.zip
devel/py-cleo: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-cleo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-cleo/Makefile b/devel/py-cleo/Makefile
index a0ee51a0b78f..afee7d6817b0 100644
--- a/devel/py-cleo/Makefile
+++ b/devel/py-cleo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cleo
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,12 @@ WWW= https://github.com/python-poetry/cleo
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crashtest>=0.4.1<0.5.0:devel/py-crashtest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rapidfuzz2>=2.2.0<3.0.0:devel/py-rapidfuzz2@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes