head 1.5; access; symbols pkgsrc-2023Q4:1.4.0.16 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.14 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.12 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.10 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.8 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.6 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.4 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.2 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.3.0.14 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.12 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.10 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.8 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.6 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.4 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.10 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.12 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.8 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.6 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.4 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.2 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2024.01.22.13.34.19; author adam; state Exp; branches; next 1.4; commitid Rw1iE7IegZmpRrVE; 1.4 date 2022.01.04.20.54.57; author wiz; state Exp; branches; next 1.3; commitid CYyhdK9qtoffkmnD; 1.3 date 2020.05.17.21.38.46; author adam; state Exp; branches; next 1.2; commitid ATHktg7q5XTbMD8C; 1.2 date 2018.11.20.11.52.43; author adam; state Exp; branches; next 1.1; commitid rBkF7EdJVRye1G0B; 1.1 date 2017.09.29.13.47.27; author joerg; state Exp; branches; next ; commitid UFR7ZpSJvvoA369A; desc @@ 1.5 log @py-jsonref: updated to 1.1.0 v1.1.0 Fixes documents where the root is a reference object not being cached Allows a reference object to refer to a fragment within itself. Extra properties of a reference object will now have references resolved. v1.0.1 Fix issue with proxies=False where it would not recurse through references to remove the proxies. v1.0.0 replace_refs is now a function rather than a class method of JsonRef (The class method is still around, but deprecated.) New options were also added to replace_refs jsonloader is now a plan function rather than an instance of a class. (This is a breaking change if you were subclassing JsonLoader) @ text @# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:57 wiz Exp $ DISTNAME= jsonref-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonref/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/gazpachoking/jsonref COMMENT= JSON References for Python LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/05/17 21:38:46 adam Exp $ d3 1 a3 1 DISTNAME= jsonref-0.2 a4 1 PKGREVISION= 1 d13 1 a13 1 PYTHON_VERSIONED_DEPENDENCIES= test:test d15 1 a15 2 do-test: cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests.py d17 3 a19 2 .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" @ 1.3 log @pytest from versioned depends @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/11/20 11:52:43 adam Exp $ d5 1 @ 1.2 log @py-jsonref: updated to 0.2 0.2: Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/09/29 13:47:27 joerg Exp $ d13 1 a13 1 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test d16 1 a16 1 cd ${WRKSRC} && py.test-${PYVERSSUFFIX} tests.py d19 1 @ 1.1 log @Add py-jsonref-0.1: jsonref is a library for automatic dereferencing of JSON Reference objects for Python (supporting 2.6+ including Python 3). This library lets you use a data structure with JSON reference objects, as if the references had been replaced with the referent data. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2017/01/01 14:44:01 wiz Exp $ d3 1 a3 1 DISTNAME= jsonref-0.1 d13 1 a13 1 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test d18 1 a18 1 .include "../../lang/python/distutils.mk" @