summaryrefslogtreecommitdiff
path: root/dev-python/commentjson
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r--dev-python/commentjson/Manifest2
-rw-r--r--dev-python/commentjson/commentjson-0.9.0-r2.ebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/commentjson/Manifest b/dev-python/commentjson/Manifest
index 88f5e74111b0..fc23a3e7db95 100644
--- a/dev-python/commentjson/Manifest
+++ b/dev-python/commentjson/Manifest
@@ -1,4 +1,4 @@
AUX commentjson-0.9.0-py312.patch 996 BLAKE2B e13cd38728e7207f7f88897dc5a27d238acd8246df174892cfbbad14e2e3e14abbaf04fbe68d5c5abf8dc0a64824e364f9435055ccddfcc4427936ba83e401f6 SHA512 ff442f4bf916703a4231607d8b79f16d71e8b03665deb9431f438edce12075eb1cc784413bdfd23e580e149c8f150cbe8ea137b3b1e6d046d83204e29264c470
DIST commentjson-0.9.0.gh.tar.gz 15297 BLAKE2B a857b0fa5551079d3d37bff94fb51a903e998c4fb84e0f62a5de28d6eafe0cb8a38b3215515e72c56de0cddb661f109921c801d15b9ba93771290135adaaa5b1 SHA512 cd3d28adecbc445ed3faed7847c65a23829f408cf8aa3fa85544a0f0cf9fa5544b8aff560725cf51921f249123daf9ce9953069e99ca64a312bb4bff652512fe
-EBUILD commentjson-0.9.0-r2.ebuild 946 BLAKE2B 1755b9105f31e81ebc2144252a95c9c752cb8c8d74f0b5dc05a10d68a5585bf454e7dc125c46a8b4cc7d56f8bbe35257da3b2cf7f6d573a37c01f59b0879970c SHA512 40a08bb26d258900e7911b50c6324f232d0069771c453af9787c952cbbd79164ab670a0106aab7db174977f509ab9df0929f755852d1eed63cc78f64a6c73b58
+EBUILD commentjson-0.9.0-r2.ebuild 1009 BLAKE2B 329d5a09c24792495d98470bcf56c49bb138008cb6f060f887e1b632a447ae3c1bf26684ba25f59d663144a18387f8a5c3c6bbdb74642a96782197ad6e6d7e7a SHA512 b3df625388e5ace4fe8b5a039e726f6289a74f64759f745f230251cc8212694bb805ac4a8094eef0b47a20007d053b068b0ad256d7988e4242e52474493e5cc0
MISC metadata.xml 375 BLAKE2B 7391dadca9ed1ad8c62515f56347a04fe099c5020b2cfb5d6037e1057199f20a9a512c90800f81186bced7a8ff3f192b36e8c83d7d5ca2b961ea5f5a0e799e80 SHA512 005e5180f3f69d3c162b5ed113840494e0afbc9c09b5c4f02bad97ed7bf5a77e4b7806462f9c7aa3ca72d5d963e5d4b85a591e6e557742685c5738d66214915e
diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 88ecc1ca0784..4ea753abf16f 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
dev-python/lark[${PYTHON_USEDEP}]
@@ -28,6 +28,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/six[${PYTHON_USEDEP}]
+ dev-python/test[${PYTHON_USEDEP}]
)
"