Ravenports generated: 31 Mar 2024 17:29
[ravenports.git] / bucket_11 / python-typed-ast
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-typed-ast
4 VERSION=                1.5.5
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Ast module with type comment support (3.11)
8 SDESC[v12]=             Ast module with type comment support (3.12)
9 HOMEPAGE=               https://github.com/python/typed_ast
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/t/typed-ast
14 DISTFILE[1]=            typed_ast-1.5.5.tar.gz: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 USES=                   cpe
25
26 DISTNAME=               typed_ast-1.5.5
27
28 CPE_PRODUCT=            typed_ast
29 CPE_VENDOR=             python
30 GENERATED=              yes
31
32 INSTALL_REQ_TOOLCHAIN=  yes
33
34 [PY311].USES_ON=                        python:v11,sutools
35
36 [PY312].USES_ON=                        python:v12,sutools
37
38 [FILE:880:descriptions/desc.single]
39 ===========
40 End of life
41 ===========
42
43 This project is no longer maintained.
44
45 Use the standard library `ast` module instead.
46 See https://github.com/python/typed_ast/issues/179.
47
48 ===========
49 Description
50 ===========
51
52 `typed_ast` is a Python 3 package that provides a Python 2.7 and Python 3
53 parser similar to the standard `ast` library.  Unlike `ast` below Python
54 3.8,
55 the parsers in
56 `typed_ast` include PEP 484 type comments and are independent of the
57 version of
58 Python under which they are run.  The `typed_ast` parsers produce the
59 standard
60 Python AST (plus type comments), and are both fast and correct, as they are
61 based on the CPython 2.7 and 3.7 parsers.
62
63 **Note:** The `ast` module of Python 3.8+ supports all features of
64 `typed_ast`.
65 `typed_ast` does not support parsing code that uses syntax introduced in
66 Python 3.8 onwards.
67 We recommend using `ast` on Python 3.8 or above.
68
69
70 [FILE:101:distinfo]
71 94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd       252841 typed_ast-1.5.5.tar.gz
72