From b08574f4102ea8282627f075758d981eb4ba6c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 21 Feb 2024 05:40:28 +0000 Subject: gentoo auto-resync : 21:02:2024 - 05:40:28 --- dev-python/aiosqlite/Manifest | 2 ++ dev-python/aiosqlite/aiosqlite-0.20.0.ebuild | 30 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 dev-python/aiosqlite/aiosqlite-0.20.0.ebuild (limited to 'dev-python/aiosqlite') diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest index 8317f8eb536d..73bb3b931760 100644 --- a/dev-python/aiosqlite/Manifest +++ b/dev-python/aiosqlite/Manifest @@ -1,3 +1,5 @@ DIST aiosqlite-0.19.0.tar.gz 21832 BLAKE2B 0cd367979e84af23e7ca9965535ab6477bb78c6b2b0c6af3a8698bbde6400dee80d468b99f125ae03ab98053212170cbbaaeac5134e9f85dc66704eafa96f78f SHA512 56debffdb73b6ec98bb69ce2b711e53417cbcb06501a2dc94558157c2cd010f9f56345bcf5378a17eb064ac6bd5f3638650edffcd1f73883bdeae7476afa96e8 +DIST aiosqlite-0.20.0.tar.gz 21691 BLAKE2B 2cfa096fa10e4964eb73b0fa698bad07311a78a66258d38864d3d8957df5280fd3a4bf8cb497c9b6f3e0f3bc513a439790f3df81f7736736f73717cf60df54e4 SHA512 b0421d2b8acf90a38e33f68d8af7f0d11194c59413f074dcf7d676924adf30f0ba27dcf45e061ba1aad58c2aae49c523bfb6dc3e3fd85bf6c64052151c300be5 EBUILD aiosqlite-0.19.0.ebuild 598 BLAKE2B 80c6e19537e17189bcd3dea21edf88855224085a32bd16e8716cf4fe149879c0facd02a9ccc441e3b9380de1084342bce2049799a6d0dc12ba30798f84ca4a1f SHA512 2b311db61832c62252fb8ec482fdc93605164efb25b8d881c530e2f9c4ea88ea68c37abb2fc9924afd9547fd77685707cecdbbd3d845e5a0478b7d698641e5b2 +EBUILD aiosqlite-0.20.0.ebuild 663 BLAKE2B 50bbfaa4c7c8a9fe61a2acc8913f613ae0f0c6cb342af29e87034e8c70ebf70f6c136f80c894bc1e1955466f7c28b9960a1cf33a2442bacbb98bdf77486d62ca SHA512 38c403157ccee27c2a2e09874958b9396e9bbd6e5d720362946b206dcc7726da3d97f27f1f289df3b22a401a797139d37b1466156b2777ff78b3bdbb9da8a50f MISC metadata.xml 433 BLAKE2B bff5372449e51d02ca3946ee993b58cf9243bcd7fb13e8403a45e203085e100a3a15b655b1ec75c182106790fe94e0afe20740db5ea214ef12a5d411bb859693 SHA512 32f0a358ac4ee6fb02cecec77e8920a19056538a6ff84f0fbed19e4d2146a1fcbcbd0faa36a07ba16eda9e89ebaf83643127482f00394baaefe90c0bddc69563 diff --git a/dev-python/aiosqlite/aiosqlite-0.20.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.20.0.ebuild new file mode 100644 index 000000000000..c3044dd31f49 --- /dev/null +++ b/dev-python/aiosqlite/aiosqlite-0.20.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..12} ) +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 -- cgit v1.2.3