git: 7f7b14708176 - main - devel/py-yappi: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:20:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f7b1470817621a38135ae69c7dab37620ed742c commit 7f7b1470817621a38135ae69c7dab37620ed742c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:01:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:01:20 +0000 devel/py-yappi: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-yappi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-yappi/Makefile b/devel/py-yappi/Makefile index c7e17dc47c66..a4ce49469136 100644 --- a/devel/py-yappi/Makefile +++ b/devel/py-yappi/Makefile @@ -1,5 +1,6 @@ PORTNAME= yappi PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/sumerc/yappi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=44:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=20.6.2:devel/py-gevent@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest TEST_ARGS= discover -s tests TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}