diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-03 00:14:23 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-03 00:15:39 +0100 |
commit | 87fd7fcbe3c632e73b71d407e525a771c58edf92 (patch) | |
tree | 3054172ac072d10b399a85d1d3efb9aede59fcab /dev-python/pycxx | |
parent | dev-util/jenkins-bin: drop old (diff) | |
download | gentoo-87fd7fcbe3c632e73b71d407e525a771c58edf92.tar.gz gentoo-87fd7fcbe3c632e73b71d407e525a771c58edf92.tar.bz2 gentoo-87fd7fcbe3c632e73b71d407e525a771c58edf92.zip |
dev-python/pycxx: QA fixes
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r-- | dev-python/pycxx/pycxx-7.1.2-r2.ebuild (renamed from dev-python/pycxx/pycxx-7.1.2-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pycxx/pycxx-7.1.2-r1.ebuild b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild index 7ebe1b3a1b34..52f7c7ac5d17 100644 --- a/dev-python/pycxx/pycxx-7.1.2-r1.ebuild +++ b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit eutils distutils-r1 @@ -26,8 +27,8 @@ python_prepare_all() { python_install_all() { use doc && local HTML_DOCS=( Doc/. ) if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins -r Demo/Python{2,3}/. + docinto examples + dodoc -r Demo/Python{2,3}/. docompress -x /usr/share/doc/${PF}/examples fi distutils-r1_python_install_all |