Source: pyrex
Section: python
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: python-all-dev, python-central (>= 0.5)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-pyrex
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Recommends: python-all-dev
Suggests: python-numeric
XB-Python-Version: all
Description: 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.

Package: pyrex-mode
Architecture: all
Depends: python-mode
Description: 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.
