summaryrefslogtreecommitdiff
path: root/dev-python/referencing
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/referencing')
-rw-r--r--dev-python/referencing/Manifest2
-rw-r--r--dev-python/referencing/metadata.xml10
-rw-r--r--dev-python/referencing/referencing-0.37.0.ebuild37
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/referencing/Manifest b/dev-python/referencing/Manifest
new file mode 100644
index 000000000000..b69d1e2dc3c7
--- /dev/null
+++ b/dev-python/referencing/Manifest
@@ -0,0 +1,2 @@
+DIST referencing-0.37.0.tar.gz 78036 BLAKE2B db3ca5a25a3e2474c1182158497c47bc27d58d76e7c20e9cc9176c78a4047adc4c439c3c11e633b867b3816c31797ae735ff68f765696cea966129ad8d8f5889 SHA512 8882ac50849e66da6829772bb6140fbd4c853c7fd7410bedd61b29afe071d3c631382f624f203b446887a86cb0885fbdb946092c2d2ecc1907433fd2ef7cb426
+DIST referencing-0.37.0.tar.gz.provenance 9462 BLAKE2B 1dc4ab028bc081be9da1665e9cb609ae6521a2d37f333be6c181f7edf5410782d7ac46e020c0f7137717af004b77d7e6d6b39c212b8b0ede2b11aa8da698ecbb SHA512 a18343d9239b1cad8f7cfb941eda9ed1eeb91479e6bac4c5faaa480b4ad2880beeeedc217b847783bfb67f7c020c1bb279c86a75e9fa897b108ef78eb2723280
diff --git a/dev-python/referencing/metadata.xml b/dev-python/referencing/metadata.xml
new file mode 100644
index 000000000000..5e95859f915a
--- /dev/null
+++ b/dev-python/referencing/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-python/referencing/referencing-0.37.0.ebuild b/dev-python/referencing/referencing-0.37.0.ebuild
new file mode 100644
index 000000000000..1ddb21d8d251
--- /dev/null
+++ b/dev-python/referencing/referencing-0.37.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/python-jsonschema/referencing
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
+HOMEPAGE="
+ https://github.com/python-jsonschema/referencing/
+ https://pypi.org/project/referencing/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+
+RDEPEND="
+ >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
+ >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
+ ' 3.{11..12})
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jsonschema[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest