pyrex 0.9.8.5-2ubuntu3 source package in Ubuntu

Changelog

pyrex (0.9.8.5-2ubuntu3) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:50:42 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [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-2ubuntu3.diff.gz 8.5 KiB 33f4bae1b6d2214dcc918487adb9e9737a2c91b29ba35d58972ef8b173a3a743
pyrex_0.9.8.5-2ubuntu3.dsc 1.3 KiB 8c37a88e0e5ec84b8b9dbbc05e626100b6aff718acce4a2f4a8e39304a877dbf

View changes file

Binary packages built by this source

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

No description available for pyrex-mode in ubuntu utopic.

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.