From: Sebastian Pipping Date: Mon, 2 Mar 2020 23:14:23 +0000 (+0100) Subject: dev-python/pycxx: QA fixes X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87fd7fcbe3c632e73b71d407e525a771c58edf92;p=gentoo.git dev-python/pycxx: QA fixes Signed-off-by: Sebastian Pipping Package-Manager: Portage-2.3.84, Repoman-2.3.20 --- diff --git a/dev-python/pycxx/pycxx-7.1.2-r1.ebuild b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild similarity index 91% rename from dev-python/pycxx/pycxx-7.1.2-r1.ebuild rename to 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