summaryrefslogtreecommitdiff
path: root/dev-python/aiosqlite
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/aiosqlite')
-rw-r--r--dev-python/aiosqlite/Manifest2
-rw-r--r--dev-python/aiosqlite/aiosqlite-0.22.0.ebuild27
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index a5ba800ec1c5..4dd2dc5bad17 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1 +1,3 @@
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.22.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.22.0.ebuild
new file mode 100644
index 000000000000..12a7f39b112b
--- /dev/null
+++ b/dev-python/aiosqlite/aiosqlite-0.22.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_VERIFY_REPO=https://github.com/omnilib/aiosqlite
+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"
+
+distutils_enable_tests unittest
+
+# AttributeError: 'str' object has no attribute 'supported'
+#distutils_enable_sphinx docs dev-python/m2r