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 ADAF8158089 for ; Fri, 20 Oct 2023 14:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E68112BC062; Fri, 20 Oct 2023 14:05:58 +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 CD9EC2BC062 for ; Fri, 20 Oct 2023 14:05:58 +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 EAC5A335C2E for ; Fri, 20 Oct 2023 14:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FE831149 for ; Fri, 20 Oct 2023 14:05:56 +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: <1697810104.e8d1d6c2ce4664e2701329f90feefd61c6d95776.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyprof2calltree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyprof2calltree/Manifest dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild X-VCS-Directories: dev-python/pyprof2calltree/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8d1d6c2ce4664e2701329f90feefd61c6d95776 X-VCS-Branch: master Date: Fri, 20 Oct 2023 14:05:56 +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: 7e797556-08a9-4a17-88eb-a39f2361f62a X-Archives-Hash: fd306e308bd4b8775ad265f2379cb53c commit: e8d1d6c2ce4664e2701329f90feefd61c6d95776 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 20 13:55:04 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 20 13:55:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d1d6c2 dev-python/pyprof2calltree: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/pyprof2calltree/Manifest | 2 +- dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest index cbeea65c4c4e..d948d8d42544 100644 --- a/dev-python/pyprof2calltree/Manifest +++ b/dev-python/pyprof2calltree/Manifest @@ -1 +1 @@ -DIST pyprof2calltree-1.4.5.tar.gz 8806 BLAKE2B 3a8a838a8b03294504c64dbe1d0caee2606a1ec53005222dfe6c3692bacd0801041ce199fedb9c38e4f6edc91e210116d9c1e034e0aa283cafebb19bf6303fed SHA512 2fcda74ae67dc3a8abb5dc153864ef59f96cc62b1c9359d02be12e83966c17738f5aa4a3d1c6e2ff81614dc963fc4b2faf375bbbb1ad15650a6817e493cdde39 +DIST pyprof2calltree-1.4.5.gh.tar.gz 8806 BLAKE2B 3a8a838a8b03294504c64dbe1d0caee2606a1ec53005222dfe6c3692bacd0801041ce199fedb9c38e4f6edc91e210116d9c1e034e0aa283cafebb19bf6303fed SHA512 2fcda74ae67dc3a8abb5dc153864ef59f96cc62b1c9359d02be12e83966c17738f5aa4a3d1c6e2ff81614dc963fc4b2faf375bbbb1ad15650a6817e493cdde39 diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild index 77166750b60c..dc7743f425fe 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild @@ -4,13 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="convert python profile data to kcachegrind calltree form" -HOMEPAGE="https://pypi.org/project/pyprof2calltree/" +HOMEPAGE=" + https://github.com/pwaller/pyprof2calltree/ + https://pypi.org/project/pyprof2calltree/ +" # pypi tarball lacks tests -SRC_URI="https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0"