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 1B30215ACFB for ; Fri, 28 Apr 2023 17:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E97AE090A; Fri, 28 Apr 2023 17:52:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8333EE0907 for ; Fri, 28 Apr 2023 17:52:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9612334112B for ; Fri, 28 Apr 2023 17:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24219A65 for ; Fri, 28 Apr 2023 17:52:43 +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: <1682660798.d9b371e10c2b2077b7baf0c53b9fb56e378ed633.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bidict/Manifest dev-python/bidict/bidict-0.22.1.ebuild X-VCS-Directories: dev-python/bidict/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d9b371e10c2b2077b7baf0c53b9fb56e378ed633 X-VCS-Branch: master Date: Fri, 28 Apr 2023 17:52:43 +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: d059729c-25f9-4cd4-9d11-7ce982f8e27d X-Archives-Hash: a876bc519d13c831453162cba63a9782 commit: d9b371e10c2b2077b7baf0c53b9fb56e378ed633 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 28 05:07:35 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 28 05:46:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9b371e1 dev-python/bidict: add 0.22.1 Closes: https://bugs.gentoo.org/884595 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/bidict/Manifest | 1 + dev-python/bidict/bidict-0.22.1.ebuild | 44 ++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest index a70125f71..9b32625ac 100644 --- a/dev-python/bidict/Manifest +++ b/dev-python/bidict/Manifest @@ -1 +1,2 @@ DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af +DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425 SHA512 c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8 diff --git a/dev-python/bidict/bidict-0.22.1.ebuild b/dev-python/bidict/bidict-0.22.1.ebuild new file mode 100644 index 000000000..36d9abe14 --- /dev/null +++ b/dev-python/bidict/bidict-0.22.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="The bidirectional mapping library for Python" +HOMEPAGE=" + https://pypi.org/project/bidict/ + https://github.com/jab/bidict +" +SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/sortedcontainers[${PYTHON_USEDEP}] + dev-python/sortedcollections[${PYTHON_USEDEP}] + ) +" + +DOCS=( {CHANGELOG,README,SECURITY}.rst ) + +EPYTEST_IGNORE=( tests/test_microbenchmarks.py ) + +distutils_enable_tests pytest + +distutils_enable_sphinx docs \ + dev-python/furo + +src_prepare() { + default + + sed -i pytest.ini \ + -e "/--numprocesses/d" \ + -e "/--benchmark/d" || die +}