File: control

package info (click to toggle)
pyquery 1.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 309
  • sloc: python: 1,806; makefile: 128; xml: 9
file content (38 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: pyquery
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Wiltshire <jmw@debian.org>,
	TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3)
	, python3-all
	, python-setuptools
	, python3-setuptools
X-Python-Version: >= 2.5
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyquery.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyquery.git
Homepage: http://pyquery.org/

Package: python-pyquery
Architecture: all
Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: jQuery-like library for python 2
 pyquery allows you to make jQuery queries on XML documents. The API is as
 similar to jQuery as possible. pyquery uses lxml for fast XML and HTML 
 manipulation.
 .
 This package contains the module for Python 2.


Package: python3-pyquery
Architecture: all
Depends: python3-lxml, python3-webob, ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: jQuery-like library for python 3
 pyquery allows you to make jQuery queries on XML documents. The API is as
 similar to jQuery as possible. pyquery uses lxml for fast XML and HTML 
 manipulation.
 .
 This package contains the module for Python 3.