summaryrefslogtreecommitdiff
path: root/virtual/python-singledispatch
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 /virtual/python-singledispatch
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r--virtual/python-singledispatch/Manifest2
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest
index 55c38d10def8..d6b682aa8324 100644
--- a/virtual/python-singledispatch/Manifest
+++ b/virtual/python-singledispatch/Manifest
@@ -1,2 +1,2 @@
-EBUILD python-singledispatch-0.ebuild 529 BLAKE2B 088c901ce4c488f8125ef83655daec5cc6e7ed49182693529d6e1139eefb1b4e4f5b6bb7b7950549ecde2823d8c4890a289d5437841220fe6025918c600d637b SHA512 754ea2fff0b44adfae478b8507a260190d430bf4153c0415c15da7db4413b130257663018515742d58944e561bb4bfc6918e530903e61bca969c94ff6e88f934
+EBUILD python-singledispatch-0.ebuild 522 BLAKE2B 7db75d51dfaee8fb8e697516f3813e487e6d5ced58fb3b35bd259a582f32f59ec008ae1dc154d76868fd0294bc8aa2ddfaabb980697790eaa42f7abe2c8cb77d SHA512 73d1ee957357a63fe8ebe42e01de8c2f57f0b2046f9f13699d945f45f7d00c8c166812d6a83b678232d347b1e7a56a60b680761da38e983e7a0b447ead444808
MISC metadata.xml 386 BLAKE2B 2a6a959db0caa9e906f7ed96958366ba41bd36b8640d2ccf685faf50d44be723215773b4f056882ccc293b4b41025aec4b12586332ccc70b830d7f45fd57a1af SHA512 ba80e7786de3377de21e2511dca3bbdd8af41f5b6ba2976423bf83dc8ad1ed7f14165cc52538f33c5cf6a2086181fcc3b3f191480bd93b581704b11b93a00739
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
index de4f135df52e..b18ceb402afa 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.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=( python2_7 python3_{5,6,7,8} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit python-r1