projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7b86f
)
dev-python/hglib: Replace distutils-r1 EXAMPLES use
author
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:19 +0000
(10:56 +0100)
committer
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:19 +0000
(10:56 +0100)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/hglib/hglib-2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/hglib/hglib-2.1.ebuild
b/dev-python/hglib/hglib-2.1.ebuild
index bdcfa5b8738e73ea49f061cc4f4e0d2e81d69cb1..9a0b6110cc0dd70e922a609d9f35996271f03edb 100644
(file)
--- a/
dev-python/hglib/hglib-2.1.ebuild
+++ b/
dev-python/hglib/hglib-2.1.ebuild
@@
-17,7
+17,7
@@
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="
examples
test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-vcs/mercurial-2.4.2"
@@
-33,6
+33,9
@@
python_test() {
}
python_install_all() {
- use examples && local EXAMPLES=( examples/stats.py )
+ docinto examples
+ dodoc -r examples/stats.py
+ docompress -x /usr/share/doc/${PF}/examples
+
distutils-r1_python_install_all
}