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 33DF1138350 for ; Fri, 10 Jan 2020 13:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7435EE0874; Fri, 10 Jan 2020 13:27:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 552F1E0874 for ; Fri, 10 Jan 2020 13:27:01 +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 445B434DF59 for ; Fri, 10 Jan 2020 13:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E25CC2F for ; Fri, 10 Jan 2020 13:26:58 +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: <1578662809.3977895bccf34df094284f397a583883a22c575a.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.5.0.ebuild sci-libs/pybids/pybids-9999.ebuild X-VCS-Directories: sci-libs/pybids/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 3977895bccf34df094284f397a583883a22c575a X-VCS-Branch: master Date: Fri, 10 Jan 2020 13:26:58 +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: a060da15-e6d2-4a27-a978-51a4ce4cf892 X-Archives-Hash: 13aa7f1736444a7335371af298fa71ab commit: 3977895bccf34df094284f397a583883a22c575a Author: Horea Christian chymera eu> AuthorDate: Fri Jan 10 13:26:49 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Jan 10 13:26:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3977895b sci-libs/pybids: deprecated PYTHON_COMPAT Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Horea Christian chymera.eu> sci-libs/pybids/pybids-0.5.0.ebuild | 4 ++-- sci-libs/pybids/pybids-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/pybids/pybids-0.5.0.ebuild b/sci-libs/pybids/pybids-0.5.0.ebuild index 65c268624..89c29a831 100644 --- a/sci-libs/pybids/pybids-0.5.0.ebuild +++ b/sci-libs/pybids/pybids-0.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sci-libs/pybids/pybids-9999.ebuild b/sci-libs/pybids/pybids-9999.ebuild index 397820db4..5d2e6eff9 100644 --- a/sci-libs/pybids/pybids-9999.ebuild +++ b/sci-libs/pybids/pybids-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5} )