Ravenports generated: 21 Feb 2021 14:41
[ravenports.git] / bucket_0E / python-Cython
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Cython
4 VERSION=                0.29.22
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Compiler to write C extensions for Python (PY38)
8 SDESC[py39]=            Compiler to write C extensions for Python (PY39)
9 HOMEPAGE=               https://cython.org/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/9e/98/bff39b3acaebbc6102be71797f655bbe60738f7339db4ad7bd0772c08daf
14 DISTFILE[1]=            Cython-0.29.22-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 DISTNAME=               Cython-0.29.22.dist-info
25
26 GENERATED=              yes
27
28 [PY38].USES_ON=                         python:py38,wheel
29
30 [PY39].USES_ON=                         python:py39,wheel
31
32 [FILE:1164:descriptions/desc.single]
33 The Cython language makes writing C extensions for the Python language as
34 easy as Python itself.  Cython is a source code translator based on Pyrex_,
35 but supports more cutting edge functionality and optimizations.
36
37 The Cython language is a superset of the Python language (almost all Python
38 code is also valid Cython code), but Cython additionally supports optional
39 static typing to natively call C functions, operate with C++ classes and
40 declare fast C types on variables and class attributes.  This allows the
41 compiler to generate very efficient C code from Cython code.
42
43 This makes Cython the ideal language for writing glue code for external
44 C/C++ libraries, and for fast C modules that speed up the execution of
45 Python code.
46
47 Note that for one-time builds, e.g. for CI/testing, on platforms that are
48 not
49 covered by one of the wheel packages provided on PyPI *and* the pure Python
50 wheel
51 that we provide is not used, it is substantially faster than a full source
52 build
53 to install an uncompiled (slower) version of Cython with::
54
55     pip install Cython --install-option="--no-cython-compile"
56
57 .. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
58
59
60 [FILE:114:distinfo]
61 f5f57b2e13cc3aa95526145ffa551df529f04bf5d137c59350e7accff9362dc0       980535 Cython-0.29.22-py2.py3-none-any.whl
62