diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-17 17:57:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-17 18:09:21 +0100 |
commit | bb8f359536fa0a58dbc1a26c70ddad56b190fcd8 (patch) | |
tree | 3b6dabd9ef72fe6f99547568fc86759f1939665f /dev-python/graphviz | |
parent | dev-python/hcloud-python: Remove old (diff) | |
download | gentoo-bb8f359536fa0a58dbc1a26c70ddad56b190fcd8.tar.gz gentoo-bb8f359536fa0a58dbc1a26c70ddad56b190fcd8.tar.bz2 gentoo-bb8f359536fa0a58dbc1a26c70ddad56b190fcd8.zip |
dev-python/graphviz: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/graphviz')
-rw-r--r-- | dev-python/graphviz/Manifest | 1 | ||||
-rw-r--r-- | dev-python/graphviz/graphviz-0.14.2.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest index 92fee8679bd4..6678037fff9b 100644 --- a/dev-python/graphviz/Manifest +++ b/dev-python/graphviz/Manifest @@ -1,2 +1 @@ -DIST graphviz-0.14.2.zip 184157 BLAKE2B 668c200964867f416e2b15454793fdd0673a110461a85764699727b0430c812e18fb4285e031f5f611ff86bd205cbf927c695015d55ac169a594e616ab74067a SHA512 a8bcf395ebed7c43f5355bc167aae157c6eddb127860a6fb58eba0d882235e04a33a5bcf589245f484e3af9dce5eff8a5893ced73203901c92afd92c4f5b05be DIST graphviz-0.15.zip 183103 BLAKE2B 81d4a121ca2654e6c08570ede7a1f5ef580b6a281358bf32f4178898fc12cfae21b10ce8f4f6fba4644e3275162cc09dbf5ae287a114fb8503be98d6a2fbf728 SHA512 c2a77f0d52595a70b4f8ccd906907453b59622560f0ff84e267e874f5a1dc9a4b721192d236b0519ee7ec85bae9b225b9919ae51bcf599c93bd5816934afd6cc diff --git a/dev-python/graphviz/graphviz-0.14.2.ebuild b/dev-python/graphviz/graphviz-0.14.2.ebuild deleted file mode 100644 index 92f9f2c7bf0c..000000000000 --- a/dev-python/graphviz/graphviz-0.14.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="Simple Python interface for Graphviz" -HOMEPAGE="https://graphviz.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -SLOT="0" - -RDEPEND="media-gfx/graphviz" -BDEPEND=" - app-arch/unzip - test? ( ${RDEPEND} - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -e 's:--cov --cov-report=term --cov-report=html::' \ - -i setup.cfg || die - distutils-r1_src_prepare -} |