Date: Mon, 13 May 2024 14:19:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8401f3b6df3b - main - devel/py-wsgi-intercept: Convert to USE_PYTHON=pep517 Message-ID: <202405131419.44DEJavm090603@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8401f3b6df3bda71de995deb2195b2b3e837ec11 commit 8401f3b6df3bda71de995deb2195b2b3e837ec11 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:00:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:00:56 +0000 devel/py-wsgi-intercept: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-wsgi-intercept/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-wsgi-intercept/Makefile b/devel/py-wsgi-intercept/Makefile index 1c8ba8d8d523..51f27d8e6089 100644 --- a/devel/py-wsgi-intercept/Makefile +++ b/devel/py-wsgi-intercept/Makefile @@ -1,5 +1,6 @@ PORTNAME= wsgi-intercept PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +14,12 @@ WWW= https://wsgi-intercept.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131419.44DEJavm090603>