summaryrefslogtreecommitdiff
path: root/dev-python/jsonpath-ng
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonpath-ng')
-rw-r--r--dev-python/jsonpath-ng/Manifest2
-rw-r--r--dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jsonpath-ng/Manifest b/dev-python/jsonpath-ng/Manifest
index f46b3f719f57..8148d8340180 100644
--- a/dev-python/jsonpath-ng/Manifest
+++ b/dev-python/jsonpath-ng/Manifest
@@ -1,3 +1,3 @@
DIST jsonpath-ng-1.6.1.tar.gz 36024 BLAKE2B ed6b47974e55c8bb5e086249c24d847dc0e1719d6912c0097bf6bcc06ad096f54b99f9c7053c088bb2efae4c612a49364cae3b061593890508e408b6776e73fb SHA512 84f4ceb3b2e76665b56df6c6cd9bf8c155d3677cc6b4798531bb35e95a591e98186c7fa756d400cbbde4c62acc7da077d0fdf989f5101846fb74bba83dd4be58
-EBUILD jsonpath-ng-1.6.1.ebuild 555 BLAKE2B b6f8e90e826b05d43bb646b8e8ac00638136a09c4c419810779de30501366e295964baa9d9d247c960cad0b13ed5815648ebb495af1c2aa62c52ed83903928e2 SHA512 c13eeb891b1a7e17817599a648138467527afd3647fca02ed1fb209cfb07af34e0fd1d766b7e578ff82e6e8d1a07792c271c58fd865689a1fb3d42b0d0b4b48d
+EBUILD jsonpath-ng-1.6.1.ebuild 569 BLAKE2B 32ffc01495b3cde36281a6b3428ba06dc511e2209b01c82f772c17281ea2daf498ba5925c00d6fbfb5b1f2b14c732d5e5b6bedacc477475a0c6c19cf3b5492ae SHA512 281a5cb12b9faff9578dd68395d08480720a67eb05a38a6d6a3ec6c685b9ae38c2f49d113c13925ddcfa08a8477379e2595dc547236bf607638777ee79b0d3e9
MISC metadata.xml 377 BLAKE2B 773ec2b58b38244bf4925bcb99751e180092bf55a4b20b937647867a696c673592bf0bef11e2835820cad1da51783bfad76bde86200f98b0f2f1c7bac491f36e SHA512 7b0f8455e40e1db69768a1d451888c04a6805b78fbf5f0d81e4adae47539acdd3b7d4e0f33a93e81261ea7d1c5cb48fbe460d4516e3a85a86f52023270744309
diff --git a/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild b/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
index 009e09ee11df..189e023d4ea4 100644
--- a/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
+++ b/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64 ~riscv"
RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]