diff options
Diffstat (limited to 'dev-python/toposort')
| -rw-r--r-- | dev-python/toposort/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/toposort/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/toposort/toposort-1.10.ebuild | 23 |
3 files changed, 0 insertions, 41 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>torokhov-s-a@yandex.ru</email> - <name>Sergey Torokhov</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="gitlab">ericvsmith/toposort</remote-id> - <remote-id type="pypi">toposort</remote-id> - </upstream> -</pkgmetadata> 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}" -} |
