Gentoo Archives: gentoo-commits

From: Ryan Fox <flewkey@××××.party>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyclip/
Date: Thu, 26 May 2022 20:43:22
Message-Id: 1653597524.d75e81c26b363a20199c12fc52d95f5fb21e4993.flewkey@gentoo
1 commit: d75e81c26b363a20199c12fc52d95f5fb21e4993
2 Author: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
3 AuthorDate: Thu May 26 20:38:44 2022 +0000
4 Commit: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
5 CommitDate: Thu May 26 20:38:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d75e81c2
7
8 dev-python/pyclip: Fix docs installation
9
10 The README.md in the repo is a symlink, so einstalldocs doesn't know how
11 to handle it.
12
13 Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>
14 Closes: https://bugs.gentoo.org/847178
15
16 dev-python/pyclip/pyclip-0.5.4.ebuild | 1 +
17 dev-python/pyclip/pyclip-0.6.0.ebuild | 1 +
18 dev-python/pyclip/pyclip-9999.ebuild | 1 +
19 3 files changed, 3 insertions(+)
20
21 diff --git a/dev-python/pyclip/pyclip-0.5.4.ebuild b/dev-python/pyclip/pyclip-0.5.4.ebuild
22 index 4bcb1c89a..f57d3f5c1 100644
23 --- a/dev-python/pyclip/pyclip-0.5.4.ebuild
24 +++ b/dev-python/pyclip/pyclip-0.5.4.ebuild
25 @@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
26 SLOT="0"
27 IUSE="test"
28 RESTRICT="!test? ( test )"
29 +DOCS="${S}/docs/README.md"
30
31 DEPEND="
32 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
33
34 diff --git a/dev-python/pyclip/pyclip-0.6.0.ebuild b/dev-python/pyclip/pyclip-0.6.0.ebuild
35 index 409487c50..61efa2b6a 100644
36 --- a/dev-python/pyclip/pyclip-0.6.0.ebuild
37 +++ b/dev-python/pyclip/pyclip-0.6.0.ebuild
38 @@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
39 SLOT="0"
40 IUSE="test"
41 RESTRICT="!test? ( test )"
42 +DOCS="${S}/docs/README.md"
43
44 DEPEND="
45 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
46
47 diff --git a/dev-python/pyclip/pyclip-9999.ebuild b/dev-python/pyclip/pyclip-9999.ebuild
48 index 409487c50..61efa2b6a 100644
49 --- a/dev-python/pyclip/pyclip-9999.ebuild
50 +++ b/dev-python/pyclip/pyclip-9999.ebuild
51 @@ -22,6 +22,7 @@ LICENSE="Apache-2.0"
52 SLOT="0"
53 IUSE="test"
54 RESTRICT="!test? ( test )"
55 +DOCS="${S}/docs/README.md"
56
57 DEPEND="
58 test? ( dev-python/pytest[${PYTHON_USEDEP}] )