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

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


Branch: CURRENT, Version: 2.4.1, Package name: py311-asttokens-2.4.1, 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)


   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
   2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: setuptools_scm: switch to versioned_dependencies
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS