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 A085613835A for ; Wed, 23 Dec 2020 08:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C51E0BA8; Wed, 23 Dec 2020 08:19:10 +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 9306BE0BA8 for ; Wed, 23 Dec 2020 08:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB0CA341816 for ; Wed, 23 Dec 2020 08:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6270BBF for ; Wed, 23 Dec 2020 08:19:07 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1608711541.bf5923e9abbbb0967fa36e65a657c1944aec6b16.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pybids/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pybids/pybids-0.10.2.ebuild sci-libs/pybids/pybids-0.11.1.ebuild X-VCS-Directories: sci-libs/pybids/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: bf5923e9abbbb0967fa36e65a657c1944aec6b16 X-VCS-Branch: master Date: Wed, 23 Dec 2020 08:19:07 +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: f6a707cb-a889-4f78-9f0c-f344e947882d X-Archives-Hash: 2b83e6c27043457e95cab4b290f4e3cc commit: bf5923e9abbbb0967fa36e65a657c1944aec6b16 Author: Horea Christian chymera eu> AuthorDate: Wed Dec 23 08:19:01 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Dec 23 08:19:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf5923e9 sci-libs/pybids: updated PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> sci-libs/pybids/pybids-0.10.2.ebuild | 2 +- sci-libs/pybids/pybids-0.11.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild index 829f7a955..c35644b72 100644 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ b/sci-libs/pybids/pybids-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-0.11.1.ebuild b/sci-libs/pybids/pybids-0.11.1.ebuild index 829f7a955..c35644b72 100644 --- a/sci-libs/pybids/pybids-0.11.1.ebuild +++ b/sci-libs/pybids/pybids-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1