Skip to content

Commit

Permalink
devel/py-jsonschema-spec: Allow build with py-referencing 0.34.0
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent c21f6ea commit 60556bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devel/py-jsonschema-spec/Makefile
Expand Up @@ -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}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.34.0:devel/py-referencing@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.35.0:devel/py-referencing@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517
Expand Down
2 changes: 1 addition & 1 deletion devel/py-jsonschema-spec/files/patch-pyproject.toml
Expand Up @@ -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.34.0"
+referencing = ">=0.28.0,<0.35.0"

[tool.poetry.dev-dependencies]
pre-commit = "*"

0 comments on commit 60556bd

Please sign in to comment.