Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/
Date: Sun, 03 Jan 2021 08:21:04
Message-Id: 1609661987.d6277479f3c37c3a21af96e78f0c835215f0e432.perfinion@gentoo
1 commit: d6277479f3c37c3a21af96e78f0c835215f0e432
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 21 23:47:53 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:19:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6277479
7
8 app-admin/setools: move cython to BDEPEND
9
10 It is imported by setup.py and needs to be usable by the native
11 Python installation.
12
13 Package-Manager: Portage-3.0.9, Repoman-3.0.2
14 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
15 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
16
17 app-admin/setools/setools-4.3.0.ebuild | 7 +++----
18 app-admin/setools/setools-9999.ebuild | 7 +++----
19 2 files changed, 6 insertions(+), 8 deletions(-)
20
21 diff --git a/app-admin/setools/setools-4.3.0.ebuild b/app-admin/setools/setools-4.3.0.ebuild
22 index 22ab1263f7f..830ac106a76 100644
23 --- a/app-admin/setools/setools-4.3.0.ebuild
24 +++ b/app-admin/setools/setools-4.3.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="7"
31 @@ -30,9 +30,8 @@ RDEPEND="${PYTHON_DEPS}
32 X? (
33 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
34 )"
35 -
36 -DEPEND="${RDEPEND}
37 - >=dev-python/cython-0.27
38 +DEPEND="${RDEPEND}"
39 +BDEPEND=">=dev-python/cython-0.27
40 test? (
41 sys-apps/checkpolicy
42 )"
43
44 diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild
45 index fd1fb1b07fa..13be0f339eb 100644
46 --- a/app-admin/setools/setools-9999.ebuild
47 +++ b/app-admin/setools/setools-9999.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI="7"
54 @@ -30,9 +30,8 @@ RDEPEND="${PYTHON_DEPS}
55 X? (
56 dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
57 )"
58 -
59 -DEPEND="${RDEPEND}
60 - >=dev-python/cython-0.27
61 +DEPEND="${RDEPEND}"
62 +BDEPEND=">=dev-python/cython-0.27
63 test? (
64 sys-apps/checkpolicy
65 )"