debian/0000755000000000000000000000000012177753533007203 5ustar debian/source/0000755000000000000000000000000012177753533010503 5ustar debian/source/format0000644000000000000000000000001412177753533011711 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017712177753533010241 0ustar version=3 opts="filenamemangle=s/.*\/(.*)/joblib-$1\.tar\.gz/" \ https://github.com/joblib/joblib/tags .*tarball/([\d\.a-z]+) debian/patches/0000755000000000000000000000000012177753533010632 5ustar debian/patches/nomemmap_older_numpy0000644000000000000000000000117312177753533015005 0ustar From: Yaroslav Halchenko Subject: skip 1 doctest of automatic memmapping on older numpys To be used with older versions of numpy (<=1.2.1 e.g. as on lenny) Vendor: Debian diff --git a/doc/memory.rst b/doc/memory.rst index 9998b05..2b84c5f 100644 --- a/doc/memory.rst +++ b/doc/memory.rst @@ -165,7 +165,7 @@ If the `square` function is called with the same input argument, its return value is loaded from the disk using memmapping:: >>> res = square(a) - >>> print repr(res) + >>> print repr(res) # doctest: +SKIP memmap([[ 0, 0, 1], [ 1, 1, 1], [16, 4, 1]]) debian/patches/series0000644000000000000000000000000012177753533012035 0ustar debian/patches/series-jaunty0000644000000000000000000000002512177753533013354 0ustar nomemmap_older_numpy debian/patches/series-lenny0000644000000000000000000000002512177753533013167 0ustar nomemmap_older_numpy debian/changelog0000644000000000000000000000761112177753533011062 0ustar joblib (0.7.1-1) unstable; urgency=low * New upstream release * debian/control - boost X-Python-Version to >=2.6 (for squeeze backport builds) - rename XS-Vcs-* to Vcs-* -- Yaroslav Halchenko Mon, 05 Aug 2013 12:47:58 -0400 joblib (0.7.0+git14-g3e5784c-1) unstable; urgency=low * A post-release snapshot -- contains few fixes on top of the released version. -- Yaroslav Halchenko Sat, 01 Jun 2013 11:44:26 -0400 joblib (0.6.5-1) experimental; urgency=low * New upstream bugfix release - contains up_no_parallel_if_no_locking patch (dropped) -- Yaroslav Halchenko Sun, 23 Sep 2012 11:24:00 -0400 joblib (0.6.4-3) unstable; urgency=low * debian/patches/up_no_parallel_if_no_locking -- needed more work for python2.6 compatibility where the exception was not triggered. -- Yaroslav Halchenko Mon, 23 Jul 2012 14:35:45 -0400 joblib (0.6.4-2) unstable; urgency=low * debian/patches/up_no_parallel_if_no_locking -- additional check for availability of locking mechanisms to decide upon using multiprocessing. Needed for robust functioning on kfrebsd systems. -- Yaroslav Halchenko Mon, 16 Jul 2012 22:59:47 -0400 joblib (0.6.4-1) unstable; urgency=low * New upstream release * Boosted policy compliance to 3.9.3 -- no changes * debian/copyright - DEP5 v.1 compatibility tune ups -- Yaroslav Halchenko Mon, 07 May 2012 22:32:10 -0400 joblib (0.6.1-1) unstable; urgency=low * New upstream release * Dropped patch up_python25_compatibility (adopted upstream) * Run unittests against all requested versions of Python. Changed to build-depend on python-all * Provided XS-Python-Version: >= 2.5 -- Yaroslav Halchenko Sun, 05 Feb 2012 15:44:54 -0500 joblib (0.6.0~b3-1) unstable; urgency=low * Fresh upstream beta releaase addressing compatibility issues with python 2.5 and older numpy's. * Forwarded upstream patch up_python25_compatibility -- Yaroslav Halchenko Thu, 12 Jan 2012 10:19:06 -0500 joblib (0.6.0~b2-1) unstable; urgency=low * Fresh upstream beta release (used by sklearn) -- Yaroslav Halchenko Tue, 10 Jan 2012 17:37:07 -0500 joblib (0.5.4-1) unstable; urgency=low * Fresh upstream release * Package is now clean without any spurious post-release changes (Closes: #643170) * Policy boost to 3.9.2 -- no changes * debian/watch: adjusted for change in github layout -- Yaroslav Halchenko Mon, 17 Oct 2011 19:21:36 -0400 joblib (0.5.1-1) unstable; urgency=low * Fresh upstream release * Enforce python_distutils dh buildsystem (upstream has Makefile now) * Handle 'nocheck' to avoid build-time testing * Install CHANGES.rst as the upstream changelog -- Yaroslav Halchenko Mon, 11 Apr 2011 17:11:12 -0400 joblib (0.4.6-2) unstable; urgency=low * Upload to unstable -- Yaroslav Halchenko Wed, 06 Apr 2011 14:02:37 -0400 joblib (0.4.6-1) experimental; urgency=low * Upcoming upstream bugfix release * Added a patch for older distributions (e.g. lenny) to avoid testing 1 failing doctest due non-memmaped automatically arrays with older numpy releases -- Yaroslav Halchenko Sun, 14 Nov 2010 01:23:01 -0500 joblib (0.4.5-1) experimental; urgency=low * New upstream release * debian/control: - moved numpy into Recommends - point -vcs to github - policy boost to 3.9.1 -- no changes -- Yaroslav Halchenko Wed, 06 Oct 2010 17:38:06 -0400 joblib (0.4.3-1) unstable; urgency=low * Initial release (Closes: #590747). Includes 1 commit past 0.4.3 tag: test interface in setup.py -- Yaroslav Halchenko Wed, 28 Jul 2010 20:24:17 -0400 debian/copyright0000644000000000000000000000643212177753533011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: joblib Upstream-Contact: NeuroDebian Team Source: http://github.com/joblib/joblib Files: * Copyright: 2009-2010, Gael Varoquaux License: BSD-3 Files: sphinx_pypi_upload.py Copyright: 2009, Jannis Leidel License: BSD-3 Files: doc/sphinxext/* Copyright: 2008, Stefan van der Walt , Pauli Virtanen License: BSD-2 Files: debian/* Copyright: 2010, NeuroDebian Team License: BSD-3 License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. License: BSD-3 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 name of Gael Varoquaux. nor the names of other joblib 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 owner 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/rules0000755000000000000000000000070112177753533010261 0ustar #!/usr/bin/make -f # -*- makefile -*- PYVERS = $(shell pyversions -vr) PYVER = $(shell pyversions -vd) %: dh $@ --buildsystem=python_distutils override_dh_clean: rm -rf *.egg-info dh_clean override_dh_auto_test: ${PYVERS:%=python-test%} python-test%: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python$* setup.py nosetests; else : # Skip unittests due to nocheck endif override_dh_installchangelogs: dh_installchangelogs CHANGES.rst debian/README.source0000644000000000000000000000030712177753533011362 0ustar joblib for Debian ----------------- Source package is generated directly from git repository using git-buildpackage. -- Yaroslav Halchenko , Wed, 28 Jul 2010 20:41:52 -0400 debian/docs0000644000000000000000000000002412177753533010052 0ustar README.rst TODO.rst debian/gbp.conf0000644000000000000000000000071712177753533010627 0ustar [DEFAULT] # the default clean command: cleaner = fakeroot debian/rules clean # the default branch for upstream sources: upstream-branch = 0.6.X # the default branch for the debian patch: debian-branch = debian # the default tag formats used: debian-tag = debian/%(version)s # Options only affecting git-buildpackage [git-buildpackage] sign-tags = True # use this for more svn-buildpackage like bahaviour: export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/control0000644000000000000000000000204112177753533010603 0ustar Source: joblib Section: python Priority: optional Maintainer: Yaroslav Halchenko Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support (>= 0.6), python-setuptools(>= 0.6), python-nose, python-numpy Standards-Version: 3.9.3 Homepage: http://packages.python.org/joblib/ X-Python-Version: >=2.6 Vcs-Git: git://github.com/yarikoptic/joblib.git Vcs-Browser: http://github.com/yarikoptic/joblib Package: python-joblib Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: python-numpy, python-nose, python-simplejson Description: tools to provide lightweight pipelining in Python Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: - transparent disk-caching of the output values and lazy re-evaluation (memoize pattern) - easy simple parallel computing - logging and tracing of the execution . Joblib is optimized to be fast and robust in particular on large, long-running functions and has specific optimizations for numpy arrays. debian/compat0000644000000000000000000000000212177753533010401 0ustar 7