Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/peewee/
Date: Thu, 31 Dec 2020 06:26:31
Message-Id: 1609395112.9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb.sam@gentoo
1 commit: 9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 06:11:52 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 06:11:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6e7bc4
7
8 dev-python/peewee: minor changes
9
10 * Style changes
11 * cython is a BDEPEND
12
13 Package-Manager: Portage-3.0.9, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/peewee/peewee-3.14.0.ebuild | 7 +++++--
17 1 file changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/peewee/peewee-3.14.0.ebuild b/dev-python/peewee/peewee-3.14.0.ebuild
20 index ef29b62487d..7d4284d0438 100644
21 --- a/dev-python/peewee/peewee-3.14.0.ebuild
22 +++ b/dev-python/peewee/peewee-3.14.0.ebuild
23 @@ -2,6 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 +
28 PYTHON_COMPAT=( python3_{6..9} )
29 PYTHON_REQ_USE="sqlite"
30
31 @@ -17,8 +18,10 @@ KEYWORDS="~amd64 ~x86"
32 IUSE="examples test"
33 RESTRICT="!test? ( test )"
34
35 -BDEPEND="test? ( dev-python/psycopg[${PYTHON_USEDEP}] )"
36 -DEPEND="dev-python/cython[${PYTHON_USEDEP}]"
37 +BDEPEND="
38 + dev-python/cython[${PYTHON_USEDEP}]
39 + test? ( dev-python/psycopg[${PYTHON_USEDEP}] )
40 +"
41
42 distutils_enable_sphinx docs