commit: 977b94dbd0f309e42b46e92e5cd9aa19805e9f6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 24 06:21:39 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 24 06:40:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977b94db
dev-python/aiosqlite: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiosqlite/Manifest | 1 -
dev-python/aiosqlite/aiosqlite-0.21.0.ebuild | 30 ----------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 4dd2dc5bad17..2f5d826679dd 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1,3 +1,2 @@
-DIST aiosqlite-0.21.0.tar.gz 13454 BLAKE2B
cd6bb6670732e05628a2724abc2675063fd2822912751077550572bfb3971c02548ee7a681c68d8e69365ad8cf534c47ca1996e2e4c204eea8bc4371180375fa
SHA512
64d65c8b683687559f698b191697f765db18719318259a6c9d778f7577d23eec5e0f382f71f63f7aba9aedcb3189bc5d946cd6382ae6c2f16af7a553b8a8c9e2
DIST aiosqlite-0.22.0.tar.gz 14707 BLAKE2B
c2e86c9eaea10f6494e0bfebf6435fc4c7cfd0975a89b69ba28e63a3a9e021ff8fd0f025b0bd796ec5d4802191fe9fac74e748df3175e162463cc53ee0f32b0a
SHA512
3ecafae2a726c620e666abc5b14499305a294df7a7f69a9aa516755900debcefe1c58b7d59c4eaf1970035f882ef5a73e00be71bee2066845e791fd6dce08491
DIST aiosqlite-0.22.0.tar.gz.provenance 9081 BLAKE2B
ec112f125ddd61bdb6e7f1a62da1a7316703931deaebc5562133e3d2be122b210f0c8899e41ffe27a8fcd5a109525407150763b0d5008d32f487f6fc77e99f61
SHA512
931e7c5654e23d11fc90ccc9001cbd6671bc2160dfda077786c8625c2ca710876ea7b0bc0d9b5a1ae2be1f79e14e1bc5998f28f6655a1dc4667d8ad0ecb459fd
diff --git a/dev-python/aiosqlite/aiosqlite-0.21.0.ebuild
b/dev-python/aiosqlite/aiosqlite-0.21.0.ebuild
deleted file mode 100644
index fd784ad0abee..000000000000
--- a/dev-python/aiosqlite/aiosqlite-0.21.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="
- https://aiosqlite.omnilib.dev
- https://pypi.org/project/aiosqlite/
- https://github.com/omnilib/aiosqlite
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-# AttributeError: 'str' object has no attribute 'supported'
-#distutils_enable_sphinx docs dev-python/m2r