1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/py-pip-audit: Allow build with py-cyclonedx-python-lib 8.0.0+

- Bump PORTREVISION for package change

Obtained from:	aba8b4517a
This commit is contained in:
Po-Chuan Hsieh 2024-10-22 17:48:41 +08:00
parent 8c6661906c
commit 73993ddaaf
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 15 additions and 1 deletions

View File

@ -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} \

View File

@ -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",