python-Cython
Port variant py38
Summary Compiler to write C extensions for Python (PY38)
Package version 0.29.24
Homepage https://cython.org/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 15 JUL 2021, 22:32:01 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)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
autoselect-python:single:standard
Build and Runtime python38:single:standard
Download groups
main mirror://PYPIWHL/ec/30/8707699ea6e1c1cbe79c37e91f5b06a6266de24f699a5e19b8c0a63c4b65
Distribution File Information
f96411f0120b5cae483923aaacd2872af8709be4b46522daedc32f051d778385 979064 Cython-0.29.24-py2.py3-none-any.whl
Ports that require python-Cython:py38
python-numpy:py38 Array computing for Python (PY38)
python-pandas:py38 Data structures for time series, statistics (PY38)
python-pyclipper:py38 Cython wrapper for the AJ Clipper library (PY38)
python-scipy:py38 Scientific library for Python (PY38)
python-skia-pathops:py38 Skia library bindings (PY38)