summaryrefslogtreecommitdiff
path: root/dev-python/toposort
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-16 18:25:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-16 18:25:06 +0000
commit7972abc05090180dcc09d2b16af4020ce1cd1841 (patch)
tree3e6e1c7ca86ab7d4e8dc45009f67403fc489ade9 /dev-python/toposort
parente4ad5901ca8464ae513bd315a1c0349c2bd0986c (diff)
gentoo auto-resync : 16:03:2023 - 18:25:06
Diffstat (limited to 'dev-python/toposort')
-rw-r--r--dev-python/toposort/Manifest2
-rw-r--r--dev-python/toposort/toposort-1.9.ebuild24
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest
index 46b771f47442..15558518c849 100644
--- a/dev-python/toposort/Manifest
+++ b/dev-python/toposort/Manifest
@@ -1,5 +1,3 @@
DIST toposort-1.10.tar.gz 11132 BLAKE2B 373c9549cb5e64d2636fe8bd67d73a8eeab671243b562654660bc59c2ceddc4196fad3882bd68d873647ddf504a6c90174b5c995dbd7c8e457744b4daceaa099 SHA512 7578706b2b383f4e1c7228aebc2f590ec51953e36d594572d494bc928d4f207da7419a9b662a2f77426347f49d33f355f67f45e28226a7e4546d6c16c743dc4e
-DIST toposort-1.9.tar.gz 10878 BLAKE2B fc2f6543ae74ea6e448ffe2be4e47438842b5ba95eac2f45fcc8d72e682054af0b80a0d453c5afaebeb1c9881d6874ab16ea523b19aad589545c8aae0b8cf255 SHA512 ec86f59f5e61b6d1c783965095f71693306a83a8b54a0661cddb3c51a5e2f9314075b453a901b5e3664b77d9e047901120622dbc23d642269a9546f41395388a
EBUILD toposort-1.10.ebuild 501 BLAKE2B dfd83fe25ba16f3d03c9d559aaebbbdc4d97d377c25b2a5422b718a3cecd21a46501c46291aa858a4586c7f2abb6301d203757790230d81d080b2baec8525a58 SHA512 de87ba4e7bcd2b0f8c103bddab6860b9d8a398e0190fcb6324b5c8d2b15398ab416211417e79a866070b20f7c0262346283ea401657fdbc77a69811ea20517d0
-EBUILD toposort-1.9.ebuild 548 BLAKE2B 638f7d2195e2f195fcd18a1fe3dac0a6b95ea6c65fc4d752ba768888e2c794541e0762a3de2022db1de64f7990d57af23616b06045779ee477b3309e098b6762 SHA512 d0d51f3523ed35cccacbe0d85027679b665b702a182a766234d4e20c390338d89d4ed3b1cdff6345d53a538266848763ed5772c775fce21d7862c08efdc862f2
MISC metadata.xml 552 BLAKE2B db94a324a1d469b39cab84355fed6b2f2b76e3e74deb7704d7c2628bfcb280a1e45f3f148de790fe955a238992cdf21c371eded3dadae8499fb7b481e05960a6 SHA512 3e717a075efacf2f6c6e80d8d857f3efb30ddffa856f06fe83581673951f14d662e52e69a868f91daaa3b84f639a97c909eddbd984b8f2a66b0120aa377a001d
diff --git a/dev-python/toposort/toposort-1.9.ebuild b/dev-python/toposort/toposort-1.9.ebuild
deleted file mode 100644
index b42a68d9b06f..000000000000
--- a/dev-python/toposort/toposort-1.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Implements a topological sort algorithm"
-HOMEPAGE="
- https://gitlab.com/ericvsmith/toposort/
- https://pypi.org/project/toposort/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
- "${EPYTHON}" test/test_toposort.py -v || die "Tests failed with ${EPYTHON}"
-}