textproc/py-cyclonedx-python-lib: Allow build with py-py-serializable 0.12.0+
- Bump PORTREVISION for package change
This commit is contained in:
parent
aa9eecdab4
commit
596865f199
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= cyclonedx-python-lib
|
||||
PORTVERSION= 4.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packageurl-python>=0.9:textproc/py-packageurl-python@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}py-serializable>=0.11.1<0.12:devel/py-py-serializable@${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}
|
||||
|
||||
USES= python
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
python = "^3.7"
|
||||
importlib-metadata = { version = "^3.4.0", python = "<3.8" }
|
||||
-packageurl-python = ">= 0.11"
|
||||
+packageurl-python = ">= 0.9"
|
||||
py-serializable = "^0.11.1"
|
||||
-py-serializable = "^0.11.1"
|
||||
-sortedcontainers = "^2.4.0"
|
||||
+packageurl-python = ">= 0.9"
|
||||
+py-serializable = ">= 0.11.1"
|
||||
+sortedcontainers = "^2.3.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue