python-Cython
Port variant py39
Summary Compiler to write C extensions for Python (3.9)
Package version 0.29.32
Homepage https://cython.org/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 07 AUG 2022, 15:44:05 UTC
Port created 03 JAN 2020, 01:03:23 UTC
Subpackage Descriptions
single The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex_, but supports more cutting edge functionality and optimizations. The Cython language is a superset of the Python language (almost all Python code is also valid Cython code), but Cython additionally supports optional static typing to natively call C functions, operate with C++ classes and declare fast 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 writing glue code for external C/C++ libraries, and for fast C modules that speed up the execution of Python code. Note that for one-time builds, e.g. for CI/testing, on platforms that are not covered by one of the wheel packages provided on PyPI *and* the pure Python wheel that we provide is not used, it is substantially faster than a full source build to install an uncompiled (slower) version of Cython with:: pip install Cython --install-option="--no-cython-compile" .. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39:single:standard
Download groups
main mirror://PYPIWHL/1c/24/e3935e545b128a90146e743212703420287ed35885074a9f36b21f3bb68d
Distribution File Information
eeb475eb6f0ccf6c039035eb4f0f928eb53ead88777e0a760eccb140ad90930b 986346 Cython-0.29.32-py2.py3-none-any.whl
Ports that require python-Cython:py39
python-numpy:py39 Array computing for Python (3.9)
python-pandas:py39 Data structures for time series, statistics (3.9)
python-pyclipper:py39 Cython wrapper for the AJ Clipper library (3.9)
python-scipy:py39 Scientific library for Python (3.9)
python-skia-pathops:py39 Skia library bindings (3.9)