commit:     9a488d1972a28224a7e3171fc74b4c066913a4f5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 03:25:49 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 03:39:38 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a488d19

dev-python/jsonpath-ng: Bump to 1.8.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jsonpath-ng/Manifest                 |  1 +
 dev-python/jsonpath-ng/jsonpath-ng-1.8.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/jsonpath-ng/Manifest b/dev-python/jsonpath-ng/Manifest
index 98ce12dbc0f4..20c8a590bb0e 100644
--- a/dev-python/jsonpath-ng/Manifest
+++ b/dev-python/jsonpath-ng/Manifest
@@ -1 +1,2 @@
 DIST jsonpath-ng-1.7.0.tar.gz 37838 BLAKE2B 
fbd9a77e332eb691444f29f27de1f00f6bd68d2ba729e94940a55f13fe948d73d46f3b54dc3e1097165164aa011ee7f669ad01324031d869ca33f2da5dba5991
 SHA512 
91dfedeee3ff3eab7df318ca02572caeb03a70a02146e281d849c7263147269610a65d81738972c436b717cef18c3a10efe106cf013e651f7acaa5ef81d71705
+DIST jsonpath_ng-1.8.0.tar.gz 74513 BLAKE2B 
f8ba3f19bd106c7246a115175515f0b1ef066954356e06f7b289b754eac05aa7c91f56d44d36e4c04765e0ab7a2fc01ed887ee4c08c3b1d17f54087e73a21ada
 SHA512 
64bf0c98193aff8f390c18f53713fbb41da075f93369f1d81c38d22ac63a86d1e502f59a67aaf1d39d0dc8d1b482bd1f73cc8e1bdf54b68a43b8725d109c9b7f

diff --git a/dev-python/jsonpath-ng/jsonpath-ng-1.8.0.ebuild 
b/dev-python/jsonpath-ng/jsonpath-ng-1.8.0.ebuild
new file mode 100644
index 000000000000..0df74e1ac85e
--- /dev/null
+++ b/dev-python/jsonpath-ng/jsonpath-ng-1.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python JSONPath Next-Generation"
+HOMEPAGE="
+       https://github.com/h2non/jsonpath-ng/
+       https://pypi.org/project/jsonpath-ng/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+       dev-python/ply[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/oslotest[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+src_prepare() {
+       distutils-r1_src_prepare
+
+       # unbundle ply (sigh)
+       rm -r jsonpath_ng/_ply || die
+       sed -i -e 's:jsonpath_ng[.]_ply:ply:' jsonpath_ng/*.py || die
+       sed -i -e '/packages/d' setup.py || die
+}

Reply via email to