Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-office/visidata/
Date: Tue, 23 Feb 2021 08:36:22
Message-Id: 1614069376.8096f5d9d4d51d5a2fb403e133afbe0ecdbef43d.andrewammerlaan@gentoo
1 commit: 8096f5d9d4d51d5a2fb403e133afbe0ecdbef43d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Feb 23 08:36:16 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Feb 23 08:36:16 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8096f5d9
7
8 app-office/visidata: add DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 app-office/visidata/visidata-2.1.1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/app-office/visidata/visidata-2.1.1.ebuild b/app-office/visidata/visidata-2.1.1.ebuild
17 index f1dc1c502..8a63fed59 100644
18 --- a/app-office/visidata/visidata-2.1.1.ebuild
19 +++ b/app-office/visidata/visidata-2.1.1.ebuild
20 @@ -4,6 +4,7 @@
21 EAPI=7
22
23 PYTHON_COMPAT=( python3_{7..9} )
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25
26 inherit distutils-r1 optfeature
27
28 @@ -30,9 +31,9 @@ BDEPEND="
29 )
30 "
31
32 -distutils_enable_sphinx docs \
33 - dev-python/recommonmark \
34 - dev-python/sphinx-argparse
35 +#distutils_enable_sphinx docs \
36 +# dev-python/recommonmark \
37 +# dev-python/sphinx-argparse
38 # dev-python/sphinx-markdown-tables
39
40 python_prepare_all() {