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 B1C0F139694 for ; Wed, 19 Jul 2017 17:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1763AE0E61; Wed, 19 Jul 2017 17:00:40 +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 E0CDCE0E61 for ; Wed, 19 Jul 2017 17:00:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB56134177A for ; Wed, 19 Jul 2017 17:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A126C74BC for ; Wed, 19 Jul 2017 17:00:27 +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: <1500483605.0df06238f5e7ac4679f5ea30039daea7a9e0dd7c.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/sunpy-0.7.9.ebuild X-VCS-Directories: dev-python/sunpy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 0df06238f5e7ac4679f5ea30039daea7a9e0dd7c X-VCS-Branch: master Date: Wed, 19 Jul 2017 17:00:27 +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: a8490159-0000-408c-a3e3-e11a423a740c X-Archives-Hash: 4aba5725735cf408fb1522cdc07a3713 commit: 0df06238f5e7ac4679f5ea30039daea7a9e0dd7c Author: Sébastien Fabbro gentoo org> AuthorDate: Wed Jul 19 15:53:48 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Wed Jul 19 17:00:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df06238 dev-python/sunpy: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/sunpy/Manifest | 1 + dev-python/sunpy/sunpy-0.7.9.ebuild | 51 +++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/dev-python/sunpy/Manifest b/dev-python/sunpy/Manifest index 75530262ede..b8120c016da 100644 --- a/dev-python/sunpy/Manifest +++ b/dev-python/sunpy/Manifest @@ -1 +1,2 @@ DIST sunpy-0.7.8.tar.gz 5666138 SHA256 abb3238b4cfcc67bcb0e81733463e4abb672fc6e8c85684320d4ce552e587916 SHA512 46b493a823018b8500994cdfed8f8ae736ed471251a3b62d615821f8a9ea4228d2c78d7a9f66274fc49d0a386ad4d3d446547b8c06888157e5633fac844e8638 WHIRLPOOL 3939b14eb8452284cb435ace15d666962c801929c36c58748fed612b32cc9f2a7d172dfef588775bda3d21362c0a75be144490dbf89b90b6fe9e714de23d4c42 +DIST sunpy-0.7.9.tar.gz 5690849 SHA256 359961f62a32df69b2df2cd5390040fa27b7522066fb546469fc9f485d2d0a57 SHA512 e8322ecf7c797a377fd8ff6962d6d66e147ba893a58e8abbbfa1dad6a391eecc161846a51fba3c92e90a3709125d759da76d444ca3f4ff0878768d23da1f41a3 WHIRLPOOL 512e1f5fbc0c4e127c4fc26fcd3f7f2c7ce0944ca5691fcdb938254615e131d14407f4bb160a32b597ad62a520c59201afee2ae6a133021a7c0d7d4cf9298ab9 diff --git a/dev-python/sunpy/sunpy-0.7.9.ebuild b/dev-python/sunpy/sunpy-0.7.9.ebuild new file mode 100644 index 00000000000..9d1336d23d4 --- /dev/null +++ b/dev-python/sunpy/sunpy-0.7.9.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=" +