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 4BB441396D0 for ; Thu, 14 Sep 2017 19:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86EC91FC10D; Thu, 14 Sep 2017 19:14:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 53DD11FC10D for ; Thu, 14 Sep 2017 19:14:48 +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 EE50C33BE4E for ; Thu, 14 Sep 2017 19:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1725907A for ; Thu, 14 Sep 2017 19:14:43 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1505416469.8b21e485bb8ac1e391e675d62e90ada732ac2fed.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fiat/, dev-python/ffc/, dev-python/dijitso/, dev-python/instant/, ... X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dijitso/dijitso-2017.1.0.ebuild dev-python/ffc/ffc-2017.1.0.ebuild dev-python/fiat/fiat-2017.1.0.ebuild dev-python/instant/instant-2017.1.0.ebuild dev-python/ufl/ufl-2017.1.0.ebuild sci-mathematics/dolfin/dolfin-2017.1.0.ebuild X-VCS-Directories: sci-mathematics/dolfin/ dev-python/ufl/ dev-python/ffc/ dev-python/fiat/ dev-python/instant/ dev-python/dijitso/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 8b21e485bb8ac1e391e675d62e90ada732ac2fed X-VCS-Branch: master Date: Thu, 14 Sep 2017 19:14:43 +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-Archives-Salt: 30a4ac19-4ebf-4d88-a9f3-d671920a6d61 X-Archives-Hash: 2d71a64676f579b2556ccb1296c82595 commit: 8b21e485bb8ac1e391e675d62e90ada732ac2fed Author: Matthias Maier gentoo org> AuthorDate: Thu Sep 14 19:05:32 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Sep 14 19:14:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b21e485 sci-mathematics/dolfin and reverse deps: fix PYTHON_COMPAT Signed-off-by: Matthias Maier gentoo.org> dev-python/dijitso/dijitso-2017.1.0.ebuild | 2 +- dev-python/ffc/ffc-2017.1.0.ebuild | 2 +- dev-python/fiat/fiat-2017.1.0.ebuild | 2 +- dev-python/instant/instant-2017.1.0.ebuild | 2 +- dev-python/ufl/ufl-2017.1.0.ebuild | 2 +- sci-mathematics/dolfin/dolfin-2017.1.0.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/dijitso/dijitso-2017.1.0.ebuild b/dev-python/dijitso/dijitso-2017.1.0.ebuild index fb0bc43bd..cea6e39ff 100644 --- a/dev-python/dijitso/dijitso-2017.1.0.ebuild +++ b/dev-python/dijitso/dijitso-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit distutils-r1 diff --git a/dev-python/ffc/ffc-2017.1.0.ebuild b/dev-python/ffc/ffc-2017.1.0.ebuild index 9dc670306..69b633667 100644 --- a/dev-python/ffc/ffc-2017.1.0.ebuild +++ b/dev-python/ffc/ffc-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit distutils-r1 diff --git a/dev-python/fiat/fiat-2017.1.0.ebuild b/dev-python/fiat/fiat-2017.1.0.ebuild index 33ab972fe..21d3b22e3 100644 --- a/dev-python/fiat/fiat-2017.1.0.ebuild +++ b/dev-python/fiat/fiat-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit distutils-r1 diff --git a/dev-python/instant/instant-2017.1.0.ebuild b/dev-python/instant/instant-2017.1.0.ebuild index d9ee9318b..5e6cf2907 100644 --- a/dev-python/instant/instant-2017.1.0.ebuild +++ b/dev-python/instant/instant-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit distutils-r1 diff --git a/dev-python/ufl/ufl-2017.1.0.ebuild b/dev-python/ufl/ufl-2017.1.0.ebuild index 78ce49375..a7c1e2d9a 100644 --- a/dev-python/ufl/ufl-2017.1.0.ebuild +++ b/dev-python/ufl/ufl-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit distutils-r1 eutils diff --git a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild index 5bf0d0a24..64e736315 100644 --- a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild +++ b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) inherit cmake-utils eutils python-single-r1