File: control

package info (click to toggle)
pygccjit 0.4-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 441
  • sloc: python: 551; makefile: 150
file content (67 lines) | stat: -rw-r--r-- 2,341 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
Source: pygccjit
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
  dh-python,
  python-all-dev, python-all-dbg, cython, cython-dbg, python-setuptools,
  python3-all-dev, python3-all-dbg, cython3, cython3-dbg, python3-setuptools,
  libgccjit-6-dev, gcc-6,
  python3-sphinx
Standards-Version: 3.9.6
Homepage: https://github.com/davidmalcolm/pygccjit

Package: python-gccjit
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Suggests: python-gccjit-doc
Description: Python bindings for libgccjit
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python-gccjit-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
 python-gccjit (= ${binary:Version})
Description: Python bindings for libgccjit (debug build)
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python3-gccjit
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Suggests: python-gccjit-doc
Description: Python3 bindings for libgccjit
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python3-gccjit-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
 python3-gccjit (= ${binary:Version})
Description: Python3 bindings for libgccjit (debug build)
 The bindings support both CPython 2 and CPython 3 (using Cython).
 .
 Note that both libgccjit and the bindings are of "Alpha" quality;
 the APIs are not yet set in stone, and they shouldn't be used in
 production yet.

Package: python-gccjit-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python bindings for libgccjit (documentation)
 Documentation, tutorials and examples for libgccjit.