diff --git a/dev-python/blist/Manifest b/dev-python/blist/Manifest deleted file mode 100644 index 839a71f..0000000 --- a/dev-python/blist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blist-1.3.6.tar.gz 143820 BLAKE2B e3166613df87bc53720a29dd3d18656b1148095000d1800df5253d2d7cac0293a5d47576ae5c0268ef4d64bd84c8e7558281cda0325d47b6fdeb01d4122afd58 SHA512 f46ded57aeb2a33fc5450420210d015aa37c2fc91034a771dfb1a184ef2655d8e5dc97bee61139059e6211569fcb7358f972071d3830733e9dbb8908e1b0e14c diff --git a/dev-python/blist/blist-1.3.6.ebuild b/dev-python/blist/blist-1.3.6.ebuild deleted file mode 100644 index 63ad3a9..0000000 --- a/dev-python/blist/blist-1.3.6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..8} ) -inherit distutils-r1 - -DESCRIPTION="A list-like type" -HOMEPAGE="https://github.com/DanielStutzbach/blist http://stutzbachenterprises.com/blist/" -SRC_URI="https://github.com/DanielStutzbach/blist/archive/v"${PV}".tar.gz -> "${P}".tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" diff --git a/dev-python/blist/metadata.xml b/dev-python/blist/metadata.xml deleted file mode 100644 index f4d82b8..0000000 --- a/dev-python/blist/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - A list-like type with better asymptotic performance and similar performance on small lists - -