Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Thu, 07 May 2020 13:18:33
Message-Id: 1588857488.6a8fa8febaa75f439a6e645b9336c133b5930e0f.mgorny@gentoo
1 commit: 6a8fa8febaa75f439a6e645b9336c133b5930e0f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 13:12:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 13:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8fa8fe
7
8 app-portage/gemato: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/gemato-14.3.ebuild | 10 +++-------
13 app-portage/gemato/gemato-9999.ebuild | 11 +++--------
14 2 files changed, 6 insertions(+), 15 deletions(-)
15
16 diff --git a/app-portage/gemato/gemato-14.3.ebuild b/app-portage/gemato/gemato-14.3.ebuild
17 index 5a53b2fe11d..933874ddec7 100644
18 --- a/app-portage/gemato/gemato-14.3.ebuild
19 +++ b/app-portage/gemato/gemato-14.3.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
25 +PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
26 PYTHON_REQ_USE='threads(+)'
27
28 inherit distutils-r1
29 @@ -16,14 +16,10 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
30 LICENSE="BSD-2"
31 SLOT="0"
32 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
33 -IUSE="+blake2 bzip2 +gpg lzma sha3 tools"
34 +IUSE="+gpg tools"
35
36 RDEPEND="
37 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
38 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
39 - gpg? ( app-crypt/gnupg )
40 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
41 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy) )"
42 + gpg? ( app-crypt/gnupg )"
43
44 distutils_enable_tests setup.py
45
46
47 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
48 index a52943c5d57..9dbc15846ed 100644
49 --- a/app-portage/gemato/gemato-9999.ebuild
50 +++ b/app-portage/gemato/gemato-9999.ebuild
51 @@ -4,7 +4,7 @@
52 EAPI=7
53
54 DISTUTILS_USE_SETUPTOOLS=rdepend
55 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
56 +PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
57 PYTHON_REQ_USE='threads(+)'
58
59 inherit distutils-r1 git-r3
60 @@ -17,15 +17,10 @@ EGIT_REPO_URI="https://github.com/mgorny/gemato.git"
61 LICENSE="BSD-2"
62 SLOT="0"
63 KEYWORDS=""
64 -IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
65 -RESTRICT="!test? ( test )"
66 +IUSE="+gpg tools"
67
68 RDEPEND="
69 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
70 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
71 - gpg? ( app-crypt/gnupg )
72 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
73 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy) )"
74 + gpg? ( app-crypt/gnupg )"
75
76 distutils_enable_tests setup.py