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 CA21A139694 for ; Mon, 17 Jul 2017 19:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CC4E0DF9; Mon, 17 Jul 2017 19:01:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E090FE0DF9 for ; Mon, 17 Jul 2017 19:01:40 +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 9C73534193B for ; Mon, 17 Jul 2017 19:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0225974B9 for ; Mon, 17 Jul 2017 19:01:37 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1500317910.b8f3583e8d65a71580a9a3324e9d05ddf388cb22.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sunpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sunpy/Manifest dev-python/sunpy/metadata.xml dev-python/sunpy/sunpy-0.7.8.ebuild X-VCS-Directories: dev-python/sunpy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: b8f3583e8d65a71580a9a3324e9d05ddf388cb22 X-VCS-Branch: master Date: Mon, 17 Jul 2017 19:01:37 +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: 3c41895f-3db5-4770-8439-4e766bc97cd8 X-Archives-Hash: 587b9095c743844cdabe045e5d11a3a0 commit: b8f3583e8d65a71580a9a3324e9d05ddf388cb22 Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Jul 17 18:32:13 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Jul 17 18:58:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f3583e dev-python/sunpy: initial import Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/sunpy/Manifest | 1 + dev-python/sunpy/metadata.xml | 18 +++++++++++++ dev-python/sunpy/sunpy-0.7.8.ebuild | 51 +++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) diff --git a/dev-python/sunpy/Manifest b/dev-python/sunpy/Manifest new file mode 100644 index 00000000000..75530262ede --- /dev/null +++ b/dev-python/sunpy/Manifest @@ -0,0 +1 @@ +DIST sunpy-0.7.8.tar.gz 5666138 SHA256 abb3238b4cfcc67bcb0e81733463e4abb672fc6e8c85684320d4ce552e587916 SHA512 46b493a823018b8500994cdfed8f8ae736ed471251a3b62d615821f8a9ea4228d2c78d7a9f66274fc49d0a386ad4d3d446547b8c06888157e5633fac844e8638 WHIRLPOOL 3939b14eb8452284cb435ace15d666962c801929c36c58748fed612b32cc9f2a7d172dfef588775bda3d21362c0a75be144490dbf89b90b6fe9e714de23d4c42 diff --git a/dev-python/sunpy/metadata.xml b/dev-python/sunpy/metadata.xml new file mode 100644 index 00000000000..1915944eec8 --- /dev/null +++ b/dev-python/sunpy/metadata.xml @@ -0,0 +1,18 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + SunPy is a community-developed free and open-source software package for + solar physics. SunPy is meant to be a free alternative to the SolarSoft data + analysis environment. The aim of the SunPy project is to provide the + software tools necessary so that anyone can analyze solar data. + + + sunpy + sunpy/sunpy + + diff --git a/dev-python/sunpy/sunpy-0.7.8.ebuild b/dev-python/sunpy/sunpy-0.7.8.ebuild new file mode 100644 index 00000000000..9d1336d23d4 --- /dev/null +++ b/dev-python/sunpy/sunpy-0.7.8.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 xdg-utils + +DESCRIPTION="Software library for solar physics based on Python" +HOMEPAGE="http://sunpy.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="jpeg2k test" + +RDEPEND=" +