Date: Mon, 13 May 2024 14:18:20 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: 1ee1f2fcce29 - main - devel/py-responses: Convert to USE_PYTHON=pep517 Message-ID: <202405131418.44DEIKRP087870@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=1ee1f2fcce297a0eb7757e31431245b63c0acf8c commit 1ee1f2fcce297a0eb7757e31431245b63c0acf8c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:00:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:00:03 +0000 devel/py-responses: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-responses/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-responses/Makefile b/devel/py-responses/Makefile index d67b6337a555..993af63bee62 100644 --- a/devel/py-responses/Makefile +++ b/devel/py-responses/Makefile @@ -1,5 +1,6 @@ PORTNAME= responses PORTVERSION= 0.25.0 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= PYPI \ https://github.com/getsentry/responses/releases/download/${PORTVERSION}/ @@ -12,6 +13,8 @@ WWW= https://github.com/getsentry/responses LICENSE= APACHE20 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}requests>=2.30.0<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.10,1<3.0,1:net/py-urllib3@${PY_FLAVOR} @@ -26,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.0:devel/py-coverage@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131418.44DEIKRP087870>