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 444BD158092 for ; Sun, 19 Jun 2022 08:09:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66FC7E0972; Sun, 19 Jun 2022 08:09:17 +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 49AF7E097A for ; Sun, 19 Jun 2022 08:09:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 42215341930 for ; Sun, 19 Jun 2022 08:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DF150D for ; Sun, 19 Jun 2022 08:09:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1655626123.19342ac5cfa9a2337ddd970ce36b589f0516f1f4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/pysam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/pysam/pysam-0.19.1.ebuild X-VCS-Directories: sci-biology/pysam/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 19342ac5cfa9a2337ddd970ce36b589f0516f1f4 X-VCS-Branch: master Date: Sun, 19 Jun 2022 08:09:13 +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: 7382d4f5-6871-4410-97c2-0ea65ad9a1dc X-Archives-Hash: 173aa80593322f3cbbe7c93dc401677f commit: 19342ac5cfa9a2337ddd970ce36b589f0516f1f4 Author: David Seifert gentoo org> AuthorDate: Sun Jun 19 08:08:43 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 19 08:08:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19342ac5 sci-biology/pysam: enable py3.11 Signed-off-by: David Seifert gentoo.org> sci-biology/pysam/pysam-0.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/pysam/pysam-0.19.1.ebuild b/sci-biology/pysam/pysam-0.19.1.ebuild index 70bfcb09dfe8..41afb5307775 100644 --- a/sci-biology/pysam/pysam-0.19.1.ebuild +++ b/sci-biology/pysam/pysam-0.19.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1