Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152284 - dev-python/arrayterator-0.2.2.1.ebuild -> 0.2.7
Summary: dev-python/arrayterator-0.2.2.1.ebuild -> 0.2.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://cheeseshop.python.org/pypi/arr...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-10-21 12:12 UTC by Tim Cera
Modified: 2009-02-03 21:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python/arrayterator-0.2.7.ebuild (arrayterator-0.2.7.ebuild,513 bytes, text/plain)
2006-10-21 12:15 UTC, Tim Cera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Cera 2006-10-21 12:12:48 UTC
This class creates a buffered iterator for reading big arrays in small contiguous blocks. The class is useful for objects stored in the filesystem. It allows iteration over the object without reading everything in memory; instead, small blocks are read and iterated over.

The class can be used with any object that supports multidimensional slices and a copy() method, like variables from Scientific.IO.NetCDF, pynetcdf and numpy.array.
Comment 1 Tim Cera 2006-10-21 12:15:01 UTC
Created attachment 100156 [details]
dev-python/arrayterator-0.2.7.ebuild
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2007-02-03 08:28:59 UTC
Reassigned to maintainer-wanted.
Comment 3 Patrick Lauer gentoo-dev 2009-02-03 21:22:51 UTC
+  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

Changed license and homepage to reflect reality :)

Hope you don't mind the bump to 1.0 :)