cython 0.25.2-2build3 source package in Ubuntu

Changelog

cython (0.25.2-2build3) artful; urgency=medium

  * Temporarily drop the numpy build dependencies.

 -- Matthias Klose <email address hidden>  Fri, 01 Sep 2017 08:11:38 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cython_0.25.2.orig.tar.gz 1.6 MiB f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306
cython_0.25.2-2build3.debian.tar.xz 23.9 KiB 63cb70c7db8675f7c3f9de3f8ea01e09485e0f83760776147cdb4fbc9b2b0b2e
cython_0.25.2-2build3.dsc 2.3 KiB c6f8ebc29866b013cd92c0231b9adaade60b4ceff124f84345d857016d157b5d

View changes file

Binary packages built by this source

cython: No summary available for cython in ubuntu artful.

No description available for cython in ubuntu artful.

cython-dbg: No summary available for cython-dbg in ubuntu artful.

No description available for cython-dbg in ubuntu artful.

cython-doc: No summary available for cython-doc in ubuntu artful.

No description available for cython-doc in ubuntu artful.

cython3: C-Extensions for Python 3

 Cython is a language that makes writing C extensions for the Python language as
 easy as Python itself. Cython is based on the well-known Pyrex, but supports
 more cutting edge functionality and optimizations.
 .
 The Cython language is very close to the Python language, but Cython
 additionally supports calling C functions and declaring C types on variables
 and class attributes. This allows the compiler to generate very efficient C
 code from Cython code.
 .
 This makes Cython the ideal language for wrapping external C libraries, and
 for fast C modules that speed up the execution of Python code.

cython3-dbg: C-Extensions for Python 3 - debug build

 This package contains Cython libraries built against versions of
 Python configured with --pydebug.