Date: Tue, 22 Oct 2024 09:56:40 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: 73993ddaaf9a - main - devel/py-pip-audit: Allow build with py-cyclonedx-python-lib 8.0.0+ Message-ID: <202410220956.49M9uegf040147@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=73993ddaaf9a02435afcdf9682f1e4360088dfa5 commit 73993ddaaf9a02435afcdf9682f1e4360088dfa5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-22 09:48:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-22 09:48:41 +0000 devel/py-pip-audit: Allow build with py-cyclonedx-python-lib 8.0.0+ - Bump PORTREVISION for package change Obtained from: https://github.com/pypa/pip-audit/commit/aba8b4517a1c21acc08e81e9a9648d0596d095c2 --- devel/py-pip-audit/Makefile | 3 ++- devel/py-pip-audit/files/patch-pyproject.toml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/devel/py-pip-audit/Makefile b/devel/py-pip-audit/Makefile index e8982e44efc5..f72488cc5ad3 100644 --- a/devel/py-pip-audit/Makefile +++ b/devel/py-pip-audit/Makefile @@ -1,5 +1,6 @@ PORTNAME= pip-audit PORTVERSION= 2.7.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/pypa/pip-audit/releases/download/v${PORTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.13.0:www/py-cachecontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cyclonedx-python-lib>=5<8:textproc/py-cyclonedx-python-lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cyclonedx-python-lib>=5<9:textproc/py-cyclonedx-python-lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=1.1:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=23.0.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip-api>=0.0.28:devel/py-pip-api@${PY_FLAVOR} \ diff --git a/devel/py-pip-audit/files/patch-pyproject.toml b/devel/py-pip-audit/files/patch-pyproject.toml new file mode 100644 index 000000000000..337c646d4a32 --- /dev/null +++ b/devel/py-pip-audit/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +Obtained from: https://github.com/pypa/pip-audit/commit/aba8b4517a1c21acc08e81e9a9648d0596d095c2 + +--- pyproject.toml.orig 2024-04-30 19:27:30 UTC ++++ pyproject.toml +@@ -28,7 +28,7 @@ dependencies = [ + ] + dependencies = [ + "CacheControl[filecache] >= 0.13.0", +- "cyclonedx-python-lib >= 5,< 8", ++ "cyclonedx-python-lib >= 5,< 9", + "html5lib>=1.1", + "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464 + "pip-api>=0.0.28",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410220956.49M9uegf040147>