app-portage/gemato: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 Nov 2019 09:25:46 +0000 (10:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 Nov 2019 09:55:34 +0000 (10:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/gemato/gemato-14.3.ebuild
app-portage/gemato/gemato-9999.ebuild
app-portage/gemato/gemato-9999m.ebuild

index d58a025ed50f7eab68527e58dc4ba7afa4b44dc2..317b969b3e5ecfd213159f9a557ed36cca2a2ce1 100644 (file)
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-# pysha3 is broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1
 
index f419059fa6476bc848d4c5792df263be89d684dc..ec43603da332321f6dfa169eb6b31fdd9b8f5c3c 100644 (file)
@@ -1,10 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 git-r3
 
@@ -24,7 +23,7 @@ MODULE_RDEPEND="
        bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
        gpg? ( app-crypt/gnupg )
        lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-       sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )"
+       sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy) )"
 
 RDEPEND="${MODULE_RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"
index fe7b3b5ba969a9ba8d3494bbc1dcb097e9bba195..abe4544cbdaa39ed0fb45b03e03902be91cd1971 100644 (file)
@@ -1,10 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 git-r3
 
@@ -25,7 +24,7 @@ MODULE_RDEPEND="
        bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
        gpg? ( app-crypt/gnupg )
        lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-       sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )"
+       sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy) )"
 
 RDEPEND="${MODULE_RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"