./lang/py-asttokens, Annotate AST trees with source code positions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.1nb1, Package name: py312-asttokens-2.4.1nb1, Maintainer: pkgsrc-users

The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them.

It makes it possible for tools that work with logical AST nodes to find the
particular text that resulted in those nodes, for example for automated
refactoring or highlighting.


Required to run:
[devel/py-setuptools] [lang/py-six] [lang/python37]

Required to build:
[devel/py-pip] [pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 60.824 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-04-30 13:21:07 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-asttokens: convert to wheel.mk

Bump PKGREVISION.
   2023-10-26 15:09:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asttokens: updated to 2.4.1

v2.4.1
Support Astroid v3
   2023-10-01 18:20:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asttokens: updated to 2.4.0

2.4.0
Merge pull request 116 from gristlabs/walk-include-joinedstr
Add include_joined_str parameter to util.walk

2.3.0
setup.cfg shouldn't have version
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2023-03-08 14:47:54 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-asttokens: updated to 2.2.1

2.2.1
Test 3.11

2.2.0
Fixes for newer astroid versions
   2022-10-31 09:24:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asttokens: updated to 2.1.0

2.1.0
ASTText class that doesn't require tokens
   2022-08-23 12:34:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-asttokens: updated to 2.0.8

2.0.8
Fix mypy explicit re-export issues

2.0.7
Fix astroid type checking import errors