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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCF911382C5 for ; Wed, 26 May 2021 13:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C284E14F9; Wed, 26 May 2021 13:42:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED5EAE14F9 for ; Wed, 26 May 2021 13:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C41F9340E56 for ; Wed, 26 May 2021 13:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E991F7A4 for ; Wed, 26 May 2021 13:42:44 +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: <1622028213.22cf9143c404d3737d343b7edd50db142d7f838a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiosqlite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiosqlite/Manifest dev-python/aiosqlite/aiosqlite-0.16.0.ebuild dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild dev-python/aiosqlite/aiosqlite-0.17.0.ebuild X-VCS-Directories: dev-python/aiosqlite/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 22cf9143c404d3737d343b7edd50db142d7f838a X-VCS-Branch: master Date: Wed, 26 May 2021 13:42:44 +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: 4e9a7a5b-0358-4493-899d-ad5fb89955c0 X-Archives-Hash: 162d14db4f3ba9762d0d73edca3a25bb commit: 22cf9143c404d3737d343b7edd50db142d7f838a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed May 26 11:23:33 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 26 11:23:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22cf9143 dev-python/aiosqlite: add missing runtime dep Closes: https://bugs.gentoo.org/792174 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/aiosqlite/Manifest | 1 - dev-python/aiosqlite/aiosqlite-0.16.0.ebuild | 28 ----------------------- dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 30 +++++++++++++++++++++++++ dev-python/aiosqlite/aiosqlite-0.17.0.ebuild | 28 ----------------------- 4 files changed, 30 insertions(+), 57 deletions(-) diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest index 442711215..fb7002456 100644 --- a/dev-python/aiosqlite/Manifest +++ b/dev-python/aiosqlite/Manifest @@ -1,2 +1 @@ -DIST aiosqlite-0.16.0.tar.gz 25690 BLAKE2B be06e8ebea9f3e0c16649fbaaf86317584bd6329e5d890aa3cac432d54122c5441461a40f3690e59453a573bffc56277338391b466abaf121a28c2d71929687c SHA512 f554293663b15303f0aea0d1c10730d15766a30efa0538501a4f08acaccf8807bad78382d5c8a034cdffcfbceb42cbbe4eecdb97e2ef97c5143ab374e9b314b4 DIST aiosqlite-0.17.0.tar.gz 25941 BLAKE2B 869d165bc8c791cb94159f6508f5113d915f5531117d0d79ac1f297de16cbb78574a7eaafc1bceccc9e4397f88f490b90d49becb4b7cc2c0d51e14f0afd7561b SHA512 50f9965ef7dafe91a2f41dc41489395e437080aa4b7853800d806d21f4f8042d92ff6cfd2aeadefa7ca5e4debd14f39d93ca28c89f3116b3b61b2e8829533e6e diff --git a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild deleted file mode 100644 index 1d55ccc84..000000000 --- a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="asyncio bridge to the standard sqlite3 module" -HOMEPAGE="https://github.com/jreese/aiosqlite" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( - dev-python/aiounittest[${PYTHON_USEDEP}] -)" - -distutils_enable_tests unittest -# TypeError: add_source_parser() takes 2 positional arguments but 3 were given -#distutils_enable_sphinx docs diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild new file mode 100644 index 000000000..9e67528f4 --- /dev/null +++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" + +inherit distutils-r1 + +DESCRIPTION="asyncio bridge to the standard sqlite3 module" +HOMEPAGE=" + https://aiosqlite.omnilib.dev + https://pypi.org/project/aiosqlite + https://github.com/jreese/aiosqlite +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]" +BDEPEND="test? ( + dev-python/aiounittest[${PYTHON_USEDEP}] +)" + +distutils_enable_tests unittest +# AttributeError: 'str' object has no attribute 'supported' +#distutils_enable_sphinx docs dev-python/m2r diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild deleted file mode 100644 index 1d55ccc84..000000000 --- a/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 - -DESCRIPTION="asyncio bridge to the standard sqlite3 module" -HOMEPAGE="https://github.com/jreese/aiosqlite" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( - dev-python/aiounittest[${PYTHON_USEDEP}] -)" - -distutils_enable_tests unittest -# TypeError: add_source_parser() takes 2 positional arguments but 3 were given -#distutils_enable_sphinx docs