Date: Sat, 23 Mar 2024 14:59: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: b78c6e11d1d4 - main - archivers/py-brotlicffi: Convert to USE_PYTHON=pep517 Message-ID: <202403231459.42NExaMv088021@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=b78c6e11d1d46424702be857cf1b8fe91ca2184b commit b78c6e11d1d46424702be857cf1b8fe91ca2184b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:31:00 +0000 archivers/py-brotlicffi: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- archivers/py-brotlicffi/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/archivers/py-brotlicffi/Makefile b/archivers/py-brotlicffi/Makefile index 670fedc53981..19cdcc2de16e 100644 --- a/archivers/py-brotlicffi/Makefile +++ b/archivers/py-brotlicffi/Makefile @@ -1,5 +1,6 @@ PORTNAME= brotlicffi PORTVERSION= 1.1.0.0 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/python-hyper/brotlicffi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libbrotlienc.so:archivers/brotli RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} USES= localbase python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 MAKE_ENV= USE_SHARED_BROTLI=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExaMv088021>