summaryrefslogtreecommitdiff
path: root/dev-python/toposort
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
commite53aa6b4fbe5a0c6db75d893829f7a6a37a14180 (patch)
treedd095d36490410a724fd271fcdf08c31a5336edd /dev-python/toposort
parentc5ee568457ac776b65b71fa444e0dd47535bc44a (diff)
gentoo auto-resync : 28:01:2023 - 02:49:59
Diffstat (limited to 'dev-python/toposort')
-rw-r--r--dev-python/toposort/Manifest4
-rw-r--r--dev-python/toposort/toposort-1.7-r1.ebuild21
-rw-r--r--dev-python/toposort/toposort-1.8.ebuild24
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest
index b0945d2fc32e..890bad368e2d 100644
--- a/dev-python/toposort/Manifest
+++ b/dev-python/toposort/Manifest
@@ -1,7 +1,3 @@
-DIST toposort-1.7.tar.gz 10671 BLAKE2B 89da22e803c334cec77d5ac8ad6a9ab8013f7516555c2822bd6d511edf28230c85c2eaeabad3dc4a24a58ae3ce3850d407ad957d0e28491574557140a286843a SHA512 a585d1c103b2162fa3f37f6b0ef60a8709f08d9543d7fab619af3718bf9f752a293e50061d370fd08872b2d8a8db504cb9d9c1cce5446885b46fe8e833813833
-DIST toposort-1.8.tar.gz 10688 BLAKE2B 354070b8d723a5d75e1c4050b91268d8d747f1d345be58315914b8c3caf9ce0f975a64f281e336952f7e507269b14d4c1c6310b5c7702e0066b25b2f3caab1ed SHA512 f567e371d1524dc6c285a1a25780b92a8052f3c80b8207fbb8d7a5396fb7434ea503e3fac2755443ed52d9383185d2d0f89e18db011ba8b48f2cd013b552f29a
DIST toposort-1.9.tar.gz 10878 BLAKE2B fc2f6543ae74ea6e448ffe2be4e47438842b5ba95eac2f45fcc8d72e682054af0b80a0d453c5afaebeb1c9881d6874ab16ea523b19aad589545c8aae0b8cf255 SHA512 ec86f59f5e61b6d1c783965095f71693306a83a8b54a0661cddb3c51a5e2f9314075b453a901b5e3664b77d9e047901120622dbc23d642269a9546f41395388a
-EBUILD toposort-1.7-r1.ebuild 508 BLAKE2B a622b8fb6c7203abdcdc550922b99e9983ed81b0dd2556c7de2957cdb78ae2d98eb6e02ec4d8cbf81f201b91918fba8e892a462fb8b84c7fe426e49d4238485b SHA512 39f74de2b754066e2e2712eb95ada1fcfe6ee5aaf0ade8ef532ab468027ad55cc47b360c9f38342a34b7d128a7aa27fde013aa2c2ff0f9970dcf3756095c6987
-EBUILD toposort-1.8.ebuild 548 BLAKE2B 638f7d2195e2f195fcd18a1fe3dac0a6b95ea6c65fc4d752ba768888e2c794541e0762a3de2022db1de64f7990d57af23616b06045779ee477b3309e098b6762 SHA512 d0d51f3523ed35cccacbe0d85027679b665b702a182a766234d4e20c390338d89d4ed3b1cdff6345d53a538266848763ed5772c775fce21d7862c08efdc862f2
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.7-r1.ebuild b/dev-python/toposort/toposort-1.7-r1.ebuild
deleted file mode 100644
index ef3ab84abcc8..000000000000
--- a/dev-python/toposort/toposort-1.7-r1.ebuild
+++ /dev/null
@@ -1,21 +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"
-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}"
-}
diff --git a/dev-python/toposort/toposort-1.8.ebuild b/dev-python/toposort/toposort-1.8.ebuild
deleted file mode 100644
index b42a68d9b06f..000000000000
--- a/dev-python/toposort/toposort-1.8.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}"
-}