Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/
Date: Tue, 31 Aug 2021 03:54:30
Message-Id: 1630381643.e9794f15df7038ce8930d72ab2c6e8cec7869388.arthurzam@gentoo
1 commit: e9794f15df7038ce8930d72ab2c6e8cec7869388
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 03:47:14 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 03:47:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9794f15
7
8 dev-python/utidylib: fix doc generation, remove six dependency
9
10 Closes: https://bugs.gentoo.org/810943
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/utidylib/{utidylib-0.7-r1.ebuild => utidylib-0.7-r2.ebuild} | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/utidylib/utidylib-0.7-r1.ebuild b/dev-python/utidylib/utidylib-0.7-r2.ebuild
17 similarity index 90%
18 rename from dev-python/utidylib/utidylib-0.7-r1.ebuild
19 rename to dev-python/utidylib/utidylib-0.7-r2.ebuild
20 index d6947dea0a0..47074208e55 100644
21 --- a/dev-python/utidylib/utidylib-0.7-r1.ebuild
22 +++ b/dev-python/utidylib/utidylib-0.7-r2.ebuild
23 @@ -17,10 +17,9 @@ SLOT="0"
24 KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25
26 RDEPEND="|| ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 )"
27 -DEPEND="dev-python/six[${PYTHON_USEDEP}]"
28
29 distutils_enable_tests pytest
30 -distutils_enable_sphinx doc
31 +distutils_enable_sphinx docs
32
33 EPYTEST_DESELECT=(
34 # https://github.com/nijel/utidylib/issues/9