debian/0000775000000000000000000000000012261743225007174 5ustar debian/source/0000775000000000000000000000000012261743225010474 5ustar debian/source/format0000664000000000000000000000001412261742322011677 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005212261742322012104 0ustar extend-diff-ignore = "^[^/]*[.]egg-info/" debian/python3-jmespath.examples0000664000000000000000000000000712261742322014143 0ustar bin/jp debian/changelog0000664000000000000000000000024212261742322011041 0ustar python-jmespath (0.2.1-1) unstable; urgency=low * Initial release (Closes: #734131) -- TANIGUCHI Takaki Sun, 29 Dec 2013 14:26:19 +0900 debian/python-jmespath.examples0000664000000000000000000000000712261742322014060 0ustar bin/jp debian/copyright0000664000000000000000000000252212261742322011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-jmespath Source: https://pypi.python.org/pypi/jmespath Files: * Copyright: James Saryerwinnie License: MIT Files: debian/* Copyright: 2013 TANIGUCHI Takaki License: MIT License: MIT 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/docs0000664000000000000000000000001312261742322010036 0ustar README.rst debian/rules0000775000000000000000000000062712261742322010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_DESTDIR_python2=debian/python-jmespath/ export PYBUILD_DESTDIR_python3=debian/python3-jmespath/ %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_install: dh_install rm -f $(CURDIR)/debian/python-jmespath/usr/bin/jp rm -f $(CURDIR)/debian/python3-jmespath/usr/bin/jp debian/watch0000664000000000000000000000012112261742322010214 0ustar version=3 http://pypi.python.org/packages/source/j/jmespath/jmespath-(.*).tar.gz debian/compat0000664000000000000000000000000212261742322010367 0ustar 9 debian/control0000664000000000000000000000217212261742322010576 0ustar Source: python-jmespath Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 9) , python-all , python-setuptools , python3-all , python3-setuptools Standards-Version: 3.9.5 Homepage: https://github.com/boto/jmespath Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/python-jmespath/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/python-jmespath/trunk/ Package: python-jmespath Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: JSON Matching Expressions (Python 2) JMESPath is python library which allows you to declaratively specify how to extract elements from a JSON document. . This package contains the module for Python 2. Package: python3-jmespath Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: JSON Matching Expressions (Python 3) JMESPath is python library which allows you to declaratively specify how to extract elements from a JSON document. . This package contains the module for Python 3.