File: control

package info (click to toggle)
python-yaql 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 644 kB
  • ctags: 1,257
  • sloc: python: 7,492; sh: 30; makefile: 23
file content (74 lines) | stat: -rw-r--r-- 2,882 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: python-yaql
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
           Corey Bryant <corey.bryant@canonical.com>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 52~),
               python-all,
               python-pbr (>= 1.6),
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-pbr (>= 1.6),
               python3-setuptools,
Build-Depends-Indep: python-babel,
                     python-coverage,
                     python-dateutil (>= 2.4.2),
                     python-fixtures (>= 1.3.1),
                     python-hacking,
                     python-oslosphinx (>= 2.5.0),
                     python-six (>= 1.9.0),
                     python-ply,
                     python-testscenarios,
                     python-testtools (>= 1.4.0),
                     python3-babel,
                     python3-dateutil (>= 2.4.2),
                     python3-fixtures (>= 1.3.1),
                     python3-ply,
                     python3-six (>= 1.9.0),
                     python3-testscenarios,
                     python3-testtools (>= 1.4.0),
                     subunit,
                     testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-yaql?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-yaql -b debian/newton
Homepage: https://github.com/stackforge/yaql
Testsuite: autopkgtest-pkg-python

Package: python-yaql
Architecture: all
Depends: python-babel,
         python-dateutil (>= 2.4.2),
         python-pbr (>= 1.6),
         python-ply,
         python-six (>= 1.9.0),
         ${misc:Depends},
         ${python:Depends},
Description: Yet Another Query Language - Python 2.7
 YAQL is a general purpose query language, that is designed to operate on
 objects of arbitrary complexity. YAQL has a large standard library of
 functions for filtering, grouping and aggregation of data. At the same time
 YAQL allows you to extend it by defining your own functions.
 .
 This package contains the Python 2.7 module.

Package: python3-yaql
Architecture: all
Depends: python3-babel,
         python3-dateutil (>= 2.4.2),
         python3-pbr (>= 1.6),
         python3-ply,
         python3-six (>= 1.9.0),
         ${misc:Depends},
         ${python3:Depends},
Description: Yet Another Query Language - Python 3.x
 YAQL is a general purpose query language, that is designed to operate on
 objects of arbitrary complexity. YAQL has a large standard library of
 functions for filtering, grouping and aggregation of data. At the same time
 YAQL allows you to extend it by defining your own functions.
 .
 This package contains the Python 3.x module.