debian/0000755000000000000000000000000011730361654007174 5ustar debian/source/0000755000000000000000000000000011730145636010474 5ustar debian/source/format0000644000000000000000000000001411730145636011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000352011730216130011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lazyarray Upstream-Contact: Andrew P. Davison Source: http://bitbucket.org/apdavison/lazyarray Files: * Copyright: 2012, Andrew P. Davison License: BSD-3-clause Files: debian/* Copyright: 2012, Michael Hanke License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the names of the copyright holders nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000644000000000000000000000230411730353222010566 0ustar Source: lazyarray Maintainer: NeuroDebian team Uploaders: Michael Hanke , Yaroslav Halchenko Section: python Priority: optional Build-Depends: python-all, debhelper (>= 7.0.50~), python-nose, python-numpy Standards-Version: 3.9.3 Homepage: http://bitbucket.org/apdavison/lazyarray/ Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/lazyarray.git Vcs-Git: git://git.debian.org/git/pkg-exppsy/lazyarray.git Package: python-lazyarray Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-numpy Description: Python module providing a NumPy-compatible lazily-evaluated array The 'larray' class is a NumPy-compatible numerical array where operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible. Consequently, use of an 'larray' can potentially save considerable computation time and memory in cases where arrays are used conditionally, or only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array). debian/changelog0000644000000000000000000000023611730361654011047 0ustar lazyarray (0.1.0-1) unstable; urgency=low * Initial Debian release (Closes: #664022). -- Michael Hanke Thu, 15 Mar 2012 13:42:09 +0100 debian/rules0000755000000000000000000000016411730213772010252 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils override_dh_auto_test: nosetests test debian/compat0000644000000000000000000000000211730145636010372 0ustar 7