aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 12:58:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-11 12:58:26 +0000
commit3125a0bfaa316a18bfbccb389fdb592432901f86 (patch)
tree8abd9846e97067d65f0dfceee659702eb73b510a
parent5e2528251ee24c95f01bebd8354b112cf32de648 (diff)
downloadports-3125a0bfaa316a18bfbccb389fdb592432901f86.tar.gz
ports-3125a0bfaa316a18bfbccb389fdb592432901f86.zip
textproc/py-cyclonedx-python-lib: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
-rw-r--r--textproc/py-cyclonedx-python-lib/Makefile3
-rw-r--r--textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml6
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]