debian/0000755000000000000000000000000012302376372007173 5ustar debian/copyright0000644000000000000000000000200112212527304011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jsonpath-rw Source: https://github.com/kennknowles/python-jsonpath-rw Files: debian/* Copyright: (c) 2013, Thomas Goirand License: Apache-2 Files: * Copyright: (c) 2013, Kenneth Knowles License: Apache-2 License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in /usr/share/common-licenses/Apache-2.0. debian/changelog0000644000000000000000000000054312302376372011047 0ustar python-jsonpath-rw (1.2.0-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:54 +0000 python-jsonpath-rw (1.2.0-1) unstable; urgency=low * Initial release. (Closes: #722053) -- Thomas Goirand Fri, 06 Sep 2013 17:06:02 +0800 debian/compat0000644000000000000000000000000212212527304010362 0ustar 9 debian/control0000644000000000000000000000572512212527304010600 0ustar Source: python-jsonpath-rw Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-nose, python-ply, python-setuptools, python-six, python3-all, python3-ply, python3-setuptools, python3-six Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-jsonpath-rw.git Vcs-Git: git://anonscm.debian.org/openstack/python-jsonpath-rw.git Homepage: https://github.com/kennknowles/python-jsonpath-rw Package: python-jsonpath-rw Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-six, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: extended implementation of JSONPath for Python 2.x This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3. . This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. . The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets. . This package provides the Python 2.x module. Package: python3-jsonpath-rw Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-six, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: extended implementation of JSONPath for Python 3.x This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3. . This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. . The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets. . This package provides the Python 3.x module. debian/rules0000755000000000000000000000141612212527304010246 0ustar #!/usr/bin/make -f PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/kennknowles/python-jsonpath-rw.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2,python3 override_dh_auto_install: set -e && for pyvers in $(PYTHONS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python-jsonpath-rw; \ done set -e && for pyvers in $(PYTHON3S); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-jsonpath-rw; \ done ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: nosetests endif override_dh_clean: dh_clean -O--buildsystem=python_distutils rm -f parser.out debian/source/0000755000000000000000000000000012212527304010464 5ustar debian/source/format0000644000000000000000000000001412212527304011672 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012212527304010577 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000013012212527304010207 0ustar version=3 http://pypi.python.org/packages/source/j/jsonpath-rw jsonpath-rw-(.*).tar.gz