diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-26 22:14:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-26 22:28:31 +0200 |
commit | c6122c0f3bb8c140a821e95ceaed1fe53769617f (patch) | |
tree | 50f71c5110cf6a6f5a10e36483f67c5332eb00cd /dev-python/sphinxcontrib-blockdiag | |
parent | dev-util/meson: remove unused patches (diff) | |
download | gentoo-c6122c0f3bb8c140a821e95ceaed1fe53769617f.tar.gz gentoo-c6122c0f3bb8c140a821e95ceaed1fe53769617f.tar.bz2 gentoo-c6122c0f3bb8c140a821e95ceaed1fe53769617f.zip |
dev-python/sphinxcontrib-blockdiag: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-blockdiag')
-rw-r--r-- | dev-python/sphinxcontrib-blockdiag/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest index 37574458ef74..020f13fd66c7 100644 --- a/dev-python/sphinxcontrib-blockdiag/Manifest +++ b/dev-python/sphinxcontrib-blockdiag/Manifest @@ -1,2 +1 @@ DIST sphinxcontrib-blockdiag-2.0.0.gh.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1 -DIST sphinxcontrib-blockdiag-2.0.0.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild deleted file mode 100644 index e7d18a6002f3..000000000000 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag" -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag" -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}] - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/reportlab[${PYTHON_USEDEP}] - dev-python/sphinx-testing[${PYTHON_USEDEP}] - )" - -distutils_enable_tests nose - -RDEPEND+=" - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i -e /build-base/d setup.cfg || die - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} |