Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/clufter/
Date: Thu, 15 Apr 2021 07:09:36
Message-Id: 1618470550.d19b98752c3cc6c9ecdc17891b4f87db5f817db3.telans@gentoo
1 commit: d19b98752c3cc6c9ecdc17891b4f87db5f817db3
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Thu Apr 15 04:57:31 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Thu Apr 15 07:09:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d19b9875
7
8 dev-python/clufter: fix installing symlink as README
9
10 Closes: https://bugs.gentoo.org/780987
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-python/clufter/clufter-0.77.2.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild
17 index 9c5bac615..beca82401 100644
18 --- a/dev-python/clufter/clufter-0.77.2.ebuild
19 +++ b/dev-python/clufter/clufter-0.77.2.ebuild
20 @@ -2,6 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 +
25 +DISTUTILS_USE_SETUPTOOLS=rdepend
26 PYTHON_COMPAT=( python3_{7,8,9} )
27
28 inherit distutils-r1
29 @@ -19,3 +21,5 @@ DEPEND="dev-python/lxml
30 dev-libs/libxml2"
31
32 S="${WORKDIR}/${PN}-v${PV}"
33 +
34 +DOCS=( __root__/README )