Codebase list pyquery / d14efe6
Imported Debian patch 0.3.1-1 Jonathan Wiltshire 14 years ago
7 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pyquery (0.3.1-1) unstable; urgency=low
1
2 * Initial release (Closes: #552001)
3
4 -- Jonathan Wiltshire <debian@jwiltshire.org.uk> Thu, 22 Oct 2009 19:08:07 +0100
0 Source: pyquery
1 Section: python
2 Priority: extra
3 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
4 Uploaders: Jonathan Wiltshire <debian@jwiltshire.org.uk>
5 Build-Depends: debhelper (>= 7), python-all (>= 2.5)
6 Build-Depends-Indep: python-support (>= 0.5.3), python-setuptools
7 Standards-Version: 3.8.3
8 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyquery/trunk/
9 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyquery/trunk/
10 Homepage: http://pyquery.org/
11
12 Package: python-pyquery
13 Architecture: all
14 Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends}
15 Description: jQuery-like library for python
16 pyquery allows you to make jQuery queries on XML documents. The API is as
17 similar to jQuery as possible. pyquery uses lxml for fast XML and HTML
18 manipulation.
0 This work was packaged for Debian by:
1
2 Jonathan Wiltshire <debian@jwiltshire.org.uk> on Thu, 22 Oct 2009 19:08:07 +0100
3
4 It was downloaded from http://pypi.python.org/pypi/pyquery
5
6 Copyright:
7
8 Copyright (C) 2008 - Olivier Lauzanne <olauzanne@gmail.com>
9
10 License:
11
12 Redistribution and use in source and binary forms, with or without
13 modification, are permitted under the terms of the BSD License.
14
15 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
16 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
19 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 SUCH DAMAGE.
26
27 On Debian systems, the complete text of the BSD License can be
28 found in `/usr/share/common-licenses/BSD'.
29
30 The Debian packaging is:
31
32 Copyright (C) 2009 Jonathan Wiltshire <debian@jwiltshire.org.uk>
33
34 and is also made available under the BSD license.
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 %:
7 dh $@
0 # Compulsory line, this is a version 3 file
1 version=3
2
3 http://pypi.python.org/packages/source/p/pyquery/pyquery-(.*)\.tar\.gz