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: Wed, 26 Aug 2020 19:10:17
Message-Id: 1598469005.c2258dc0d06a29f065018094e40ccab03f20f5cd.mgorny@gentoo
1 commit: c2258dc0d06a29f065018094e40ccab03f20f5cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 26 19:05:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 26 19:10:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2258dc0
7
8 app-portage/gemato: Correct dependencies for 15.0+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/gemato-15.0.ebuild | 13 +++++++++++--
13 app-portage/gemato/gemato-9999.ebuild | 15 ++++++++++++---
14 2 files changed, 23 insertions(+), 5 deletions(-)
15
16 diff --git a/app-portage/gemato/gemato-15.0.ebuild b/app-portage/gemato/gemato-15.0.ebuild
17 index a3227bbf179..20bbe456009 100644
18 --- a/app-portage/gemato/gemato-15.0.ebuild
19 +++ b/app-portage/gemato/gemato-15.0.ebuild
20 @@ -15,11 +15,20 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
26 IUSE="+gpg tools"
27
28 RDEPEND="
29 - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
30 + gpg? (
31 + >=app-crypt/gnupg-2.2.20-r1
32 + dev-python/requests[${PYTHON_USEDEP}]
33 + )"
34 +BDEPEND="
35 + test? (
36 + >=app-crypt/gnupg-2.2.20-r1
37 + dev-python/requests[${PYTHON_USEDEP}]
38 + dev-python/responses[${PYTHON_USEDEP}]
39 + )"
40
41 distutils_enable_tests setup.py
42
43
44 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
45 index 9e747002e74..dbb32fd9839 100644
46 --- a/app-portage/gemato/gemato-9999.ebuild
47 +++ b/app-portage/gemato/gemato-9999.ebuild
48 @@ -20,9 +20,18 @@ KEYWORDS=""
49 IUSE="+gpg tools"
50
51 RDEPEND="
52 - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
53 -
54 -distutils_enable_tests setup.py
55 + gpg? (
56 + >=app-crypt/gnupg-2.2.20-r1
57 + dev-python/requests[${PYTHON_USEDEP}]
58 + )"
59 +BDEPEND="
60 + test? (
61 + >=app-crypt/gnupg-2.2.20-r1
62 + dev-python/requests[${PYTHON_USEDEP}]
63 + dev-python/responses[${PYTHON_USEDEP}]
64 + )"
65 +
66 +distutils_enable_tests pytest
67
68 python_install_all() {
69 distutils-r1_python_install_all