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 8E9A9158091 for ; Wed, 1 Jun 2022 01:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEEBE0878; Wed, 1 Jun 2022 01:25:31 +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 DC5A4E0878 for ; Wed, 1 Jun 2022 01:25:30 +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 9540E341354 for ; Wed, 1 Jun 2022 01:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288854E3 for ; Wed, 1 Jun 2022 01:25:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654046712.075e5574a933088a6bd82a8657dd953d2f743946.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/snakeviz/Manifest dev-util/snakeviz/snakeviz-2.1.1.ebuild X-VCS-Directories: dev-util/snakeviz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 075e5574a933088a6bd82a8657dd953d2f743946 X-VCS-Branch: master Date: Wed, 1 Jun 2022 01:25:28 +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: c03f1356-c1ff-443b-8afa-5e75aa4795b1 X-Archives-Hash: ccc0fd9f945cadb67148f8a65817e280 commit: 075e5574a933088a6bd82a8657dd953d2f743946 Author: Sam James gentoo org> AuthorDate: Wed Jun 1 00:54:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 1 01:25:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075e5574 dev-util/snakeviz: enable py3.11 Signed-off-by: Sam James gentoo.org> dev-util/snakeviz/Manifest | 2 +- dev-util/snakeviz/snakeviz-2.1.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/snakeviz/Manifest b/dev-util/snakeviz/Manifest index 253739531c8b..0a5b081a6f8e 100644 --- a/dev-util/snakeviz/Manifest +++ b/dev-util/snakeviz/Manifest @@ -1 +1 @@ -DIST snakeviz-2.1.1.tar.gz 600628 BLAKE2B 9fafa8347c5cba71bac05490dd234379129d88710031854be8389b7be7ff71059cce4d67b817915ceae79c8e583dfa3433f4ee2c10f778d176ecec07a39fcfb4 SHA512 f2c56e24b4032bd184fa7f0006be9336d3e950569f05d94781d91c548b63fba1b703d20b13918d24a5bd4e2a98d9163ccc29fac2870eb2d99cb30f97bc410250 +DIST snakeviz-2.1.1.gh.tar.gz 600628 BLAKE2B 9fafa8347c5cba71bac05490dd234379129d88710031854be8389b7be7ff71059cce4d67b817915ceae79c8e583dfa3433f4ee2c10f778d176ecec07a39fcfb4 SHA512 f2c56e24b4032bd184fa7f0006be9336d3e950569f05d94781d91c548b63fba1b703d20b13918d24a5bd4e2a98d9163ccc29fac2870eb2d99cb30f97bc410250 diff --git a/dev-util/snakeviz/snakeviz-2.1.1.ebuild b/dev-util/snakeviz/snakeviz-2.1.1.ebuild index 5535bd56f74a..7cbb445fdab2 100644 --- a/dev-util/snakeviz/snakeviz-2.1.1.ebuild +++ b/dev-util/snakeviz/snakeviz-2.1.1.ebuild @@ -5,12 +5,12 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A web-based viewer for Python profiler output" HOMEPAGE="https://github.com/jiffyclub/snakeviz" -SRC_URI="https://github.com/jiffyclub/snakeviz/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jiffyclub/snakeviz/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0"