commit: 6fa237fc596127d1116932f4fa62b4dcc183d78d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 23 06:12:31 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 06:28:01 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa237fc
dev-python/jmespath: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jmespath/Manifest | 1 +
dev-python/jmespath/jmespath-1.1.0.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
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..15406f09a260
--- /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_{11..14} pypy3_11 )
+
+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