mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-jsonschema-spec: Allow build with py-referencing 0.36.0
- Bump PORTREVISION for package change
This commit is contained in:
parent
18ca36db8f
commit
081482ef56
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= jsonschema-spec
|
||||
PORTVERSION= 0.2.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.36.0:devel/py-referencing@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.37.0:devel/py-referencing@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
PyYAML = ">=5.1"
|
||||
requests = {version = "^2.31.0", optional = true}
|
||||
-referencing = ">=0.28.0,<0.31.0"
|
||||
+referencing = ">=0.28.0,<0.36.0"
|
||||
+referencing = ">=0.28.0,<0.37.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pre-commit = "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue