File: control

package info (click to toggle)
pycxx 7.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,224 kB
  • ctags: 2,741
  • sloc: cpp: 6,563; python: 841; sh: 102; ansic: 60; makefile: 54
file content (42 lines) | stat: -rw-r--r-- 1,683 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
Source: pycxx
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julian Taylor <jtaylor.debian@googlemail.com>
Build-Depends: debhelper (>= 7.0.50~),
               dh-python,
               python-all (>= 2.6.6-3~),
               python3-all,
               python3-all-dbg
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Homepage: http://cxx.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pycxx.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pycxx.git

Package: python-cxx-dev
Architecture: all
Depends: python-dev, ${misc:Depends}, ${python:Depends}
Suggests: pkg-config
Description: Set of facilities to extend Python with C++
 PyCXX is a set of C++ facilities to make it easier to write Python3
 extensions. The main advantage is that it greatly increases the
 probability that your program will not make a reference-counting
 errors and will not have to continually check error returns from
 the Python C API.
 .
 This package contains the Python headers and sources.

Package: python3-cxx-dev
Architecture: all
Depends: python-cxx-dev, python3-dev, ${misc:Depends}, ${python3:Depends}
Suggests: pkg-config
Description: Set of facilities to extend Python3 with C++
 PyCXX is a set of C++ facilities to make it easier to write Python3
 extensions. The main advantage is that it greatly increases the
 probability that your program will not make a reference-counting
 errors and will not have to continually check error returns from
 the Python C API.
 .
 This package contains the Python3 headers and sources.