From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/toposort/Manifest | 1 - dev-python/toposort/metadata.xml | 17 ----------------- dev-python/toposort/toposort-1.10.ebuild | 23 ----------------------- 3 files changed, 41 deletions(-) delete mode 100644 dev-python/toposort/Manifest delete mode 100644 dev-python/toposort/metadata.xml delete mode 100644 dev-python/toposort/toposort-1.10.ebuild (limited to 'dev-python/toposort') diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest deleted file mode 100644 index 641e7ea9bf0a..000000000000 --- a/dev-python/toposort/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST toposort-1.10.tar.gz 11132 BLAKE2B 373c9549cb5e64d2636fe8bd67d73a8eeab671243b562654660bc59c2ceddc4196fad3882bd68d873647ddf504a6c90174b5c995dbd7c8e457744b4daceaa099 SHA512 7578706b2b383f4e1c7228aebc2f590ec51953e36d594572d494bc928d4f207da7419a9b662a2f77426347f49d33f355f67f45e28226a7e4546d6c16c743dc4e diff --git a/dev-python/toposort/metadata.xml b/dev-python/toposort/metadata.xml deleted file mode 100644 index 53914aaa444e..000000000000 --- a/dev-python/toposort/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - torokhov-s-a@yandex.ru - Sergey Torokhov - - - sci@gentoo.org - Gentoo Science Project - - - - ericvsmith/toposort - toposort - - diff --git a/dev-python/toposort/toposort-1.10.ebuild b/dev-python/toposort/toposort-1.10.ebuild deleted file mode 100644 index f8ab6b030d3a..000000000000 --- a/dev-python/toposort/toposort-1.10.ebuild +++ /dev/null @@ -1,23 +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_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Implements a topological sort algorithm" -HOMEPAGE=" - https://gitlab.com/ericvsmith/toposort/ - https://pypi.org/project/toposort/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -python_test() { - "${EPYTHON}" test/test_toposort.py -v || die "Tests failed with ${EPYTHON}" -} -- cgit v1.3