mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
textproc/py-cyclonedx-python-lib: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user