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 0883513888F for ; Thu, 22 Oct 2015 08:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B795621C02E; Thu, 22 Oct 2015 08:32:05 +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 593A421C022 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 A653B34094F 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 BE1DD15E2 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.0bd621807c14b88f8805554fe57f916562656a3b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyds9/metadata.xml dev-python/pyds9/pyds9-1.7.ebuild X-VCS-Directories: dev-python/pyds9/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0bd621807c14b88f8805554fe57f916562656a3b 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: c47d41fa-d38c-441d-bcbf-7639dc6a6e11 X-Archives-Hash: ae590f1b2bf867e24eb829f6ef905782 commit: 0bd621807c14b88f8805554fe57f916562656a3b Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 07:32:49 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=0bd62180 dev-python/pyds9: Use virtual package Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyds9/metadata.xml | 4 ++-- dev-python/pyds9/pyds9-1.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyds9/metadata.xml b/dev-python/pyds9/metadata.xml index b1d6caf..b1a8871 100644 --- a/dev-python/pyds9/metadata.xml +++ b/dev-python/pyds9/metadata.xml @@ -1,8 +1,8 @@ -sci-astronomy - + sci-astronomy + The XPA messaging system provides seamless communication between many kinds of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module uses a Python interface to XPA to communicate diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild index 38a742f..1f95af3 100644 --- a/dev-python/pyds9/pyds9-1.7.ebuild +++ b/dev-python/pyds9/pyds9-1.7.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit distutils-r1 multilib XPAPV=2.1.15 @@ -21,8 +22,7 @@ IUSE="" DEPEND=">=x11-libs/xpa-${XPAPV}" RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] - || ( dev-python/astropy[${PYTHON_USEDEP}] - dev-python/pyfits[${PYTHON_USEDEP}] )" + virtual/pyfits[${PYTHON_USEDEP}]" DOCS=(changelog README)