summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-03-27 11:55:59 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-03-27 11:55:59 +0000
commitff5683da9a5f184d0c0a59dc31c19e7ca0ad05cd (patch)
tree78281bedb72ec4dd2934a77b1a206c7d9d20aa8f /dev-python/pupynere
parentVersion bump, bug fixes, simple week view, calendar ui changes and easier dat... (diff)
downloadhistorical-ff5683da9a5f184d0c0a59dc31c19e7ca0ad05cd.tar.gz
historical-ff5683da9a5f184d0c0a59dc31c19e7ca0ad05cd.tar.bz2
historical-ff5683da9a5f184d0c0a59dc31c19e7ca0ad05cd.zip
Version bump
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pupynere')
-rw-r--r--dev-python/pupynere/ChangeLog10
-rw-r--r--dev-python/pupynere/pupynere-1.0.9.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-python/pupynere/ChangeLog b/dev-python/pupynere/ChangeLog
index 9d79a5f72c33..8b911b46f92c 100644
--- a/dev-python/pupynere/ChangeLog
+++ b/dev-python/pupynere/ChangeLog
@@ -1,6 +1,12 @@
# 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/ChangeLog,v 1.2 2009/03/27 11:51:27 bicatali Exp $
+
+*pupynere-1.0.9 (27 Mar 2009)
+
+ 27 Mar 2009; SĂ©bastien Fabbro <bicatali@gentoo.org>
+ +pupynere-1.0.9.ebuild:
+ Version bump
*pupynere-1.0.6 (11 Dec 2008)
diff --git a/dev-python/pupynere/pupynere-1.0.9.ebuild b/dev-python/pupynere/pupynere-1.0.9.ebuild
new file mode 100644
index 000000000000..c9df404a81ff
--- /dev/null
+++ b/dev-python/pupynere/pupynere-1.0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pupynere/pupynere-1.0.9.ebuild,v 1.1 2009/03/27 11:51:27 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=""
+RDEPEND="dev-python/numpy"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"