diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index 96446e47c295..c94fc1c682d2 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,21 +1,21 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.26.0.20260402 +PORTVERSION= 4.26.0.20260408 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_jsonschema-${PORTVERSION} MAINTAINER= matthew@FreeBSD.org COMMENT= Typing stubs for jsonschema WWW= https://pypi.org/project/types-jsonschema/ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} .include diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 03f053a82c9b..d51a74fdd0c4 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775115331 -SHA256 (types_jsonschema-4.26.0.20260402.tar.gz) = 03d0f697a9930970033e29e91da45accf287ee44d5eed6f7a238b99e608b23f4 -SIZE (types_jsonschema-4.26.0.20260402.tar.gz) = 16520 +TIMESTAMP = 1775662074 +SHA256 (types_jsonschema-4.26.0.20260408.tar.gz) = 82b75a976ed1507c473b8dee2d4841bd65926758c6d672bb93d08bf5e16f1b3f +SIZE (types_jsonschema-4.26.0.20260408.tar.gz) = 16553 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 0809b0652478..aa51c5e3c619 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,30 +1,30 @@ ---- pyproject.toml.orig 2026-04-02 04:20:16 UTC +--- pyproject.toml.orig 2026-04-08 04:35:57 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61"] [project] name = "types-jsonschema" - version = "4.26.0.20260402" + version = "4.26.0.20260408" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for jsonschema" readme = { text = """\ ## Typing stubs for jsonschema @@ -46,8 +45,10 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['jsonschema-stubs'] include-package-data = false +[tool.setuptools.packages.find] +where = ["jsonschema-stubs"] + [tool.setuptools.package-data] -'jsonschema-stubs' = ['__init__.pyi', '_format.pyi', '_keywords.pyi', '_legacy_keywords.pyi', '_types.pyi', '_typing.pyi', '_utils.pyi', 'cli.pyi', 'exceptions.pyi', 'protocols.pyi', 'validators.pyi', 'METADATA.toml', 'py.typed'] +"*" = ["*"]