debian/0000755000000000000000000000000012136773241007174 5ustar debian/rules0000755000000000000000000000055412136773241010260 0ustar #!/usr/bin/make -f export PYTHONWARNINGS=d # Prevent setuptools/distribute from accessing the internet. export http_proxy = http://127.0.0.1:9/ PYVERS := $(shell pyversions -r) %: dh $@ --with python2 override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -ex; \ for python in $(PYVERS); do \ $$python setup.py test -vv; \ done endif debian/compat0000644000000000000000000000000212136773241010372 0ustar 7 debian/copyright0000644000000000000000000000254712136773241011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: park Upstream-Contact: Peter Teichman Source: http://pypi.python.org/pypi/park Files: * Copyright: 2012 litl, LLC License: Expat Files: debian/* Copyright: 2013, Daniele Tricoli License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/clean0000644000000000000000000000002012136773241010171 0ustar park.egg-info/* debian/control0000644000000000000000000000176612136773241010611 0ustar Source: python-park Maintainer: Debian Python Modules Team Uploaders: Daniele Tricoli Section: python Priority: optional Build-Depends: debhelper (>= 8.1), python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-unittest2 Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/litl/park Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-park/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-park/trunk/ Package: python-park Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: persistent key-value API for Python with ordered traversal of keys Park is a persistent key-value API for Python with ordered traversal of keys. Both keys and values are binary safe. It's similar in use to LevelDB, but has no dependencies outside the Python standard library. It is meant to be extremely easy to use and can scale to a few gigabytes of data. debian/watch0000644000000000000000000000011412136773241010221 0ustar version=3 https://pypi.python.org/packages/source/p/park/park-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012136773241010474 5ustar debian/source/format0000644000000000000000000000001412136773241011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023412137004325011034 0ustar python-park (1.0.0-1) unstable; urgency=low * Initial release (Closes: #705970) -- Daniele Tricoli Tue, 23 Apr 2013 01:36:07 +0200 debian/docs0000644000000000000000000000001312136773241010041 0ustar README.rst