Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclimate/
Date: Mon, 02 Nov 2015 11:51:06
Message-Id: 1446464832.8d90086aad723814e0e828c6bd8372e670690953.jlec@gentoo
1 commit: 8d90086aad723814e0e828c6bd8372e670690953
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:45:25 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d90086a
7
8 dev-python/pyclimate: Drop KEYWORDS to testing
9
10 No stable scientific supports this package
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/pyclimate/metadata.xml | 6 +++---
16 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild | 2 +-
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/pyclimate/metadata.xml b/dev-python/pyclimate/metadata.xml
20 index 056e23c..e7cea02 100644
21 --- a/dev-python/pyclimate/metadata.xml
22 +++ b/dev-python/pyclimate/metadata.xml
23 @@ -3,7 +3,7 @@
24 <pkgmetadata>
25 <herd>sci</herd>
26 <herd>python</herd>
27 -<longdescription>
28 + <longdescription>
29 A package designed to accomplish some usual tasks during the analysis of
30 climate variability using Python. It provides functions to perform some
31 simple IO operations, operations with COARDS-compliant netCDF files, EOF
32 @@ -11,10 +11,10 @@
33 filters, kernel based probability density function estimation and access
34 to DCDFLIB.C library.
35 </longdescription>
36 -<longdescription lang="ja">
37 + <longdescription lang="ja">
38 このパッケージはPython言語を使った気候の変化を分析する必要なタスクを終えるために
39 デザインされました。幾つかの単純なI/O操作、COARDS-compliant netCDFファイルの操作
40 -、EOF解析、カップル・データのSVDとCCA解析、幾つかのリニア・デジタル・フィルター>、カーネル・ベースのプロバビリティ・デンシティ・ファンクション・エスティメーショ
41 +、EOF解析、カップル・データのSVDとCCA解析、幾つかのリニア・デジタル・フィルター&gt;、カーネル・ベースのプロバビリティ・デンシティ・ファンクション・エスティメーショ
42 ンとDCDFLIB.Cライブラリへのアクセス等の機能を提供します。
43 </longdescription>
44 </pkgmetadata>
45
46 diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
47 index d2efe9c..0f9dfa2 100644
48 --- a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
49 +++ b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
50 @@ -16,7 +16,7 @@ SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
51
52 LICENSE="GPL-2"
53 SLOT="0"
54 -KEYWORDS="amd64 ppc x86"
55 +KEYWORDS="~amd64 ~ppc ~x86"
56 IUSE="examples"
57
58 DEPEND=""