* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclimate/
@ 2015-11-02 11:50 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-11-02 11:50 UTC (permalink / raw
To: gentoo-commits
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=""
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclimate/
@ 2016-11-09 14:04 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-11-09 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 085ad032e8b1e20966ba1d8e95dd27ac3897440d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 13:43:26 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 14:04:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085ad032
dev-python/pyclimate: Drop old
Package-Manager: portage-2.3.2
dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild | 39 --------------------------
1 file changed, 39 deletions(-)
diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
deleted file mode 100644
index 0f9dfa2..00000000
--- a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
-
-inherit eutils distutils
-
-MY_P="${P/pyclimate/PyClimate}"
-
-DESCRIPTION="Climate Data Analysis Module for Python"
-HOMEPAGE="http://www.pyclimate.org/"
-SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="
- dev-python/numpy
- >=dev-python/scientificpython-2.8
- >=sci-libs/netcdf-3.0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_src_install
-
- dodoc doc/manual.ps doc/dcdflib_doc/dcdflib* || die
-
- if use examples; then
- insinto /usr/share/${PF}
- doins -r examples test || die
- fi
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-09 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02 11:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclimate/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2016-11-09 14:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox