Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cython/
Date: Sat, 25 Apr 2020 11:37:41
Message-Id: 1587813937.bebd1a3533cceb6f75dfa9d0cee749bc9b251fd4.andrewammerlaan@gentoo
1 commit: bebd1a3533cceb6f75dfa9d0cee749bc9b251fd4
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Apr 25 11:25:37 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Apr 25 11:25:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bebd1a35
7
8 dev-python/pytest-cython: add missing doc dep
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-cython/pytest-cython-0.1.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
17 index a339433..df96a72 100644
18 --- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
19 +++ b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
20 @@ -6,6 +6,7 @@ EAPI="7"
21 PYTHON_COMPAT=( python3_{6,7} )
22
23 inherit distutils-r1
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25
26 DESCRIPTION="Plugin for testing Cython extension modules"
27 HOMEPAGE="https://github.com/lgpage/pytest-cython"
28 @@ -28,4 +29,4 @@ RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
29 #"
30
31 #distutils_enable_tests pytest
32 -distutils_enable_sphinx docs
33 +distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme