diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:44:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:55:13 +0200 |
commit | c666edb3f78bcf639add99e6deb3978b622ce3a1 (patch) | |
tree | 00850d82fcfa2b91d06f4c0ca6a3ee8c460d5756 /dev-python/repoze-sphinx-autointerface | |
parent | dev-python/rebulk: Remove redundant versions (diff) | |
download | gentoo-c666edb3f78bcf639add99e6deb3978b622ce3a1.tar.gz gentoo-c666edb3f78bcf639add99e6deb3978b622ce3a1.tar.bz2 gentoo-c666edb3f78bcf639add99e6deb3978b622ce3a1.zip |
dev-python/repoze-sphinx-autointerface: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/repoze-sphinx-autointerface')
-rw-r--r-- | dev-python/repoze-sphinx-autointerface/Manifest | 1 | ||||
-rw-r--r-- | dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/repoze-sphinx-autointerface/Manifest b/dev-python/repoze-sphinx-autointerface/Manifest index 99614b3d709b..7229b21f5ed7 100644 --- a/dev-python/repoze-sphinx-autointerface/Manifest +++ b/dev-python/repoze-sphinx-autointerface/Manifest @@ -1,2 +1 @@ -DIST repoze.sphinx.autointerface-0.7.1.tar.gz 7892 BLAKE2B 8c7ca3faed9ede599c4d1a7c36cfb6fc2666d2a88ba75d6d903bbad2306bd6d5f2ff9c39a149a2a9e9171a4bba23a7211a3e8d4c9620f6777928e032e030881b SHA512 e2b2a41647a6e349bd33df8fcc08d2560f2a58b94a054bfcc9176cdcd97513ce78cc31945c7c12fd14f7906d21b23ba9c3fac0a06ed0c92ad7b89f73b5bf7ff4 DIST repoze.sphinx.autointerface-0.8.tar.gz 8987 BLAKE2B aeeaf23f18394eae8ff817e7f4838a332d34e3c7717a67bf123c02a6bd7b6122d727a0120922b0471d6d6d7a1b2312058373a2498150b36446edc049a178773d SHA512 40aa3401a5f542329dbce6b8b27fad0b94d3077ac9a0e01cf2f1f43da5bcb9202eb76eaaa8b1b81edf51a391ebe32eefde59afab1673d86b412995185a4866f3 diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild deleted file mode 100644 index 2994cc995d42..000000000000 --- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN=${PN//-/.} -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" - -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}] -" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -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 - - find "${D}" -name '*.pth' -delete || die -} |