Codebase list pyquery / beb1a07
Drop python2 support; Closes: #937514 Sandro Tosi 4 years ago
5 changed file(s) with 8 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
00 pyquery (1.2.9-4) UNRELEASED; urgency=medium
11
2 [ Ondřej Nový ]
23 * Convert git repository from git-dpm to gbp layout
34 * Use debhelper-compat instead of debian/compat.
45
5 -- Ondřej Nový <onovy@debian.org> Wed, 08 Aug 2018 09:17:12 +0200
6 [ Sandro Tosi ]
7 * Drop python2 support; Closes: #937514
8
9 -- Sandro Tosi <morph@debian.org> Sat, 04 Jan 2020 16:59:38 -0500
610
711 pyquery (1.2.9-3) unstable; urgency=medium
812
55 TANIGUCHI Takaki <takaki@debian.org>
66 Build-Depends: debhelper-compat (= 9)
77 , dh-python
8 , python-all (>= 2.6.6-3)
98 , python3-all
10 , python-setuptools
119 , python3-setuptools
1210 Standards-Version: 4.1.4
1311 Vcs-Git: https://salsa.debian.org/python-team/modules/pyquery.git
1412 Vcs-Browser: https://salsa.debian.org/python-team/modules/pyquery
1513 Homepage: http://pyquery.org/
16
17 Package: python-pyquery
18 Architecture: all
19 Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends}
20 Provides: ${python:Provides}
21 Description: jQuery-like library for python 2
22 pyquery allows you to make jQuery queries on XML documents. The API is as
23 similar to jQuery as possible. pyquery uses lxml for fast XML and HTML
24 manipulation.
25 .
26 This package contains the module for Python 2.
27
2814
2915 Package: python3-pyquery
3016 Architecture: all
+0
-2
debian/python-pyquery.docs less more
0 README.rst
1 CHANGES.rst
0 README.rst
1 CHANGES.rst
66 export PYBUILD_NAME=pyquery
77
88 %:
9 dh $@ --with python2,python3 --buildsystem=pybuild
9 dh $@ --with python3 --buildsystem=pybuild
1010
1111 override_dh_auto_test: