projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a61b8d
)
dev-python/mando: Replace distutils-r1 EXAMPLES use
author
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:37 +0000
(10:56 +0100)
committer
David Seifert
<soap@gentoo.org>
Fri, 20 Mar 2020 09:56:37 +0000
(10:56 +0100)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/mando/mando-0.3.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/mando/mando-0.3.2.ebuild
b/dev-python/mando/mando-0.3.2.ebuild
index 6eb96d61546eb7f643d07b31c580f266d4ddeee9..5e16ff3b6b0d672438752a8c979fb30d5abce249 100644
(file)
--- a/
dev-python/mando/mando-0.3.2.ebuild
+++ b/
dev-python/mando/mando-0.3.2.ebuild
@@
-33,7
+33,10
@@
python_test() {
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
- 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
}