pyrex-mode - emacs-lisp pyrex-mode for pyrex
# sudo apt-get update
# sudo apt-get install pyrex-mode
2014-06-03 - Michael Vogt <michael.vogt@ubuntu.com> 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
2013-06-28 - Andrea Colangelo <warp10@ubuntu.com> pyrex (0.9.8.5-2.1) unstable; urgency=low * Non-maintainer upload. * Convert to dh_python2. (Closes: #616980)
2014-02-23 - Matthias Klose <doko@ubuntu.com> pyrex (0.9.8.5-2ubuntu3) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared.
2011-12-14 - Matthias Klose <doko@ubuntu.com> pyrex (0.9.8.5-2ubuntu2) precise; urgency=low * Build using dh_python2.
2010-11-25 - Michael Vogt <michael.vogt@ubuntu.com> pyrex (0.9.8.5-2ubuntu1) natty; 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 * drop " --install-layout=deb", uses py_setup_install_args now
2009-12-08 - Paul Brossier <piem@debian.org> pyrex (0.9.8.5-2) unstable; urgency=low * Acknowledge NMU (closes: #519951) * Adjust pyrex-mode depends for emacs22 (closes: #485766) * Fix Vcs-* fields (closes: #536808) * Bump Standards-Version to 3.8.3
2009-11-25 - Sandro Tosi <morph@debian.org> pyrex (0.9.8.5-1.1) unstable; urgency=low * Non-maintainer upload. * Prepare for the upcoming Python 2.6 transition; thanks to Evan Broder for the report; Closes: #519951 - debian/control + tight b-d on python-all-dev to '(>= 2.5.4-1~)' - debian/rules + include python.mk + pass py_setup_install_args to setup.py install
2010-06-16 - Robert Collins <robertc@robertcollins.net> pyrex (0.9.8.5-1ubuntu3) maverick; urgency=low * Depend on python-dev - it supplies the python headers needed to build the C files pyrex generates.
2009-05-24 - Robert Collins <robertc@robertcollins.net> pyrex (0.9.8.5-1ubuntu2) karmic; urgency=low * Fix deprecation warning in Pyrex/Compiler/Errors.py (LP: #379754)
2009-05-04 - Evan Broder <broder@mit.edu> pyrex (0.9.8.5-1ubuntu1) karmic; urgency=low * Merge from debian unstable (LP: #371991), remaining changes: - Pass --install-layout=deb to setup.py so it doesn't install in /usr/local