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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 286AF1382C5 for ; Tue, 1 Jun 2021 08:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD4AE0729; Tue, 1 Jun 2021 08:38:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40FD1E0729 for ; Tue, 1 Jun 2021 08:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D43340FA6 for ; Tue, 1 Jun 2021 08:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A97793 for ; Tue, 1 Jun 2021 08:38:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622536697.d18bd689c3c0e6f52af0c0125ea1f15050902eb0.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipy/nipy-9999.ebuild X-VCS-Directories: sci-libs/nipy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d18bd689c3c0e6f52af0c0125ea1f15050902eb0 X-VCS-Branch: master Date: Tue, 1 Jun 2021 08:38: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: a4e3e3e8-d7e4-4819-9e81-09cec293504f X-Archives-Hash: f5bdea5f0dc9ae321f6bc39f5036100a commit: d18bd689c3c0e6f52af0c0125ea1f15050902eb0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 1 08:37:52 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 1 08:38:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d18bd689 sci-libs/nipy: bump PYTHON_COMPAT in 9999 to match latest release Bug: https://bugs.gentoo.org/793617 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/nipy/nipy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild index 9878397aa..7e0f61d2d 100644 --- a/sci-libs/nipy/nipy-9999.ebuild +++ b/sci-libs/nipy/nipy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 eutils multilib flag-o-matic git-r3