summaryrefslogtreecommitdiff
path: root/virtual/python-singledispatch
diff options
context:
space:
mode:
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 21d3bb8b82ff..8aca2ba275a1 100644
--- a/virtual/python-singledispatch/Manifest
+++ b/virtual/python-singledispatch/Manifest
@@ -1,2 +1,2 @@
-EBUILD python-singledispatch-0.ebuild 554 BLAKE2B 99f67c3f30a164f1e6babdacca43449a45a0a1d9313e3970c8a505b557da375fa5b058a6a0fc5a3cbc9ae0b6996c7195b002dec81c22e9cde115fc212b9fdbe6 SHA512 1c128a2127387c66a001ac6b7639d4a68351cee32c295cf9bb46bb29006b38d6cad3e115c97f51033956732193a50a3f32c5933dbe840eace14538f3f0377861
+EBUILD python-singledispatch-0.ebuild 549 BLAKE2B 5d5a9a5931bd7885ec7e3e4b63fcc68d145db24ed08e79e71dea8c7dc77713b1cde595903f0a1d0c80277e2cb8aeb4eb14ffa246e8d3269d38cc91a3c4e2bd27 SHA512 eee825ccf52741362af20123fe80f70533b456776cf36946c19237cc535efd0e1acce7802bd19782ab3c9917aa3a40f598361d777ff97ea350eeabfa932cfec1
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 c19251580735..cdb22797be14 100644
--- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
+++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit python-r1