pyrex 0.9.8.5-2.1ubuntu1 source package in Ubuntu

Changelog

pyrex (0.9.8.5-2.1ubuntu1) utopic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Depend on python-dev: it supplies the python headers needed
      to build the C files pyrex generates.
    - debian/patches/02_baseexception.dpatch:
      * Fix deprecation warning in Pyrex/Compiler/Errors.py

pyrex (0.9.8.5-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Convert to dh_python2. (Closes: #616980)
 -- Michael Vogt <email address hidden>   Tue, 03 Jun 2014 21:13:50 +0200

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyrex_0.9.8.5.orig.tar.gz 236.5 KiB dd60bc66b1627d3cbd0950499017dfd57a0705bb12493bb0de2a7b9b5c0873bc
pyrex_0.9.8.5-2.1ubuntu1.diff.gz 8.6 KiB a2ba7564557af8e086e2745d5dc123f92e2dde12559f65ecd9d3e3f92b5363de
pyrex_0.9.8.5-2.1ubuntu1.dsc 1.4 KiB bb3568fb984bfb72d14af0f7f7b73e080cda7fc0164a6804ba4d3abfc2f2f1c7

View changes file

Binary packages built by this source

pyrex-mode: No summary available for pyrex-mode in ubuntu zesty.

No description available for pyrex-mode in ubuntu zesty.

python-pyrex: compile native-code modules for Python from Python-like syntax

 Pyrex lets you write code that mixes Python and C data types any way you want,
 and compiles it into a C extension for Python.
 .
 You can get very large speedups for tasks that don't need all the dynamic
 features of Python, with very small differences in syntax and much less
 hassle than writing your modules from scratch in C.