pyrex 0.9.9-1ubuntu1 source package in Ubuntu

Changelog

pyrex (0.9.9-1ubuntu1) focal; urgency=medium

  * Depend on python2-dev, python2.
  * Bump debhelper compat to v9.

 -- Matthias Klose <email address hidden>  Fri, 10 Jan 2020 01:27:58 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Paul Brossier
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyrex_0.9.9.orig.tar.gz 249.3 KiB 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
pyrex_0.9.9-1ubuntu1.debian.tar.xz 7.6 KiB 10d11eebd6e9bbebb441d276a64505b0d2a94744ce21fb45da6f160b8d7d1699
pyrex_0.9.9-1ubuntu1.dsc 1.9 KiB b9e5ae4f7986a0a2cc64adc4b47bf81891e828b20737196a254366369165328a

Available diffs

View changes file

Binary packages built by this source

pyrex-mode: emacs-lisp pyrex-mode for pyrex

 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.
 .
 This Emacs mode is derived from the Python language mode, python-mode,
 and provides syntax highlighting for Pyrex scripts.

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.