diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/pyclimate | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r-- | dev-python/pyclimate/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pyclimate/metadata.xml | 26 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild | 38 |
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/pyclimate/Manifest b/dev-python/pyclimate/Manifest deleted file mode 100644 index 89030e8db4cf..000000000000 --- a/dev-python/pyclimate/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST PyClimate-1.2.2.tar.gz 1417758 BLAKE2B 96e9768f3487c97edd4ff4a6017ccf36a76611b5642545be62839910c0418e68f5937e1a763237f9d924dc50e1cd60634a1af1fca86d081dafced9fad70555ac SHA512 b217991873e99ad147e0f4e05bfa900a60486852a803ed6c224321f6fc1f1b6700ad2ad1d6c7c7f8ed8ec94340220c5277456c98ccb408f0bef6888c0adf018f -EBUILD pyclimate-1.2.2-r2.ebuild 809 BLAKE2B 4f52d0b25df00108b13c76a12e0c15b579ab154812c94b56451ade833166992a1ad2d563a2a218b1a74a8201a0a1fe5776c674c0bfed80f86062fdc97d90a786 SHA512 088df66bc3af7331c1fd4b3423395d1845d074cb5036ec6624d009a45e99cf3075456d1f2a08c0f1ef031f946fc4e23b83801e608a42f741dcc5d47435553382 -MISC metadata.xml 1391 BLAKE2B c5629d2b7c33621d26e17d5b81023f9f49763f9fab1653072b7dfaf421d92093a5e6f3d015d43b432796e7546c44db6ae2aea1f703c6ea49a8dd020347fc28af SHA512 0f09f642a4391f9f98809c18efaf102643629d69a1b1ed94857f1ed3ffe015b90015fc9bf251724e903647d651b21568a6cc416204dd0a6fcdff3ff21c66364d diff --git a/dev-python/pyclimate/metadata.xml b/dev-python/pyclimate/metadata.xml deleted file mode 100644 index aa2237b317d7..000000000000 --- a/dev-python/pyclimate/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <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 - analysis, SVD and CCA analysis of coupled data sets, some linear digital - filters, kernel based probability density function estimation and access - to DCDFLIB.C library. - </longdescription> - <longdescription lang="ja"> - このパッケージはPython言語を使った気候の変化を分析する必要なタスクを終えるために - デザインされました。幾つかの単純なI/O操作、COARDS-compliant netCDFファイルの操作 - 、EOF解析、カップル・データのSVDとCCA解析、幾つかのリニア・デジタル・フィルター、カーネル・ベースのプロバビリティ・デンシティ・ファンクション・エスティメーショ - ンとDCDFLIB.Cライブラリへのアクセス等の機能を提供します。 - </longdescription> -</pkgmetadata> diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild b/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild deleted file mode 100644 index 009559ff3ff8..000000000000 --- a/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -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[${PYTHON_USEDEP}] - >=dev-python/scientificpython-2.8[${PYTHON_USEDEP}] - >=sci-libs/netcdf-3.0" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - python-single-r1_pkg_setup -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all - dodoc doc/manual.ps doc/dcdflib_doc/dcdflib* -} |