|
Lines 13-31
Link Here
|
| 13 |
python-pycparser, |
13 |
python-pycparser, |
| 14 |
python-pytest, |
14 |
python-pytest, |
| 15 |
python-setuptools, |
15 |
python-setuptools, |
| 16 |
virtualenv | python-virtualenv (<< 1.11.6), |
16 |
virtualenv | python-virtualenv (<< 1.11.6) |
| 17 |
python3-all-dbg, |
|
|
| 18 |
python3-all-dev (>= 3.1.2-6~), |
| 19 |
python3-py, |
| 20 |
python3-pycparser, |
| 21 |
python3-pytest, |
| 22 |
python3-setuptools |
| 23 |
Standards-Version: 3.9.5 |
17 |
Standards-Version: 3.9.5 |
| 24 |
Homepage: http://cffi.readthedocs.org/ |
18 |
Homepage: http://cffi.readthedocs.org/ |
| 25 |
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cffi/trunk/ |
19 |
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cffi/trunk/ |
| 26 |
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cffi/trunk/ |
20 |
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cffi/trunk/ |
| 27 |
X-Python-Version: >= 2.6 |
21 |
X-Python-Version: >= 2.6 |
| 28 |
X-Python3-Version: >= 3.1 |
|
|
| 29 |
XS-Testsuite: autopkgtest |
22 |
XS-Testsuite: autopkgtest |
| 30 |
|
23 |
|
| 31 |
Package: python-cffi |
24 |
Package: python-cffi |
|
Lines 54-90
Link Here
|
| 54 |
. |
47 |
. |
| 55 |
The aim of this project is to provide a convenient and reliable way of calling |
48 |
The aim of this project is to provide a convenient and reliable way of calling |
| 56 |
C code from Python. It keeps Python logic in Python, and minimises the C |
49 |
C code from Python. It keeps Python logic in Python, and minimises the C |
| 57 |
required. It is able to work at either the C API or ABI level, unlike most |
|
|
| 58 |
other approaches, that only support the ABI level. |
| 59 |
. |
| 60 |
This package contains the debug version of python-cffi. |
| 61 |
|
| 62 |
Package: python3-cffi |
| 63 |
Architecture: any |
| 64 |
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} |
| 65 |
Suggests: python3-dev |
| 66 |
Description: Foreign Function Interface for Python 3 calling C code |
| 67 |
Convenient and reliable way of calling C code from Python 3. |
| 68 |
. |
| 69 |
The aim of this project is to provide a convenient and reliable way of calling |
| 70 |
C code from Python. It keeps Python logic in Python, and minimises the C |
| 71 |
required. It is able to work at either the C API or ABI level, unlike most |
| 72 |
other approaches, that only support the ABI level. |
| 73 |
|
| 74 |
Package: python3-cffi-dbg |
| 75 |
Architecture: any |
| 76 |
Section: debug |
| 77 |
Priority: extra |
| 78 |
Depends: |
| 79 |
python3-cffi (= ${binary:Version}), |
| 80 |
${misc:Depends}, |
| 81 |
${python3:Depends}, |
| 82 |
${shlibs:Depends} |
| 83 |
Description: Foreign Function Interface for Python 3 calling C code (Debug version) |
| 84 |
Convenient and reliable way of calling C code from Python 3. |
| 85 |
. |
| 86 |
The aim of this project is to provide a convenient and reliable way of calling |
| 87 |
C code from Python. It keeps Python logic in Python, and minimises the C |
| 88 |
required. It is able to work at either the C API or ABI level, unlike most |
50 |
required. It is able to work at either the C API or ABI level, unlike most |
| 89 |
other approaches, that only support the ABI level. |
51 |
other approaches, that only support the ABI level. |
| 90 |
. |
52 |
. |