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 A7099158013 for ; Tue, 12 Dec 2023 10:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AD72BC068; Tue, 12 Dec 2023 10:52:53 +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 39A872BC067 for ; Tue, 12 Dec 2023 10:52:53 +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 24FD4335DC8 for ; Tue, 12 Dec 2023 10:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A32714CA for ; Tue, 12 Dec 2023 10:52:49 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1702377885.ca6f632ac92b29d990d736cafe8b01c44d1ebd36.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/importlib-resources/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/importlib-resources/Manifest dev-python/importlib-resources/importlib-resources-6.1.1.ebuild dev-python/importlib-resources/metadata.xml X-VCS-Directories: dev-python/importlib-resources/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ca6f632ac92b29d990d736cafe8b01c44d1ebd36 X-VCS-Branch: master Date: Tue, 12 Dec 2023 10:52:49 +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: 08ebb5a9-bbf6-4606-b6a7-8f51e21b1b95 X-Archives-Hash: 3e05a9d87516935d0e8569c3d06a78e4 Message-ID: <20231212105249.35Bp5K82YkYvrsksNUSUx3JOPVnAM9CCrutzDs7Jq6M@z> commit: ca6f632ac92b29d990d736cafe8b01c44d1ebd36 Author: David Roman gmail com> AuthorDate: Tue Dec 12 10:44:45 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 12 10:44:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca6f632a dev-python/importlib-resources: new package, add 6.1.1 Signed-off-by: David Roman gmail.com> dev-python/importlib-resources/Manifest | 1 + .../importlib-resources-6.1.1.ebuild | 27 ++++++++++++++++++++++ dev-python/importlib-resources/metadata.xml | 11 +++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest new file mode 100644 index 0000000000..57bfbbb291 --- /dev/null +++ b/dev-python/importlib-resources/Manifest @@ -0,0 +1 @@ +DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c SHA512 4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81 diff --git a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild new file mode 100644 index 0000000000..4228e81d63 --- /dev/null +++ b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Backport of the importlib.resources module" +HOMEPAGE=" + https://pypi.org/project/importlib-resources/ + https://github.com/python/importlib_resources +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/zipp + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml new file mode 100644 index 0000000000..2eadb960a4 --- /dev/null +++ b/dev-python/importlib-resources/metadata.xml @@ -0,0 +1,11 @@ + + + + + davidroman96@gmail.com + David Roman + + + importlib-resources + +