summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-12-11 18:55:51 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-12-11 18:55:51 +0000
commit318d2d050c174ff6ea351f40a235ba5d81c009eb (patch)
tree898daadd0f4e055d3835273b9f97718ff63062e5 /dev-python/pupynere
parentVersion bump, the automagic patch has been merged upstream entirely. 903a has... (diff)
downloadgentoo-2-318d2d050c174ff6ea351f40a235ba5d81c009eb.tar.gz
gentoo-2-318d2d050c174ff6ea351f40a235ba5d81c009eb.tar.bz2
gentoo-2-318d2d050c174ff6ea351f40a235ba5d81c009eb.zip
Initial import. Closing bug #163002
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'dev-python/pupynere')
-rw-r--r--dev-python/pupynere/ChangeLog10
-rw-r--r--dev-python/pupynere/metadata.xml9
-rw-r--r--dev-python/pupynere/pupynere-1.0.6.ebuild16
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/pupynere/ChangeLog b/dev-python/pupynere/ChangeLog
new file mode 100644
index 000000000000..9d79a5f72c33
--- /dev/null
+++ b/dev-python/pupynere/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/pupynere
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/ChangeLog,v 1.1 2008/12/11 18:55:51 bicatali Exp $
+
+*pupynere-1.0.6 (11 Dec 2008)
+
+ 11 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +pupynere-1.0.6.ebuild:
+ Initial import. Closing bug #163002
+
diff --git a/dev-python/pupynere/metadata.xml b/dev-python/pupynere/metadata.xml
new file mode 100644
index 000000000000..3e50421bad79
--- /dev/null
+++ b/dev-python/pupynere/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription lang="en">
+ Pupynere is a Python module for reading and writing NetCDF files,
+ using the same API as Scientific.IO.NetCDF and pynetcdf.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pupynere/pupynere-1.0.6.ebuild b/dev-python/pupynere/pupynere-1.0.6.ebuild
new file mode 100644
index 000000000000..73f5b36e9fd9
--- /dev/null
+++ b/dev-python/pupynere/pupynere-1.0.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/pupynere-1.0.6.ebuild,v 1.1 2008/12/11 18:55:51 bicatali Exp $
+
+NEED_PYTHON=2.4
+inherit distutils
+
+DESCRIPTION="Pupynere is a PUre PYthon NEtcdf REader."
+HOMEPAGE="http://pypi.python.org/pypi/pupynere/"
+
+SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/numpy"