summaryrefslogtreecommitdiff
path: root/dev-python/commentjson
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-python/commentjson
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r--dev-python/commentjson/Manifest2
-rw-r--r--dev-python/commentjson/commentjson-0.9.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/commentjson/Manifest b/dev-python/commentjson/Manifest
index 3715dcf0e7d6..791187cb2934 100644
--- a/dev-python/commentjson/Manifest
+++ b/dev-python/commentjson/Manifest
@@ -1,3 +1,3 @@
DIST commentjson-0.9.0.gh.tar.gz 15297 BLAKE2B a857b0fa5551079d3d37bff94fb51a903e998c4fb84e0f62a5de28d6eafe0cb8a38b3215515e72c56de0cddb661f109921c801d15b9ba93771290135adaaa5b1 SHA512 cd3d28adecbc445ed3faed7847c65a23829f408cf8aa3fa85544a0f0cf9fa5544b8aff560725cf51921f249123daf9ce9953069e99ca64a312bb4bff652512fe
-EBUILD commentjson-0.9.0.ebuild 763 BLAKE2B ffbdb5fbcf137ce7184777d2ce45641ceaeb453b83a78b9ca38d58b1ccba3689bc6fd379a2ce2dfc2140a0686acda119f8fb957f92d953188665e0d3caf463df SHA512 7bcd1c4e8e642cb425ea719c705572fc3f6c4cde9c65bd4488414d7ab29fd4d14cec85792ef339ec14885a28c1a9f671f8b238584731c73d122072f04f7f361c
+EBUILD commentjson-0.9.0.ebuild 774 BLAKE2B 9d463a1aa913f80f368a9d79b14bbeb70703d4eaf811f1e8bacd553a34ff8704e3f7fbd037f8b74098b367fd77f9758ae75cbaccba55baa322f868b40d6f65ee SHA512 f25ccb9dd86d1d372ad3d8e4029572af041cf06b8c33e55ed942577669411e9c4c87c1c5ae0a297c8bd03d567a63b961af7e38d8a12a63bcd79c323f85b7e30e
MISC metadata.xml 351 BLAKE2B c572a2399353ef88fbb0bc49d31eed6607fa157340c3ccc1311a1e2103a5488f66ed09f10d73daf2aa9a062ce36d2635e4bf703a61a9e4e7341b70e8ab1a97a8 SHA512 90aaec57bf7a92233f7761ee780faf9607dfa79d93627fc3c17cbe63aa6d2b41cdc7229fc17e46c2eb155a5749aee379a1a665e3192f44910aee344c89fe6160
diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 38927494079c..ed61f226e99a 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Add Python and JavaScript style comments in your JSON files"