diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-14 18:05:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-14 21:59:44 +0100 |
commit | 6c7c5fd932d04d14c89bacaa0c00eb1e42bbb194 (patch) | |
tree | 54c4732b18cb21326fcb4ca4518a4381dede0586 /dev-python/graphviz | |
parent | dev-libs/icu: backport test failure fix for ARM; add missing BDEPEND (diff) | |
download | gentoo-6c7c5fd932d04d14c89bacaa0c00eb1e42bbb194.tar.gz gentoo-6c7c5fd932d04d14c89bacaa0c00eb1e42bbb194.tar.bz2 gentoo-6c7c5fd932d04d14c89bacaa0c00eb1e42bbb194.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.18.2.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/graphviz/Manifest b/dev-python/graphviz/Manifest index 28283c2d407c..889b66a36e2e 100644 --- a/dev-python/graphviz/Manifest +++ b/dev-python/graphviz/Manifest @@ -1,2 +1 @@ -DIST graphviz-0.18.2.zip 205555 BLAKE2B d245dcd33a7779f00bb9e740968175d4fbe12d3182682b548f447e2c4ce4423683c3fd2727aa693a5e9c264cfdeed603af9a7bc9839f8d91f5fc091045473146 SHA512 f18defc99411b0b12a8326589da603197d345f458d4b0d602e63205f8542fdf4bec636750ac0fc5551126dff4cd76ce04fc089c0985831a1efec3271a7f22230 DIST graphviz-0.19.1.zip 247779 BLAKE2B c0b226c2ae66f8b583a30cf2842b8cfdecd926f0e7f32fbbfb4dae17ce14792d0af8d8cf6de53cc9a7facdeb8b0a4a078b962eabf64460e1fd42dd995e069428 SHA512 3aa078887458d7bcd173c46ee6e4d8dbdae0c9103755e61e5a027c18e5d8913990aa16a595e80228607c17db1aa9dffdb93e264cafafc8b6318bc3a87547bc5d diff --git a/dev-python/graphviz/graphviz-0.18.2.ebuild b/dev-python/graphviz/graphviz-0.18.2.ebuild deleted file mode 100644 index de96bc061ec5..000000000000 --- a/dev-python/graphviz/graphviz-0.18.2.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 ~riscv 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 -} |