diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-28 16:35:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-28 16:35:37 +0000 |
commit | aa1bf04c8371ce910a485828fbb10d487e5ecf8c (patch) | |
tree | ee691cc9415d821c442a7899e7c733c8b8ab1f3e /dev-python | |
parent | Version bump, copyright date fixes and prep for alt versioning scheme (Manife... (diff) | |
download | gentoo-2-aa1bf04c8371ce910a485828fbb10d487e5ecf8c.tar.gz gentoo-2-aa1bf04c8371ce910a485828fbb10d487e5ecf8c.tar.bz2 gentoo-2-aa1bf04c8371ce910a485828fbb10d487e5ecf8c.zip |
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numarray/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/numarray/files/digest-numarray-0.9 | 1 | ||||
-rw-r--r-- | dev-python/numarray/numarray-0.9.ebuild | 16 |
3 files changed, 24 insertions, 2 deletions
diff --git a/dev-python/numarray/ChangeLog b/dev-python/numarray/ChangeLog index 31457ecf0859..afd062681461 100644 --- a/dev-python/numarray/ChangeLog +++ b/dev-python/numarray/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/numarray -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/ChangeLog,v 1.2 2003/12/13 06:16:00 kloeri Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/ChangeLog,v 1.3 2004/03/28 16:35:29 kloeri Exp $ + +*numarray-0.9 (28 Mar 2004) + + 28 Mar 2004; Bryan Østergaard <kloeri@gentoo.org> numarray-0.9.ebuild: + Version bump. *numarray-0.8 (13 Dec 2003) diff --git a/dev-python/numarray/files/digest-numarray-0.9 b/dev-python/numarray/files/digest-numarray-0.9 new file mode 100644 index 000000000000..46860814ead8 --- /dev/null +++ b/dev-python/numarray/files/digest-numarray-0.9 @@ -0,0 +1 @@ +MD5 d7235ecae18da538701520c0a2e009eb numarray-0.9.tar.gz 979664 diff --git a/dev-python/numarray/numarray-0.9.ebuild b/dev-python/numarray/numarray-0.9.ebuild new file mode 100644 index 000000000000..2a54ea2fa8fa --- /dev/null +++ b/dev-python/numarray/numarray-0.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/numarray-0.9.ebuild,v 1.1 2004/03/28 16:35:29 kloeri Exp $ + +inherit distutils + +DESCRIPTION="Numarray is an array processing package designed to efficiently manipulate large multi-dimensional arrays" +SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" +HOMEPAGE="http://www.stsci.edu/resources/software_hardware/numarray" + +DEPEND=">=dev-lang/python-2.2.2" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" +LICENSE="BSD" |