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 B993315808B for ; Wed, 9 Mar 2022 20:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83237E0886; Wed, 9 Mar 2022 20:06:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39FA8E087E for ; Wed, 9 Mar 2022 20:06:23 +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 39CBE342EF8 for ; Wed, 9 Mar 2022 20:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4121C317 for ; Wed, 9 Mar 2022 20:06:20 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1646856366.7539bb3dce88b35adb7047a2e2b2b291205bd12a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlitedict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlitedict/Manifest dev-python/sqlitedict/sqlitedict-2.0.0.ebuild X-VCS-Directories: dev-python/sqlitedict/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7539bb3dce88b35adb7047a2e2b2b291205bd12a X-VCS-Branch: master Date: Wed, 9 Mar 2022 20:06:20 +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: 7b250ce4-c574-49e0-9627-8f20844d9b2f X-Archives-Hash: 96b6446dfe83c099bb66a16a04e8a857 commit: 7539bb3dce88b35adb7047a2e2b2b291205bd12a Author: Arthur Zamarin gentoo org> AuthorDate: Wed Mar 9 19:48:48 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Mar 9 20:06:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7539bb3d dev-python/sqlitedict: add 2.0.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sqlitedict/Manifest | 1 + dev-python/sqlitedict/sqlitedict-2.0.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/sqlitedict/Manifest b/dev-python/sqlitedict/Manifest index 2185fa213e44..dcc5d2fe7475 100644 --- a/dev-python/sqlitedict/Manifest +++ b/dev-python/sqlitedict/Manifest @@ -1 +1,2 @@ DIST sqlitedict-1.7.0.tar.gz 28234 BLAKE2B f67187ee27acbe5525b5f0efb8fd85b68e820439e273af8f9ac4e2f223a2c267f252cb0d60366bd51ba9b55cf36d892e02bdfe727a366bfd266005d98d477c9f SHA512 1ef5e0caf81f7ac17eac0d8573c3404ea043c0c5700fe6b4b9f28ac86ad8d97416bad561318898967cf1af0d7e616684ee3044018e24dab3686d43554c74fef1 +DIST sqlitedict-2.0.0.tar.gz 46266 BLAKE2B c320c5b61e535ff668462fc079cd501e8aae4fb334230ed0b9c5eae0c53f569c8971a8484cddf85575b1e2d28b051d2f0fa8376a1176e3116a1a0516e36202aa SHA512 3ba84676680e5e9408804618e4ae871d09fcfdc999f06c1143f42329059e6033abb2d897ed485d9d84dc2761032fa07f00f08b259f1d9e6426c4ee0068446ed8 diff --git a/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild b/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild new file mode 100644 index 000000000000..1d9e040051c0 --- /dev/null +++ b/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Persistent dict in Python, backed by SQLite and pickle" +HOMEPAGE="https://github.com/piskvorky/sqlitedict" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm" + +DOCS=( README.rst ) + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + tests/test_core.py::TablenamesTest::test_tablenames + tests/test_onimport.py::SqliteDictPython24Test::test_py24_error +)