diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 00:42:20 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 00:42:20 +0000 |
commit | 8c0f5e1e63f187b702a80577371026bda8eb4999 (patch) | |
tree | 19c2fd2e60ef7d7cb35edcd1aa8bb2292480d57f /dev-python | |
parent | Fix bug 54357: thunderbird's mozilla-xremote-client requires -a Thunderbird i... (diff) | |
download | gentoo-2-8c0f5e1e63f187b702a80577371026bda8eb4999.tar.gz gentoo-2-8c0f5e1e63f187b702a80577371026bda8eb4999.tar.bz2 gentoo-2-8c0f5e1e63f187b702a80577371026bda8eb4999.zip |
Moved from dev-python/PyClimate.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyclimate/ChangeLog | 21 | ||||
-rw-r--r-- | dev-python/pyclimate/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyclimate/files/digest-pyclimate-1.2.1 | 1 | ||||
-rw-r--r-- | dev-python/pyclimate/files/digest-pyclimate-1.2.1-r1 | 1 | ||||
-rw-r--r-- | dev-python/pyclimate/metadata.xml | 18 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 52 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1.ebuild | 33 |
7 files changed, 132 insertions, 0 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog new file mode 100644 index 000000000000..02f0a3842ee4 --- /dev/null +++ b/dev-python/pyclimate/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for dev-python/PyClimate +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.1 2004/06/21 00:42:20 kloeri Exp $ + +*pyclimate-1.2.1-r1 (21 Jun 2004) + + 21 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> + +pyclimate-1.2.1-r1.ebuild, +pyclimate-1.2.1.ebuild: + Moved from dev-python/PyClimate. + +*PyClimate-1.2.1-r1 (31 May 2004) + + 31 May 2004; Steve Arnold <nerdboy@gentoo.org> PyClimate-1.2.1-r1.ebuild: + updated to use distutils and install the test script and data + +*PyClimate-1.2.1 (31 May 2004) + + 31 May 2004; Steve Arnold <nerdboy@gentoo.org> PyClimate-1.2.1.ebuild, + metadata.xml: + new ebuild for climate analysis stuff in python + diff --git a/dev-python/pyclimate/Manifest b/dev-python/pyclimate/Manifest new file mode 100644 index 000000000000..c5f294b6184f --- /dev/null +++ b/dev-python/pyclimate/Manifest @@ -0,0 +1,6 @@ +MD5 314b32fec97ba2657cbd68e1e1a88219 pyclimate-1.2.1.ebuild 955 +MD5 8ade15525083a6f7897018147fca52fd pyclimate-1.2.1-r1.ebuild 1324 +MD5 16e096b7d58707e5ef188412a37585aa ChangeLog 570 +MD5 5711f48155e6a9f7f569dab40265e627 metadata.xml 729 +MD5 f8ee275409815fba5c7c815d370748bf files/digest-pyclimate-1.2.1 67 +MD5 f8ee275409815fba5c7c815d370748bf files/digest-pyclimate-1.2.1-r1 67 diff --git a/dev-python/pyclimate/files/digest-pyclimate-1.2.1 b/dev-python/pyclimate/files/digest-pyclimate-1.2.1 new file mode 100644 index 000000000000..b4eada622105 --- /dev/null +++ b/dev-python/pyclimate/files/digest-pyclimate-1.2.1 @@ -0,0 +1 @@ +MD5 2d19f9622cdc5f3107b90157fcd9266c PyClimate-1.2.1.tar.gz 336090 diff --git a/dev-python/pyclimate/files/digest-pyclimate-1.2.1-r1 b/dev-python/pyclimate/files/digest-pyclimate-1.2.1-r1 new file mode 100644 index 000000000000..b4eada622105 --- /dev/null +++ b/dev-python/pyclimate/files/digest-pyclimate-1.2.1-r1 @@ -0,0 +1 @@ +MD5 2d19f9622cdc5f3107b90157fcd9266c PyClimate-1.2.1.tar.gz 336090 diff --git a/dev-python/pyclimate/metadata.xml b/dev-python/pyclimate/metadata.xml new file mode 100644 index 000000000000..823827079d0b --- /dev/null +++ b/dev-python/pyclimate/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>nerdboy@gentoo.org</email> + <name>Steve Arnold</name> + <description>Primary Maintainer</description> +</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> +</pkgmetadata> diff --git a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild new file mode 100644 index 000000000000..396384e35dbf --- /dev/null +++ b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.1 2004/06/21 00:42:20 kloeri Exp $ + +inherit eutils distutils + +MY_P="${P/pyclimate/PyCLimate}" +IUSE="" +DESCRIPTION="Climate Data Analysis Module for Python" +SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${MY_P}.tar.gz" +HOMEPAGE="http://starship.python.net/crew/jsaenz/pyclimate/index.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" + +DEPEND="virtual/python + >=dev-python/numeric-19.0 + dev-python/ScientificPython + >=app-sci/netcdf-3.0" + +src_install() { + + distutils_src_install + + dodir /usr/share/doc/${PF}/doc + insinto /usr/share/doc/${PF}/doc + doins doc/* + doins doc/dcdflib_doc/dcdflib* + + dodir /usr/share/${PF}/examples + insinto /usr/share/${PF}/examples + doins examples/* + + dodir /usr/share/${PF}/test + insinto /usr/share/${PF}/test + doins test/* +} + +pkg_postinst() { + python_version + python_mod_optimize /usr/lib/python${PYVER}/site-packages/pyclimate + einfo + einfo "Try the test script in /usr/share/${PF}/test." + einfo "See the examples in /usr/share/${PF}/examples." + einfo "Read the doc in /usr/share/doc/${PF}." + einfo +} + +pkg_postrm() { + python_version + python_mod_cleanup +} diff --git a/dev-python/pyclimate/pyclimate-1.2.1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1.ebuild new file mode 100644 index 000000000000..f6c3a9372af8 --- /dev/null +++ b/dev-python/pyclimate/pyclimate-1.2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1.ebuild,v 1.1 2004/06/21 00:42:20 kloeri Exp $ + +inherit eutils + +MY_P="${P/pyclimate/PyClimate}" +IUSE="" +DESCRIPTION="Climate Data Analysis Module for Python" +SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${MY_P}.tar.gz" +HOMEPAGE="http://starship.python.net/crew/jsaenz/pyclimate/index.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" + +DEPEND="virtual/python + >=dev-python/numeric-19.0 + dev-python/ScientificPython + >=app-sci/netcdf-3.0" + +src_install() { + python setup.py install --prefix=${D}/usr || die "Python Install Failed" + + dodoc README PKG-INFO + + dodir /usr/share/doc/${PF}/doc + insinto /usr/share/doc/${PF}/doc + doins doc/* + + dodir /usr/share/doc/${PF}/examples + insinto /usr/share/doc/${PF}/examples + doins examples/* +} |