commit: 8d90086aad723814e0e828c6bd8372e670690953
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 2 09:45:25 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 2 11:47:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d90086a
dev-python/pyclimate: Drop KEYWORDS to testing
No stable scientific supports this package
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pyclimate/metadata.xml | 6 +++---
dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyclimate/metadata.xml
b/dev-python/pyclimate/metadata.xml
index 056e23c..e7cea02 100644
--- a/dev-python/pyclimate/metadata.xml
+++ b/dev-python/pyclimate/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<herd>sci</herd>
<herd>python</herd>
-<longdescription>
+ <longdescription>
A package designed to accomplish some usual tasks during the analysis of
climate variability using Python. It provides functions to perform some
simple IO operations, operations with COARDS-compliant netCDF files, EOF
@@ -11,10 +11,10 @@
filters, kernel based probability density function estimation and access
to DCDFLIB.C library.
</longdescription>
-<longdescription lang="ja">
+ <longdescription lang="ja">
このパッケージはPython言語を使った気候の変化を分析する必要なタスクを終えるために
デザインされました。幾つかの単純なI/O操作、COARDS-compliant netCDFファイルの操作
-、EOF解析、カップル・データのSVDとCCA解析、幾つかのリニア・デジタル・フィルター>、カーネル・ベースのプロバビリティ・デンシティ・ファンクション・エスティメーショ
+、EOF解析、カップル・データのSVDとCCA解析、幾つかのリニア・デジタル・フィルター>、カーネル・ベースのプロバビリティ・デンシティ・ファンクション・エスティメーショ
ンとDCDFLIB.Cライブラリへのアクセス等の機能を提供します。
</longdescription>
</pkgmetadata>
diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
index d2efe9c..0f9dfa2 100644
--- a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
+++ b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
@@ -16,7 +16,7 @@
SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples"
DEPEND=""