summaryrefslogtreecommitdiff
path: root/dev-python/jsonschema-path
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-08 21:59:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-08 21:59:10 +0000
commit94f15e80a2d1bf7754cad4b53208be9c319ea7d5 (patch)
treeb7b87202adaa45edbdde23c9635d88ccefd83b68 /dev-python/jsonschema-path
parentba7a238ca9c95cb73dc1040bfe42d78dd6970126 (diff)
gentoo auto-resync : 08:02:2024 - 21:59:09
Diffstat (limited to 'dev-python/jsonschema-path')
-rw-r--r--dev-python/jsonschema-path/Manifest2
-rw-r--r--dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild (renamed from dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild)5
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/jsonschema-path/Manifest b/dev-python/jsonschema-path/Manifest
index 8eebb54b632f..8db0650c8aa9 100644
--- a/dev-python/jsonschema-path/Manifest
+++ b/dev-python/jsonschema-path/Manifest
@@ -1,3 +1,3 @@
DIST jsonschema-path-0.3.2.gh.tar.gz 39521 BLAKE2B 871bb33c7839a3b9bf66e145c239cd6715cfaa2ae782f28b77de83228136af5259e1757856e47f0ac26f46572911553510a153f4f48e3b1d2a813160eb65c143 SHA512 e49b32c4609238d2808938976bd0022f86837e9d7d296a137d42f8e8c80d20d20fdd23a07b898063536290b36bd72df0abef64b65997a66cb3fb9c403cc275d3
-EBUILD jsonschema-path-0.3.2.ebuild 980 BLAKE2B 7f7343ee068bd3428981dc7bcb1ea17fb9025f7ee6c9f5eb24b91110c2f992e4abac9fa5936aa654a51edb70f75ec13c4129933730824c4bb8b614a1c6e90be7 SHA512 b3cc4ce15d86bd7008b9e596c7efed0b2ae609887a4b3174183c188fc2a973df75e0e349ac343c327dc43ca2520faa59b347206368efb7b09bea638156b106c4
+EBUILD jsonschema-path-0.3.2-r1.ebuild 1125 BLAKE2B 1132ec6f346ccda37699ddc63397ced623e11a97aa669a27c918e416c5ed752f7d25231f709441f3e211c48df794ee8424fd5f1eebbf7374b96aa7a7c10d4653 SHA512 9f5e40d96e46c7c32690bde5e8faeab0173e539d37ce6f367e3dd73985043f9c137f683666e4eb06ff7e2943dfdca73b051f0ec6a5410858f5019c7b47761a7c
MISC metadata.xml 404 BLAKE2B 1ca43c4b4650286727d5676f4179f99daa52efeeeded543e3453b91033fb68e6639851b1149a93f28b2fec501acc9623bcb2cd2f58d9df59db505a7ce730807c SHA512 0e041011c6459c256ef992aecea2ac5782d608855da7ddf15340e2a66f89c4542078563dd560a03cc5b13df5c85858c4796d74f39f5a9d257d131f758d5a1bd3
diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
index 3cc2225e3980..e371fab4870e 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,10 +22,13 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
+# requests seem "optional" but they failed at properly making it
+# optional in poetry, sigh
RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
"
BDEPEND="