pyrex 0.9.9-1 source package in Ubuntu

Changelog

pyrex (0.9.9-1) unstable; urgency=medium

  * New upstream release (closes: #582561, #610386)
  * Bump debian/compat to 7
  * Acknowledge NMU (Closes: #616980)
  * debian/compat: bump from 5 to 9
  * debian/patches: removed, integrated upstream
  * debian/control: add X-Python-Version, remove dpatch, add dh-python
  * debian/control: bump Standards-Version to 3.9.8, strip trailing space
  * debian/rules: update (closes: #668804, #831938), strip trailing spaces
  * debian/control: add python-dev to depends (closes: #648800)
  * debian/patches/baseexception.patch: add patch from ubuntu, thanks to
    Michael Vogt (closes: #604965)

 -- Paul Brossier <email address hidden>  Thu, 01 Sep 2016 12:04:51 +0200

Upload details

Uploaded by:
Paul Brossier
Uploaded to:
Sid
Original maintainer:
Paul Brossier
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyrex_0.9.9-1.dsc 2.0 KiB 580bc67a49a24c64d27be9710a65a37693341da331122e36cc9d1d5a6767956f
pyrex_0.9.9.orig.tar.gz 249.3 KiB 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
pyrex_0.9.9-1.debian.tar.xz 7.5 KiB b2f7d35e760b71c62071c35ec3299dc97ba1640b34c70dae1fc91b7267cfa427

No changes file available.

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.