diff options
author | 2020-12-31 06:11:52 +0000 | |
---|---|---|
committer | 2020-12-31 06:11:52 +0000 | |
commit | 9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb (patch) | |
tree | 089b98a5f956fbdf12e9324c6c2c23e7d8e2a711 /dev-python/peewee | |
parent | dev-python/pyscard: bump to 2.0.0 (diff) | |
download | gentoo-9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb.tar.gz gentoo-9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb.tar.bz2 gentoo-9b6e7bc4cffa2fdff9477fdf29a64b84748eabdb.zip |
dev-python/peewee: minor changes
* Style changes
* cython is a BDEPEND
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/peewee-3.14.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/peewee/peewee-3.14.0.ebuild b/dev-python/peewee/peewee-3.14.0.ebuild index ef29b62487d2..7d4284d04385 100644 --- a/dev-python/peewee/peewee-3.14.0.ebuild +++ b/dev-python/peewee/peewee-3.14.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite" @@ -17,8 +18,10 @@ KEYWORDS="~amd64 ~x86" IUSE="examples test" RESTRICT="!test? ( test )" -BDEPEND="test? ( dev-python/psycopg[${PYTHON_USEDEP}] )" -DEPEND="dev-python/cython[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + test? ( dev-python/psycopg[${PYTHON_USEDEP}] ) +" distutils_enable_sphinx docs |