pycxx 6.2.5-1 source package in Ubuntu

Changelog

pycxx (6.2.5-1) unstable; urgency=medium


  * New upstream release (Closes: #739879)
    - drop upstream applied 02_fix_indentation.patch
    - add fix-version.patch to fix setup.py version number
    - fix-example-crash.patch: fix crash of example with python3.4-dbg
  * additionally install sources into a folder independent of the python
    version and provide PyCXX.pc to export its location
  * add README.Debian documenting a way to use pycxx (Closes: #732120)
  * debian/rules: clean to allow build twice in a row (Closes: #671415)
  * Bump standard version to 3.9.5, no changes required

 -- Julian Taylor <email address hidden>  Sun, 09 Mar 2014 14:48:16 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pycxx_6.2.5-1.dsc 2.0 KiB 46e02c39cfc889bcb4cfe226595ef560ff696b0e9c992fd60d8f102e46dd286d
pycxx_6.2.5.orig.tar.gz 138.0 KiB f125c1b569d32dcfc5bdca565be0311306a2d759196460a5cac665cb515b014c
pycxx_6.2.5-1.debian.tar.xz 7.1 KiB 5744516852fc3e56d61a8c8015ac1780fffb4a3d8436bb004d416ac848386f25

No changes file available.

Binary packages built by this source

python-cxx-dev: 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.

python3-cxx-dev: 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.