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 90AC315800F for ; Tue, 7 Feb 2023 14:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC32CE0809; Tue, 7 Feb 2023 14:31:24 +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 A3419E0809 for ; Tue, 7 Feb 2023 14:31:24 +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 A98E7340D91 for ; Tue, 7 Feb 2023 14:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2279D8AD for ; Tue, 7 Feb 2023 14:31:20 +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: <1675779917.b880a146ef78bd244e9d8164efae6d169d587700.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomli/tomli-2.0.1-r1.ebuild X-VCS-Directories: dev-python/tomli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b880a146ef78bd244e9d8164efae6d169d587700 X-VCS-Branch: master Date: Tue, 7 Feb 2023 14:31: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: 762f0433-ac15-47f2-9bfc-48f51ae7889b X-Archives-Hash: 686ae6a81bd483e2a7eb52c3d9c3aa71 commit: b880a146ef78bd244e9d8164efae6d169d587700 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 5 17:28:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 7 14:25:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b880a146 dev-python/tomli: Use pypi.eclass Signed-off-by: Michał Górny gentoo.org> dev-python/tomli/tomli-2.0.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/tomli/tomli-2.0.1-r1.ebuild b/dev-python/tomli/tomli-2.0.1-r1.ebuild index 8a65a1c1633a..0dca726d29eb 100644 --- a/dev-python/tomli/tomli-2.0.1-r1.ebuild +++ b/dev-python/tomli/tomli-2.0.1-r1.ebuild @@ -7,7 +7,7 @@ EAPI=7 DISTUTILS_USE_PEP517=no PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A lil' TOML parser" HOMEPAGE=" @@ -17,8 +17,7 @@ HOMEPAGE=" SRC_URI=" https://github.com/hukkin/tomli/archive/${PV}.tar.gz -> ${P}.gh.tar.gz - https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl - -> ${P}-py3-none-any.whl.zip + $(pypi_wheel_url --unpack) " LICENSE="MIT"