Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_0E / python-Cython
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-Cython
4 VERSION=                3.0.8
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Compiler to write C extensions for Python (3.11)
8 SDESC[v12]=             Compiler to write C extensions for Python (3.12)
9 HOMEPAGE=               https://cython.org/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/e3/7f/f584f5d15323feb897d42ef0e9d910649e2150d7a30cf7e7a8cc1d236e6f
14 DISTFILE[1]=            Cython-3.0.8-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               Cython-3.0.8.dist-info
25
26 GENERATED=              yes
27
28 [PY311].USES_ON=                        python:v11,wheel
29
30 [PY312].USES_ON=                        python:v12,wheel
31
32 [FILE:1165: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: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
58
59
60 [FILE:112:distinfo]
61 171b27051253d3f9108e9759e504ba59ff06e7f7ba944457f94deaf9c21bf0b6      1168213 Cython-3.0.8-py2.py3-none-any.whl
62