diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 07:03:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 07:03:32 +0000 |
commit | 63fdcba42b9360db45190d8fc582991bb9d83ebe (patch) | |
tree | 71a7d0107fc04194fd366d2ce1e200124a70722e | |
parent | 8c86092db354caacf9d643ce942045a37f4446fe (diff) |
devel/py-flexmock: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | devel/py-flexmock/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index df2aa038cec1..3f65cc4125be 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -1,5 +1,6 @@ PORTNAME= flexmock PORTVERSION= 0.11.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ WWW= https://github.com/flexmock/flexmock LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |