summaryrefslogtreecommitdiff
path: root/dev-python/jmespath
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-23 19:32:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-23 19:32:36 +0000
commit732d28367ef9f54453150abb06e573c9393ec178 (patch)
tree0c61b8048cb423efc17a8938da1275b400f3aecc /dev-python/jmespath
parenta5fee082e20c2d66fb0992a0f453766e0fd23277 (diff)
downloadbaldeagleos-repo-732d28367ef9f54453150abb06e573c9393ec178.tar.gz
baldeagleos-repo-732d28367ef9f54453150abb06e573c9393ec178.tar.xz
baldeagleos-repo-732d28367ef9f54453150abb06e573c9393ec178.zip
Adding metadata
Diffstat (limited to 'dev-python/jmespath')
-rw-r--r--dev-python/jmespath/Manifest1
-rw-r--r--dev-python/jmespath/jmespath-1.1.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest
index 6e874ab2b77a..1a1bf609d30f 100644
--- a/dev-python/jmespath/Manifest
+++ b/dev-python/jmespath/Manifest
@@ -1 +1,2 @@
DIST jmespath.py-1.0.1.gh.tar.gz 80936 BLAKE2B 9dfcdf4a8359d0e7c5f333e349d12e5c438693cf81b64df1a8a3b7211304ee228e9579be528a9b35ee0e4289539a5b4e214fcb9cb42d2b3fdbdd2e1a83975bc2 SHA512 c1676a4b7565d25c2948569005c503a0ca33908de6ed16536767da2c00c634e4ee345bcaf88a01bf6cd2996aaf722faaedff80061ab65ee77e5bc0f494f86a70
+DIST jmespath.py-1.1.0.gh.tar.gz 52079 BLAKE2B b9c8ed4aa178ecd6637ae26ec8a41ecdfd5c2e47011945ce3a0c5757937c16efb4a991f21d2f3aff3faccaf92eec4f0d004df92e21bcbbb5f9c680a583c95ad4 SHA512 06ded51854f03eca9e036511eab21a214da883f68c307e10a40873ec19261178c6ee34b910f12a3e79ebe98ee485ed7eb9ae927aa9db68433ed37f841ea66a40
diff --git a/dev-python/jmespath/jmespath-1.1.0.ebuild b/dev-python/jmespath/jmespath-1.1.0.ebuild
new file mode 100644
index 000000000000..dd542217c40d
--- /dev/null
+++ b/dev-python/jmespath/jmespath-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1
+
+MY_P=jmespath.py-${PV}
+DESCRIPTION="JSON Matching Expressions"
+HOMEPAGE="
+ https://github.com/jmespath/jmespath.py/
+ https://pypi.org/project/jmespath/
+"
+SRC_URI="
+ https://github.com/jmespath/jmespath.py/archive/${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+EPYTEST_IGNORE=(
+ # fuzzing tests, they take forever
+ extra/test_hypothesis.py
+)
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest