From c70fe740a186443b66f1f1a5f87fbe2bb1ae34f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Dec 2020 13:35:10 +0100 Subject: [PATCH] Revert "dev-python/repoze-sphinx-autointerface: Remove namespace dep" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d8a9eba0119c54f5c2117e67824415e909a731d6. Signed-off-by: Michał Górny --- ...ebuild => repoze-sphinx-autointerface-0.8.ebuild} | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) rename dev-python/repoze-sphinx-autointerface/{repoze-sphinx-autointerface-0.8-r1.ebuild => repoze-sphinx-autointerface-0.8.ebuild} (75%) diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild similarity index 75% rename from dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild rename to dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild index 3423ea0ea7018..02e4c048c9093 100644 --- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8-r1.ebuild +++ b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild @@ -12,13 +12,13 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces" HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/" SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} LICENSE="repoze" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=" + dev-python/namespace-repoze[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] " @@ -26,6 +26,16 @@ DEPEND=" ${RDEPEND} " +S=${WORKDIR}/${MY_P} + +python_install() { + distutils-r1_python_install + + # install the namespace (it's the only subpackage) + python_moduleinto repoze.sphinx + python_domodule repoze/sphinx/__init__.py +} + python_install_all() { distutils-r1_python_install_all