Date: Wed, 21 Feb 2024 06:13:04 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d3af6c1c0caa - main - www/py-yarl: add ${PY_SETUPTOOLS} to BUILD_DEPENDS Message-ID: <202402210613.41L6D4Dl090504@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3af6c1c0caa1585dc88e07c6981f5ce1b817ec8 commit d3af6c1c0caa1585dc88e07c6981f5ce1b817ec8 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-02-21 06:07:35 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-02-21 06:07:35 +0000 www/py-yarl: add ${PY_SETUPTOOLS} to BUILD_DEPENDS devel/py-wheel is not a PEP-517 build backend; add the real one. Once the linked PR is committed, this build will fail. With hat: python PR: 270510 --- www/py-yarl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile index b9bf1f6dd230..a8ed6ba67e05 100644 --- a/www/py-yarl/Makefile +++ b/www/py-yarl/Makefile @@ -11,7 +11,8 @@ WWW= https://github.com/aio-libs/yarl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402210613.41L6D4Dl090504>