head 1.7; access; symbols pkgsrc-2026Q1:1.7.0.4 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.2 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.5.0.2 pkgsrc-2025Q3-base:1.5 pkgsrc-2025Q2:1.4.0.14 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.12 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.10 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.8 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.6 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.4 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.2 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.3.0.2 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.7 date 2025.10.09.07.57.59; author wiz; state Exp; branches; next 1.6; commitid t4nMY0Dt3rBjSRdG; 1.6 date 2025.09.30.14.27.14; author wiz; state Exp; branches; next 1.5; commitid 71fZt39UxWE1kKcG; 1.5 date 2025.07.05.11.44.17; author wiz; state Exp; branches; next 1.4; commitid B2KLCDAZOmgedy1G; 1.4 date 2023.10.28.19.57.17; author wiz; state Exp; branches; next 1.3; commitid jP8MYROLWZ3yJqKE; 1.3 date 2023.08.26.14.44.11; author adam; state Exp; branches; next 1.2; commitid 7IzMmcNW2lae2jCE; 1.2 date 2023.04.04.09.33.41; author adam; state Exp; branches; next 1.1; commitid 8LiOxyUtiSPOWLjE; 1.1 date 2022.10.26.12.49.54; author adam; state Exp; branches; next ; commitid Kui1xYMDfSz1beZD; desc @@ 1.7 log @*: remove reference to (removed) Python 3.9 @ text @# $NetBSD: Makefile,v 1.6 2025/09/30 14:27:14 wiz Exp $ DISTNAME= jsonschema_spec-0.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema-spec/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/p1c2u/jsonschema-spec COMMENT= JSONSchema Spec with object-oriented paths LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable DEPENDS+= ${PYPKGPREFIX}-referencing>=0.28.0:../../textproc/py-referencing DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.3.0:../../devel/py-typing-extensions DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 310 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @py-jsonschema-spec: fix build with latest poetry-core and depend on it Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/07/05 11:44:17 wiz Exp $ d22 1 a22 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 @ 1.5 log @*: some more recursive Python restrictions on Python 3.11+ Reported in SmartOS bulk build @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/10/28 19:57:17 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 d14 1 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core @ 1.4 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/08/26 14:44:11 adam Exp $ d22 1 a22 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 @ 1.3 log @py-jsonschema-spec: updated to 0.2.4 0.2.4 Bug fixes Accessor store resolved references fix 0.2.3 Bug fixes FilePathReader read relative path fix 0.2.2 Features Add resolve context method for SchemaPath 0.2.1 Changelog Bump referencing from 0.24.4 to 0.29.0 0.2.0 Changelog Python 3.7 support dropped Remove jsonschema dependency in favor of referencing and jsonschema-specifications SchemaPath.from_path factory method added Deprecations Spec class name is deprecated. Use SchemaPath instead. spec_url parameter is deprecated. Use base_uri instead. ref_resolver_handlers parameter is deprecated. Use handlers instead. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/04/04 09:33:41 adam Exp $ d5 1 @ 1.2 log @py-jsonschema-spec: updated to 0.1.4 0.1.4 jsonschema 4.17 dependency limit 0.1.3 Apache license spdx conformity yaml loader timestamps fix @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2022/10/26 12:49:54 adam Exp $ d3 1 a3 1 DISTNAME= jsonschema_spec-0.1.4 a13 1 DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema d15 1 @ 1.1 log @py-jsonschema-spec: updated to 0.1.2 JSONSchema Spec with object-oriented paths Key features * Traverse elements like paths * Access spec on demand with separate dereferencing accessor layer @ text @d1 1 a1 1 # $NetBSD$ d3 2 a4 2 DISTNAME= jsonschema-spec-0.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} d13 1 d23 1 a23 1 .include "../../lang/python/egg.mk" @