File: control

package info (click to toggle)
cython-legacy 0.29.37-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,328 kB
  • sloc: python: 67,540; ansic: 14,965; cpp: 1,340; xml: 1,031; makefile: 364; lisp: 206; sh: 159; sed: 11
file content (58 lines) | stat: -rw-r--r-- 2,186 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
Source: cython-legacy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Graham Inggs <ginggs@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               dh-exec,
               dh-python,
               gdb <!nocheck>,
               help2man,
               python3-all-dbg,
               python3-all-dev,
               python3-numpy <!nocheck>,
               python3-setuptools <!nocheck>,
               python3-zombie-imp
Build-Depends-Indep: python3-sphinx
Standards-Version: 4.6.1
Homepage: http://cython.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/cython-legacy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cython-legacy

Package: cython3-legacy
Architecture: any
Depends: python3-zombie-imp,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Conflicts: cython3, cython3-dbg
Replaces: cython3, cython3-dbg
Recommends: gcc, python3-dev
Suggests: cython-legacy-doc
Description: C-Extensions for Python 3 (legacy version 0.29)
 Cython is a language that makes writing C extensions for the Python language as
 easy as Python itself. Cython is based on the well-known Pyrex, but supports
 more cutting edge functionality and optimizations.
 .
 The Cython language is very close to the Python language, but Cython
 additionally supports calling C functions and declaring C types on variables
 and class attributes. This allows the compiler to generate very efficient C
 code from Cython code.
 .
 This makes Cython the ideal language for wrapping external C libraries, and
 for fast C modules that speed up the execution of Python code.
 .
 This legacy version may not work with Python 3.12.  In particular, the
 pyximport module appears to fail.  This legacy version should not be used
 as a package run-time dependency.

Package: cython-legacy-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Conflicts: cython-doc
Replaces: cython-doc
Suggests: cython3-legacy
Description: C-Extensions for Python (legacy version 0.29) - documentation
 This package contains documentation for Cython.