Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2025 16:13:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93b801181b9d - main - devel/py-jsonschema-path: Allow build with py-referencing 0.37.0
Message-ID:  <202510271613.59RGD14C059622@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93b801181b9ddf0f500fb8eb4141ddc7b372869e

commit 93b801181b9ddf0f500fb8eb4141ddc7b372869e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 15:31:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 15:31:03 +0000

    devel/py-jsonschema-path: Allow build with py-referencing 0.37.0
    
    - Bump PORTREVISION for package change
---
 devel/py-jsonschema-path/Makefile                   |  3 ++-
 devel/py-jsonschema-path/files/patch-pyproject.toml | 11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile
index 095c815e7833..734e9f7f199d 100644
--- a/devel/py-jsonschema-path/Makefile
+++ b/devel/py-jsonschema-path/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jsonschema-path
 PORTVERSION=	0.3.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,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<0.37.0:devel/py-referencing@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}referencing>=0<0.38.0:devel/py-referencing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.31.0<3:www/py-requests@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-jsonschema-path/files/patch-pyproject.toml b/devel/py-jsonschema-path/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c69f28bcb88d
--- /dev/null
+++ b/devel/py-jsonschema-path/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
++++ pyproject.toml
+@@ -45,7 +45,7 @@ requests = {version = "^2.31.0", optional = true}
+ python = "^3.8.0"
+ PyYAML = ">=5.1"
+ requests = {version = "^2.31.0", optional = true}
+-referencing = "<0.37.0"
++referencing = "<0.38.0"
+ 
+ [tool.poetry.dev-dependencies]
+ pre-commit = "*"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510271613.59RGD14C059622>