summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-12 17:39:43 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-12 17:44:39 +0200
commit95839028f025737a95567dc21ecfe906b5316dad (patch)
treeff4e3085fe691e065846cbf22754ee3200b43ff1
parentdev-python/referencing: New package, v0.29.0 (diff)
downloadgentoo-95839028f025737a95567dc21ecfe906b5316dad.tar.gz
gentoo-95839028f025737a95567dc21ecfe906b5316dad.tar.bz2
gentoo-95839028f025737a95567dc21ecfe906b5316dad.zip
dev-python/jsonschema-specifications: New package, v2023.5.2
New dependency of dev-python/jsonschema-spec bump. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jsonschema-specifications/Manifest1
-rw-r--r--dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild28
-rw-r--r--dev-python/jsonschema-specifications/metadata.xml12
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/jsonschema-specifications/Manifest b/dev-python/jsonschema-specifications/Manifest
new file mode 100644
index 000000000000..c36202eeb8dd
--- /dev/null
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -0,0 +1 @@
+DIST jsonschema_specifications-2023.5.2.tar.gz 12581 BLAKE2B 74029c066e3c620126ed0ed7e70a9b63c017aeab827b0187f8c8c5964c2e1ef68a83489f4646d79653c38fcec45bc001189fc09295ac1f569ed288f2dc469459 SHA512 222a70e3c1673c6f3d27f5d6561d4ba192c61a8a6f86e726939d1e29843eeca82de306a889540ab352a5c2332cf30d810db956aa5094f2a6bc6607b7169513fd
diff --git a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
new file mode 100644
index 000000000000..83bff223f462
--- /dev/null
+++ b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.5.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
+HOMEPAGE="
+ https://github.com/python-jsonschema/jsonschema-specifications/
+ https://pypi.org/project/jsonschema-specifications/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/referencing-0.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/jsonschema-specifications/metadata.xml b/dev-python/jsonschema-specifications/metadata.xml
new file mode 100644
index 000000000000..200e1c356e60
--- /dev/null
+++ b/dev-python/jsonschema-specifications/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">python-jsonschema/jsonschema-specifications</remote-id>
+ <remote-id type="pypi">jsonschema-specifications</remote-id>
+ </upstream>
+</pkgmetadata>