Skip to content

Commit

Permalink
app-portage/gemato: Enable py3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 18, 2019
1 parent d80b80b commit 2c7c780
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions app-portage/gemato/gemato-14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions app-portage/gemato/gemato-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}]"
Expand Down
7 changes: 3 additions & 4 deletions app-portage/gemato/gemato-9999m.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}]"
Expand Down

0 comments on commit 2c7c780

Please sign in to comment.