From b84b59d1af735950c95305e3f5bb1be7f8655757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 19 Oct 2023 22:03:38 -0300 Subject: [PATCH] python3-jsonschema-spec: update to 0.3.1, rename to python3-jsonschema-path --- srcpkgs/python3-jsonschema-path/template | 21 +++++++++++++++++++++ srcpkgs/python3-jsonschema-spec | 1 + srcpkgs/python3-jsonschema-spec/template | 15 --------------- 3 files changed, 22 insertions(+), 15 deletions(-) create mode 100644 srcpkgs/python3-jsonschema-path/template create mode 120000 srcpkgs/python3-jsonschema-spec delete mode 100644 srcpkgs/python3-jsonschema-spec/template diff --git a/srcpkgs/python3-jsonschema-path/template b/srcpkgs/python3-jsonschema-path/template new file mode 100644 index 00000000000000..43bb433e0a5852 --- /dev/null +++ b/srcpkgs/python3-jsonschema-path/template @@ -0,0 +1,21 @@ +# Template file for 'python3-jsonschema-path' +pkgname=python3-jsonschema-path +version=0.3.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3-pathable python3-referencing python3-yaml" +checkdepends="$depends python3-pytest-cov python3-responses" +short_desc="JSONSchema Spec with object-oriented paths" +maintainer="Gonzalo TornarĂ­a " +license="Apache-2.0" +homepage="https://github.com/p1c2u/jsonschema-path" +changelog="https://github.com/p1c2u/jsonschema-path/releases" +distfiles="https://github.com/p1c2u/jsonschema-path/archive/refs/tags/${version}.tar.gz" +checksum=1a852314243ac7d9ba25055f2b105e2b3f30538692e61d2686a1ca3278832bff + +python3-jsonschema-spec_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - transitional dummy package" + build_style=meta +} diff --git a/srcpkgs/python3-jsonschema-spec b/srcpkgs/python3-jsonschema-spec new file mode 120000 index 00000000000000..cd53904e391479 --- /dev/null +++ b/srcpkgs/python3-jsonschema-spec @@ -0,0 +1 @@ +python3-jsonschema-path \ No newline at end of file diff --git a/srcpkgs/python3-jsonschema-spec/template b/srcpkgs/python3-jsonschema-spec/template deleted file mode 100644 index 61115663dcc3d2..00000000000000 --- a/srcpkgs/python3-jsonschema-spec/template +++ /dev/null @@ -1,15 +0,0 @@ -# Template file for 'python3-jsonschema-spec' -pkgname=python3-jsonschema-spec -version=0.2.4 -revision=2 -build_style=python3-pep517 -hostmakedepends="python3-poetry-core" -depends="python3-pathable python3-referencing python3-yaml" -checkdepends="$depends python3-pytest-cov python3-responses" -short_desc="JSONSchema Spec with object-oriented paths" -maintainer="Gonzalo TornarĂ­a " -license="Apache-2.0" -homepage="https://github.com/p1c2u/jsonschema-spec" -changelog="https://github.com/p1c2u/jsonschema-spec/releases" -distfiles="https://github.com/p1c2u/jsonschema-spec/archive/refs/tags/${version}.tar.gz" -checksum=291e898786587e8d370fd419b8d9e9a9eb34e95862a14c5f03261688c0b25bf6