git: 3125a0bfaa31 - main - textproc/py-cyclonedx-python-lib: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 13:00:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3125a0bfaa316a18bfbccb389fdb592432901f86
commit 3125a0bfaa316a18bfbccb389fdb592432901f86
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:58:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:58:26 +0000
textproc/py-cyclonedx-python-lib: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
---
textproc/py-cyclonedx-python-lib/Makefile | 3 ++-
textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml | 6 ++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile
index d978cb7524ab..c0ed38aba6a3 100644
--- a/textproc/py-cyclonedx-python-lib/Makefile
+++ b/textproc/py-cyclonedx-python-lib/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cyclonedx-python-lib
PORTVERSION= 4.2.2
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}license-expression>=30<31:textproc/py-license-expression@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packageurl-python>=0.9:textproc/py-packageurl-python@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}py-serializable>=0.11.1:devel/py-py-serializable@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.3.0<3:devel/py-sortedcontainers@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.4.0<3:devel/py-sortedcontainers@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
index e7ff3f9e27b4..775c6a8599e7 100644
--- a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
+++ b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
@@ -11,16 +11,14 @@
classifiers = [
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
-@@ -53,9 +49,9 @@ keywords = [
+@@ -53,8 +49,8 @@ keywords = [
[tool.poetry.dependencies]
# ATTENTION: keep `deps.lowest.r` file in sync
python = "^3.7"
-packageurl-python = ">= 0.11"
-py-serializable = "^0.11.1"
--sortedcontainers = "^2.4.0"
+packageurl-python = ">= 0.9"
+py-serializable = ">= 0.11.1"
-+sortedcontainers = "^2.3.0"
+ sortedcontainers = "^2.4.0"
license-expression = "^30"
- [tool.poetry.dev-dependencies]