projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1754004
)
dev-python/polygon: Replace distutils-r1 EXAMPLES use
author
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:49 +0000
(10:56 +0100)
committer
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:49 +0000
(10:56 +0100)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/polygon/polygon-3.0.7.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/polygon/polygon-3.0.7.ebuild
b/dev-python/polygon/polygon-3.0.7.ebuild
index b62923113930d439d8af0c379a83a2fdb39ca3a7..e3e7bcdb41355b200e585e8cf0c4601981196929 100644
(file)
--- a/
dev-python/polygon/polygon-3.0.7.ebuild
+++ b/
dev-python/polygon/polygon-3.0.7.ebuild
@@
-34,6
+34,10
@@
python_test() {
}
python_install_all() {
- use examples && local EXAMPLES=( examples/. )
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+
distutils-r1_python_install_all
}