diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-02-03 21:22:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-02-03 21:22:50 +0000 |
commit | 85bd4fc6c5d2d8d04d102765812c77178a3b3b8c (patch) | |
tree | 755010fd5dabb01c88049fb4b67758f0ed40f2ee /dev-python/arrayterator | |
parent | Add ~ppc/~ppc64 to kephal as they was added to full kde-4.2 (diff) | |
download | gentoo-2-85bd4fc6c5d2d8d04d102765812c77178a3b3b8c.tar.gz gentoo-2-85bd4fc6c5d2d8d04d102765812c77178a3b3b8c.tar.bz2 gentoo-2-85bd4fc6c5d2d8d04d102765812c77178a3b3b8c.zip |
Initial import. Based on an ebuild by Tim Cera. Closes #152284
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/arrayterator')
-rw-r--r-- | dev-python/arrayterator/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/arrayterator/arrayterator-1.0.ebuild | 22 | ||||
-rw-r--r-- | dev-python/arrayterator/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/arrayterator/ChangeLog b/dev-python/arrayterator/ChangeLog new file mode 100644 index 000000000000..37dc59c63b35 --- /dev/null +++ b/dev-python/arrayterator/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/arrayterator +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/ChangeLog,v 1.1 2009/02/03 21:22:50 patrick Exp $ + +*arrayterator-1.0 (03 Feb 2009) + + 03 Feb 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml, + +arrayterator-1.0.ebuild: + Initial import. Based on an ebuild by Tim Cera. Closes #152284 + diff --git a/dev-python/arrayterator/arrayterator-1.0.ebuild b/dev-python/arrayterator/arrayterator-1.0.ebuild new file mode 100644 index 000000000000..62c0b9c1e188 --- /dev/null +++ b/dev-python/arrayterator/arrayterator-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.0.ebuild,v 1.1 2009/02/03 21:22:50 patrick Exp $ + +inherit distutils + +DESCRIPTION="This class creates a buffered iterator for reading big arrays in +small contiguous blocks." +HOMEPAGE="http://pypi.python.org/pypi/arrayterator" + +SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +#IUSE="server" +IUSE="" +RDEPEND="virtual/python + >=dev-python/numpy-1.0_rc1" +DEPEND="${RDEPEND} + >=dev-python/setuptools-0.6_rc3" + + diff --git a/dev-python/arrayterator/metadata.xml b/dev-python/arrayterator/metadata.xml new file mode 100644 index 000000000000..301d2207cc29 --- /dev/null +++ b/dev-python/arrayterator/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> +</pkgmetadata> |