commit: 2738fc84779ce1837096f928306519a7b7ff152e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 13:27:09 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 13:27:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2738fc84
dev-python/pydot: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pydot/Manifest | 1 - dev-python/pydot/pydot-4.0.0.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/pydot/Manifest b/dev-python/pydot/Manifest index 173073b0b735..bbd86e389bfd 100644 --- a/dev-python/pydot/Manifest +++ b/dev-python/pydot/Manifest @@ -1,2 +1 @@ -DIST pydot-4.0.0.tar.gz 161793 BLAKE2B 22aa176c93477755db1d336cf70d54506426d5633c4b724e5ebba511502c18dcb2442748467cb48950ecd42f5edb36eec6c99858d1b16b5130aa6095470c0d84 SHA512 8840064b05f0310e748aba8d391f6335d461672ea2fc579bea48ec703b9f508bcc3bb2175c4489983c5f918f2cd5fa22bf3d22ff278adade6bc344022fdb1fcd DIST pydot-4.0.1.tar.gz 162594 BLAKE2B 4e23afde3f9050b2317a2d4341b5ee2ee7bc3d47d5848de9071a4d64ec1a7be0c8c846e6914e9591fccbeffb4e733a73906e0b77ca0ef0af6b33e398dbc94531 SHA512 fc46e2aeffad770e7d6e4d69a4c871114a348c7dc3fc6e1e0007f7bdb87c85162b245d2a5606826b5e81d099e1d5be11c65ffa7a4a5ffacc9bd76e4b03b16220 diff --git a/dev-python/pydot/pydot-4.0.0.ebuild b/dev-python/pydot/pydot-4.0.0.ebuild deleted file mode 100644 index cd2430fa3bb1..000000000000 --- a/dev-python/pydot/pydot-4.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python interface to Graphviz's Dot language" -HOMEPAGE=" - https://github.com/pydot/pydot/ - https://pypi.org/project/pydot/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}] - media-gfx/graphviz -" -BDEPEND=" - test? ( - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest