From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 536CD158010 for ; Tue, 7 Feb 2023 21:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666ADE0788; Tue, 7 Feb 2023 21:38:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A1D0E0788 for ; Tue, 7 Feb 2023 21:38:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18090340DFB for ; Tue, 7 Feb 2023 21:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A738A1 for ; Tue, 7 Feb 2023 21:38:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1675805898.1fb1f875b13c6f3e8891914c4fefca3d23659ac7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiosqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiosqlite/Manifest dev-python/aiosqlite/aiosqlite-0.18.0.ebuild dev-python/aiosqlite/metadata.xml X-VCS-Directories: dev-python/aiosqlite/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1fb1f875b13c6f3e8891914c4fefca3d23659ac7 X-VCS-Branch: master Date: Tue, 7 Feb 2023 21:38:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c968353-df5b-464e-84a7-ecb10d6702f9 X-Archives-Hash: 9777b949001c8bd1839b1784e999c739 commit: 1fb1f875b13c6f3e8891914c4fefca3d23659ac7 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Feb 7 20:47:50 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Feb 7 21:38:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb1f875 dev-python/aiosqlite: new package, add 0.18.0 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/aiosqlite/Manifest | 1 + dev-python/aiosqlite/aiosqlite-0.18.0.ebuild | 26 ++++++++++++++++++++++++++ dev-python/aiosqlite/metadata.xml | 13 +++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest new file mode 100644 index 000000000000..cce382dbcf07 --- /dev/null +++ b/dev-python/aiosqlite/Manifest @@ -0,0 +1 @@ +DIST aiosqlite-0.18.0.tar.gz 27066 BLAKE2B 2743db7770b8377a1ab2b11b286684840b1ace9015180fb18590026e4607f78f72068765ea5ab69f9b2fd6ad96007dbbb517d371c2142930f2a587f0b13f81ea SHA512 dcab1bac1b32a86f31957a2f297969ba25cf43cd129afba5810812124964640744cdcbf9764c0037adb9b6cd917cd816a26823578ffb16d864be19f92373d59f diff --git a/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild new file mode 100644 index 000000000000..507cc02a42a9 --- /dev/null +++ b/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_REQ_USE="sqlite" +DISTUTILS_USE_PEP517=flit +inherit distutils-r1 + +DESCRIPTION="asyncio bridge to the standard sqlite3 module" +HOMEPAGE=" + https://aiosqlite.omnilib.dev + https://pypi.org/project/aiosqlite/ + https://github.com/omnilib/aiosqlite +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest + +# AttributeError: 'str' object has no attribute 'supported' +#distutils_enable_sphinx docs dev-python/m2r diff --git a/dev-python/aiosqlite/metadata.xml b/dev-python/aiosqlite/metadata.xml new file mode 100644 index 000000000000..c55ac6c628f8 --- /dev/null +++ b/dev-python/aiosqlite/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + aiosqlite + omnilib/aiosqlite + +