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 988F115864F for ; Mon, 27 Mar 2023 19:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F2CE08CA; Mon, 27 Mar 2023 19:21:43 +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 A93CDE08CA for ; Mon, 27 Mar 2023 19:21:43 +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 BCDBD33FE2A for ; Mon, 27 Mar 2023 19:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD741990 for ; Mon, 27 Mar 2023 19:21:39 +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: <1679944868.e549e2832a28cb4af50398b35c5e6eb1c22f7612.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gprof2dot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild X-VCS-Directories: dev-util/gprof2dot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e549e2832a28cb4af50398b35c5e6eb1c22f7612 X-VCS-Branch: master Date: Mon, 27 Mar 2023 19:21:39 +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: da4afd02-3394-4dda-9307-a114c23b638b X-Archives-Hash: 729c9d07cb2e53998218ffcedd2c958f commit: e549e2832a28cb4af50398b35c5e6eb1c22f7612 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 27 19:18:19 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 27 19:21:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e549e283 dev-util/gprof2dot: Use pypi.eclass (and correct PV) Signed-off-by: Michał Górny gentoo.org> ...2dot-2022.07.29-r1.ebuild => gprof2dot-2022.7.29.ebuild} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild similarity index 61% rename from dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild rename to dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild index 5585f917b9ba..440eb142dda7 100644 --- a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild +++ b/dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild @@ -7,17 +7,14 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='xml(+)' -inherit distutils-r1 +inherit distutils-r1 pypi -MY_PV=${PV//.0/.} -MY_P=${PN}-${MY_PV} DESCRIPTION="Converts profiling output to dot graphs" -HOMEPAGE="https://github.com/jrfonseca/gprof2dot" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +HOMEPAGE=" + https://github.com/jrfonseca/gprof2dot/ + https://pypi.org/project/gprof2dot/ +" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}"/${MY_P}