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 C8079158094 for ; Sat, 9 Jul 2022 08:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC5AFE0BC4; Sat, 9 Jul 2022 08:16:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 96DE4E0BC4 for ; Sat, 9 Jul 2022 08:16:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A5929340CCE for ; Sat, 9 Jul 2022 08:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C55529 for ; Sat, 9 Jul 2022 08:16:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657354550.b9b4ea6410c57d959e1a9602b699bf316e1167a9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/frozendict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/frozendict/Manifest dev-python/frozendict/frozendict-2.3.2.ebuild dev-python/frozendict/metadata.xml X-VCS-Directories: dev-python/frozendict/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9b4ea6410c57d959e1a9602b699bf316e1167a9 X-VCS-Branch: master Date: Sat, 9 Jul 2022 08:16:01 +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: 1ce126ae-afc2-4ab7-9266-6d1e3925bcd7 X-Archives-Hash: b32a491f06c2ab7486dd6d99df892556 commit: b9b4ea6410c57d959e1a9602b699bf316e1167a9 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jul 7 13:23:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 08:15:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b4ea64 dev-python/frozendict: new package, add 2.3.2 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/frozendict/Manifest | 1 + dev-python/frozendict/frozendict-2.3.2.ebuild | 27 +++++++++++++++++++++++++++ dev-python/frozendict/metadata.xml | 16 ++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest new file mode 100644 index 000000000000..7bafad669835 --- /dev/null +++ b/dev-python/frozendict/Manifest @@ -0,0 +1 @@ +DIST frozendict-2.3.2.gh.tar.gz 306318 BLAKE2B 3bc10f34784a8b76b7c6ca0eeccc8331e9a558f0e24d2328550eb5a985ed2ad6c94d027c51ee44f2d25af67fc453356e01b5cfee773880b87d73c55113ca10b2 SHA512 8dc88a3e7898be8fbced16fbdbdee469d07ecbb06a059512f98f71e50a8c5f2c3a4f3d4e6aa06bab121e4ae2e9cea76f6d89c73212047069f2ef88c616c7278a diff --git a/dev-python/frozendict/frozendict-2.3.2.ebuild b/dev-python/frozendict/frozendict-2.3.2.ebuild new file mode 100644 index 000000000000..28a3b265a196 --- /dev/null +++ b/dev-python/frozendict/frozendict-2.3.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) + +inherit distutils-r1 + +DESCRIPTION="A simple immutable mapping for python" +HOMEPAGE=" + https://github.com/Marco-Sulla/python-frozendict + https://pypi.python.org/pypi/frozendict +" +SRC_URI="https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +S="${WORKDIR}/python-${P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# few tests fail with python3_9 and one with python3_10 +RESTRICT="test" + +distutils_enable_tests pytest diff --git a/dev-python/frozendict/metadata.xml b/dev-python/frozendict/metadata.xml new file mode 100644 index 000000000000..f556e15b09bb --- /dev/null +++ b/dev-python/frozendict/metadata.xml @@ -0,0 +1,16 @@ + + + + + arkamar@atlas.cz + Petr Vaněk + + + proxy-maint@gentoo.org + Proxy Maintainers + + + frozendict + Marco-Sulla/python-frozendict + +