git: cfc250f614af - main - devel/py-opencensus: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Apr 2024 20:20:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfc250f614af703d4a1021d1d88f47c292d50c6b commit cfc250f614af703d4a1021d1d88f47c292d50c6b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 20:14:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 20:17:15 +0000 devel/py-opencensus: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-opencensus/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-opencensus/Makefile b/devel/py-opencensus/Makefile index 0f54211793ba..5f9b250d35c6 100644 --- a/devel/py-opencensus/Makefile +++ b/devel/py-opencensus/Makefile @@ -1,5 +1,6 @@ PORTNAME= opencensus PORTVERSION= 0.11.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/census-instrumentation/opencensus-python LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.0.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opencensus-context>=0.1.3:devel/py-opencensus-context@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.16<2:devel/py-six@${PY_FLAVOR} USES= dos2unix python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes