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 D043615ACFB for ; Wed, 19 Apr 2023 15:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA36E08EC; Wed, 19 Apr 2023 15:08:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C044E08EC for ; Wed, 19 Apr 2023 15:08:01 +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 529F23410A2 for ; Wed, 19 Apr 2023 15:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAA15A3D for ; Wed, 19 Apr 2023 15:07:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1681916800.0ae9adabd5a4f78211dec427075b1e8aa7a03e29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/Manifest dev-python/importlib_resources/importlib_resources-5.12.0.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0ae9adabd5a4f78211dec427075b1e8aa7a03e29 X-VCS-Branch: master Date: Wed, 19 Apr 2023 15:07:58 +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: 6578b67a-7738-4359-a644-32a135473b53 X-Archives-Hash: 1918a4866c2d9c8c9547987147ed4cbe commit: 0ae9adabd5a4f78211dec427075b1e8aa7a03e29 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 19 15:06:40 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 19 15:06:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae9adab dev-python/importlib_resources: Use pypi sdist Signed-off-by: Michał Górny gentoo.org> dev-python/importlib_resources/Manifest | 2 +- dev-python/importlib_resources/importlib_resources-5.12.0.ebuild | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest index 5810e75703ae..7cd8f9af9983 100644 --- a/dev-python/importlib_resources/Manifest +++ b/dev-python/importlib_resources/Manifest @@ -1 +1 @@ -DIST importlib_resources-5.12.0.gh.tar.gz 36161 BLAKE2B 1adcf5e2d0292867eb0b96819ee5d808b62d7f479a6fb4254db50b0397814b0f6ffe4d209f4dfcc19147bd060888cfd457391de9d6746b1b85f58b9d0792e29b SHA512 038d44919ace6d92709855eae0d111ae772edfbbf79e82349a34ab143d0ec9ed796a317ff3e1a06a08404d4a58398d130a1a4f425d26511e724bc03946679d19 +DIST importlib_resources-5.12.0.tar.gz 39894 BLAKE2B bbae92bd62b54afc0093f8daa8f0fabaf18da7b2c9c578a2e6b6b7cc3207384e4fd037762c4ac8bc862900ac2da112a3b8ae236b1d3ca072c739f2d1ad3edd36 SHA512 00875d82cf3d2103872079ee2882c4000cc65141d97988265721cc6861a64dfe480e5c2191a2b22d0b9b9e42de1fc06d54f6d8eb4f37aaf91a819ee9306dc06f diff --git a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild index d58bd2f35331..d1ac2513af5f 100644 --- a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild @@ -9,17 +9,13 @@ DISTUTILS_USE_PEP517=flit # as well. PYTHON_COMPAT=( pypy3 python3_9 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Read resources from Python packages" HOMEPAGE=" https://github.com/python/importlib_resources/ https://pypi.org/project/importlib-resources/ " -SRC_URI=" - https://github.com/python/importlib_resources/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" LICENSE="Apache-2.0" SLOT="0"