commit: d2df5069d808cea91df202667a163feaa8172388 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 24 06:22:08 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=d2df5069
dev-python/aiosqlite: Bump to 0.22.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/aiosqlite/Manifest | 2 ++ dev-python/aiosqlite/aiosqlite-0.22.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest index 2f5d826679dd..1f02dc08332f 100644 --- a/dev-python/aiosqlite/Manifest +++ b/dev-python/aiosqlite/Manifest @@ -1,2 +1,4 @@ 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 +DIST aiosqlite-0.22.1.tar.gz 14821 BLAKE2B 6d7d365b75208451f55203c0495c6b7a1b59a2c7d1181214d52dd875f37f847972ee6551154b80cf54ff2e8a73caef14735463b4764014c97b292de2270f107e SHA512 a207dc89b8e7d1dc6ae219a94f6f1f561b2c829739a5881025092a7247732e713ae71ce470787d9a38b02f3efbc617d1faf1ff62d8f45e9db1539d5ff3bd7943 +DIST aiosqlite-0.22.1.tar.gz.provenance 9128 BLAKE2B bcb08005633df1a7450d0c39a571a1425c062f0becaccb19612dddde4997b03a62659ff2ec4bfb9651e79a7b50b45a45e6ebec19da191d5ee0e6757a00363e90 SHA512 f94d936bdd529efabe923e3c0dc69ba0ace9b23fecee435c97897d35b30b0a7b2026817eea922052dfbe06cd4e04ce551c4464bdf1a6891c53896d5613ede801 diff --git a/dev-python/aiosqlite/aiosqlite-0.22.1.ebuild b/dev-python/aiosqlite/aiosqlite-0.22.1.ebuild new file mode 100644 index 000000000000..12a7f39b112b --- /dev/null +++ b/dev-python/aiosqlite/aiosqlite-0.22.1.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
