File: control

package info (click to toggle)
pycxx 6.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,156 kB
  • sloc: cpp: 6,093; python: 756; sh: 47; ansic: 43; makefile: 38
file content (66 lines) | stat: -rw-r--r-- 2,415 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
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~),
               python-all (>= 2.6.6-3~),
               python3-all-dev (>= 3.1.2-10~),
               python3-all-dbg
XS-Python-Version: all
Standards-Version: 3.9.3
Homepage: http://cxx.sourceforge.net
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycxx/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycxx/trunk/

Package: python-cxx
Depends: python-cxx-dev, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: transitional dummy package
 This is a transitional package and can be safely removed
 after the installation is complete.

Package: python-cxx-dev
Architecture: all
Depends: python-dev, ${misc:Depends}, ${python:Depends}
Breaks: python-cxx (<< 6.2.3~),
        python2.3-cxx-dev (<< 6.2.3~),
        python2.4-cxx-dev (<< 6.2.3~)
Replaces: python-cxx (<< 6.2.3~),
          python2.3-cxx-dev (<< 6.2.3~),
          python2.4-cxx-dev (<< 6.2.3~)
Provides: python-cxx
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
Depends: python3-cxx-dev, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: transitional dummy package
 This is a transitional package and can be safely removed
 after the installation is complete.

Package: python3-cxx-dev
Architecture: all
Depends: python3-dev, ${misc:Depends}, ${python3:Depends}
Breaks: python3-cxx (<< 6.2.3~)
Replaces: python3-cxx (<< 6.2.3~)
Provides: python3-cxx
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.