summaryrefslogtreecommitdiff
path: root/dev-python/argh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/argh
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/argh')
-rw-r--r--dev-python/argh/Manifest4
-rw-r--r--dev-python/argh/argh-0.26.2-r1.ebuild4
-rw-r--r--dev-python/argh/argh-0.26.2-r2.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/argh/Manifest b/dev-python/argh/Manifest
index a572665af700..7af7a189a198 100644
--- a/dev-python/argh/Manifest
+++ b/dev-python/argh/Manifest
@@ -1,4 +1,4 @@
DIST argh-0.26.2.tar.gz 32913 BLAKE2B 315dc36c4a98cb4a8fdab68a30ed3d4d87d1565717722ed496255d8b1b4e505277032217da4c5d750f210974890d8094c52f920044173ff2168adf7cb7f6a2bd SHA512 90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707
-EBUILD argh-0.26.2-r1.ebuild 714 BLAKE2B d2d8389c20b4962b96912768db91d075f912f13ce1c7d35992d4c300049de6d2b4d7b35084d45f982c6ab1300619ec64525cf84736e8e225289419fbecc7d18c SHA512 49bcb1bc4f69b9f7de7405248b5b0a09d0d135bbaf9042688aa1d6f06cef33ada4c4e4ddf53d1f474690423cef7ce512fb4bbc853e75a601ac29d4cd29c6ed94
-EBUILD argh-0.26.2-r2.ebuild 683 BLAKE2B b08010525352f00eeece024743afa0b8cf9a5127399a9ae0d1efe376c9167a7a546e706e261999ca1aa9a44809aae7d22b4c617eb5b3a11cad686d7003cb8c05 SHA512 c4b30d8c866f91e66a5890bfe3265ff85849d74a130d271debfe35a6ffbae3483ab655dfb84a7fbb8143fa31872618264d2630ca9ccebc353bffb27bb541ad67
+EBUILD argh-0.26.2-r1.ebuild 705 BLAKE2B 7268050d35be0ea9d22159354361dd95ddac6f3c8cb5e09a2f853a28ad8c7563c5055ecf783b6303eddd6a4ccfa9b9ea05aa3152883360d79bb8f3470bc7ebad SHA512 3a7af618fb4a8f5abfc38ef3f5be9b88609f04196b0eff621a405e814be81dbcc95e7f155b265a1991030a8d9c3df2193641cd1ecf873f61161074507b295604
+EBUILD argh-0.26.2-r2.ebuild 674 BLAKE2B 87b39f8a50d59ebf9a70b224fc914e08161e8e7d7b2d20db4fdecb1d381146db5af968143f19a0219a8bda9d49c891f7894a15d52af77e5d7b15c35bdeec2996 SHA512 829634e9490976ace30947a7f4e810c8c0ee22690aa90a576df35620ce9d05a3f79d690690d3ab6f47ee585e1cd853fed0b2928d7f4437c900a79777bd639a64
MISC metadata.xml 307 BLAKE2B 172ad4318c81373d000c3138ea3efd86183f1b17fbbdbb793a99aa43732c85ebbaa90235096835ca07a70db115fad09debf1f9ca3c5a46f6f01b6273b4e04d5a SHA512 6236f4f54de93e831341d268725741e3a46e4a4cd815ead1d5751ab551ec06fd58acb410d2cff973c992d564b69f21e6e56168ad567fe3e7c810eca5c2a83712
diff --git a/dev-python/argh/argh-0.26.2-r1.ebuild b/dev-python/argh/argh-0.26.2-r1.ebuild
index e9a2af54e2a8..92e57f4fcdd2 100644
--- a/dev-python/argh/argh-0.26.2-r1.ebuild
+++ b/dev-python/argh/argh-0.26.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild
index 2e430e755443..7152a12d75f4 100644
--- a/dev-python/argh/argh-0.26.2-r2.ebuild
+++ b/dev-python/argh/argh-0.26.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1