debian/0000755000000000000000000000000012302376336007173 5ustar debian/docs0000644000000000000000000000001312211363021010022 0ustar README.rst debian/copyright0000644000000000000000000000603112211366305011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dogpile.cache Source: https://bitbucket.org/zzzeek/dogpile.cache Files: * Copyright: 2011-2013 Mike Bayer License: BSD 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. 3. The name of the author or contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. Files: debian/* Copyright: 2013 Canonical Ltd License: BSD 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. 3. The name of the author or contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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/changelog0000644000000000000000000000127712302376336011054 0ustar python-dogpile.cache (0.5.1-0ubuntu2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:26 +0000 python-dogpile.cache (0.5.1-0ubuntu1) trusty; urgency=low * New upstream release. -- Chuck Short Tue, 12 Nov 2013 10:00:10 -0500 python-dogpile.cache (0.5.0-0ubuntu2) saucy; urgency=low * debian/control: Clean up package description * Add autopkg tests. -- Chuck Short Mon, 09 Sep 2013 11:36:17 -0400 python-dogpile.cache (0.5.0-0ubuntu1) saucy; urgency=low * Initial release. -- Chuck Short Tue, 03 Sep 2013 09:37:19 -0400 debian/compat0000644000000000000000000000000212211363021010353 0ustar 8 debian/control0000644000000000000000000000120512213365353010572 0ustar Source: python-dogpile.cache Section: python Priority: optional Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-all (>= 2.6.6-3~), python-mako, python-nose, python-mock, python-dogpile.core Standards-Version: 3.9.4 XS-Testsuite: autopkgtest Package: python-dogpile.cache Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-dogpile.core Description: caching API built around the concept of a "dogpile lock" A cache API built around the concep of a "dogpile lock", which allows continued access to an expiring data value with a single thread generates a new value. debian/tests/0000755000000000000000000000000012213356231010326 5ustar debian/tests/import0000644000000000000000000000006212213356231011561 0ustar #!/bin/sh set -e python -c 'import dogpile.cache' debian/tests/control0000644000000000000000000000005312213355751011735 0ustar Tests: import Depends: python-dogpile.core debian/rules0000755000000000000000000000015512213356252010250 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/source/0000755000000000000000000000000012211363021010455 5ustar debian/source/format0000644000000000000000000000001412211363021011663 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013512211366445010222 0ustar version=3 http://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-(.*)\.tar.gz