aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:21 +0000
commitcc0961caabad5e8f9eb9e8c2561a2ca3641c86e4 (patch)
tree6c37d1d96c9c801c42b763c07280d49dd0455853
parent9db821ca521391c1fa945e1b88223103d60937c6 (diff)
downloadports-cc0961caabad5e8f9eb9e8c2561a2ca3641c86e4.tar.gz
ports-cc0961caabad5e8f9eb9e8c2561a2ca3641c86e4.zip
devel/py-crashtest: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-crashtest/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-crashtest/Makefile b/devel/py-crashtest/Makefile
index 313ab0dfcfe8..9e8b59bf1710 100644
--- a/devel/py-crashtest/Makefile
+++ b/devel/py-crashtest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= crashtest
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,10 @@ WWW= https://github.com/sdispater/crashtest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes