commit:     5c2f7b88d44cca917fce73977b9fd568e31a0326
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 10:01:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 10:01:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2f7b88

dev-python/graphviz: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/graphviz/Manifest               |  3 ---
 dev-python/graphviz/graphviz-0.17.ebuild   | 33 ------------------------------
 dev-python/graphviz/graphviz-0.18.1.ebuild | 33 ------------------------------
 dev-python/graphviz/graphviz-0.18.ebuild   | 33 ------------------------------
 4 files changed, 102 deletions(-)

diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest
index 670371b76d17..42a42b360041 100644
--- a/dev-python/graphviz/Manifest
+++ b/dev-python/graphviz/Manifest
@@ -1,4 +1 @@
-DIST graphviz-0.17.zip 193647 BLAKE2B 
f2f5ad728157d60c48964d2cfdc76559310af6099a9eae16279b0f9e8a41c08d02d5f255be62222c1f0808750a26e67822b5fbb930f7ada5c6a614c3607494cd
 SHA512 
02f5ef21f9e3bf3b609f43fe0d9cb51632ea43c878055746af62fda4dd55883f6ad58f69faecb6aba552100cc835901309c8c2ec833cd74c617619fce2d49600
-DIST graphviz-0.18.1.zip 204937 BLAKE2B 
4fa847aeb9683fc8244a01f8bd240fea29130cbaefbaa60c8fac3a735fda1d400afea01a4b79a4a5dc1cbb0d9759b613c877953d580d73c6329aa4f52fff5f8f
 SHA512 
88b0771988643ac870a53a31afb5c947a42fb54c930cbf759dde10a4405f85798e0bea96189019e1fc958db2679b936e42a478116719ce41f618c6b7e3334aa2
 DIST graphviz-0.18.2.zip 205555 BLAKE2B 
d245dcd33a7779f00bb9e740968175d4fbe12d3182682b548f447e2c4ce4423683c3fd2727aa693a5e9c264cfdeed603af9a7bc9839f8d91f5fc091045473146
 SHA512 
f18defc99411b0b12a8326589da603197d345f458d4b0d602e63205f8542fdf4bec636750ac0fc5551126dff4cd76ce04fc089c0985831a1efec3271a7f22230
-DIST graphviz-0.18.zip 199876 BLAKE2B 
355478a4341fb5a286b7419a6799c809f7489f80911e21d94be8d63c957ed9952d5f72b1aac6258fb8b3146424c61de64085fd02c0da14b8b4c6fd447568fb92
 SHA512 
56eb4252076ddb4fd3ad691199e67d58dab766828d9c80403df60cda80cd58cbb04f96edbacef674300f4f63eace0144322c73501737342c797fb7b9a203a722

diff --git a/dev-python/graphviz/graphviz-0.17.ebuild 
b/dev-python/graphviz/graphviz-0.17.ebuild
deleted file mode 100644
index 61999300c9db..000000000000
--- a/dev-python/graphviz/graphviz-0.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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? (
-               >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}]
-               media-gfx/graphviz[gts,pdf]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e 's:--cov --cov-report=term --cov-report=html::' \
-               -i setup.cfg || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/graphviz/graphviz-0.18.1.ebuild 
b/dev-python/graphviz/graphviz-0.18.1.ebuild
deleted file mode 100644
index befd64b4a916..000000000000
--- a/dev-python/graphviz/graphviz-0.18.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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? (
-               >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}]
-               media-gfx/graphviz[gts,pdf]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e 's:--cov --cov-report=term --cov-report=html::' \
-               -i setup.cfg || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/graphviz/graphviz-0.18.ebuild 
b/dev-python/graphviz/graphviz-0.18.ebuild
deleted file mode 100644
index befd64b4a916..000000000000
--- a/dev-python/graphviz/graphviz-0.18.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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? (
-               >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/pytest-mock-1.8[${PYTHON_USEDEP}]
-               media-gfx/graphviz[gts,pdf]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e 's:--cov --cov-report=term --cov-report=html::' \
-               -i setup.cfg || die
-       distutils-r1_src_prepare
-}

Reply via email to