aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:18 +0000
commit882fb653fdf4dbe054b3535611439ddfe0d42be8 (patch)
tree0110346cb724618d5072e29892937c452642ed6f
parent390d7e1cc0ff6053ad9f4bae32b534e10629f091 (diff)
downloadports-882fb653fdf4dbe054b3535611439ddfe0d42be8.tar.gz
ports-882fb653fdf4dbe054b3535611439ddfe0d42be8.zip
devel/py-clikit: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-clikit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-clikit/Makefile b/devel/py-clikit/Makefile
index 39c08d8f70e9..923d2c10c00c 100644
--- a/devel/py-clikit/Makefile
+++ b/devel/py-clikit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= clikit
PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,13 @@ WWW= https://github.com/sdispater/clikit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crashtest>=0.3.0:devel/py-crashtest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pastel>=0.2.0:devel/py-pastel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pylev>=1.3<2.0:devel/py-pylev@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes