app-portage/diffmask: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 4 Jan 2020 20:07:09 +0000 (21:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 4 Jan 2020 20:12:44 +0000 (21:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild
app-portage/diffmask/diffmask-9999.ebuild

index 81b74bf0a0c350dc1c1b400ecb1aa528d6bb3d82..696a18ca528d95aef7406d0c07449ea264c64110 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 
index 19e5a66f0a5a0602091bbc38de090a0da70cf931..e644b0bc2a5e005392c2034ee1a496a4c2b570b0 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1 git-r3