From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B984113888F for ; Thu, 22 Oct 2015 08:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9480921C028; Thu, 22 Oct 2015 08:32:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7454A21C025 for ; Thu, 22 Oct 2015 08:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E7A340955 for ; Thu, 22 Oct 2015 08:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB9F15DE for ; Thu, 22 Oct 2015 08:32:00 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445502712.24e0f12aa12dc41527c831d2154a04130c48556d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pyfits/metadata.xml virtual/pyfits/pyfits-0.ebuild X-VCS-Directories: virtual/pyfits/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 24e0f12aa12dc41527c831d2154a04130c48556d X-VCS-Branch: master Date: Thu, 22 Oct 2015 08:32:00 +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: 53ee324c-8472-44e9-8b08-2860298426dc X-Archives-Hash: 8fcbdd9508db786215181ed473870246 commit: 24e0f12aa12dc41527c831d2154a04130c48556d Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 07:30:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 08:31:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e0f12a virtual/pyfits: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> virtual/pyfits/metadata.xml | 2 +- virtual/pyfits/pyfits-0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/pyfits/metadata.xml b/virtual/pyfits/metadata.xml index 9b750b1..b2d57e5 100644 --- a/virtual/pyfits/metadata.xml +++ b/virtual/pyfits/metadata.xml @@ -1,5 +1,5 @@ -sci-astronomy + sci-astronomy diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild index 366e4fd..190a0f7 100644 --- a/virtual/pyfits/pyfits-0.ebuild +++ b/virtual/pyfits/pyfits-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit python-r1 @@ -18,6 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="|| ( + dev-python/astropy[${PYTHON_USEDEP}] >=dev-python/pyfits-3.1[${PYTHON_USEDEP}] -