diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : python-asttokens +version : 1.1.13 +release : 1 +source : + - https://files.pythonhosted.org/packages/99/03/2ac29b8b0f0fc51fdc19958e7bd85413c5c0090a5ee169f37e581b9e4374/asttokens-1.1.13.tar.gz : 55c00658f9e0fa7e031529c719e8bb2cdbad0ad973aaff08faf6bfdaa96ca4ed +license : Apache-2.0 +component : programming.python +summary : Annotate Python AST trees with source text and token information +description: | + The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. +builddeps : + - pkgconfig(python3) +build : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + python-asttokens + + Justin Berthault + justin.berthault@zaclys.net + + Apache-2.0 + programming.python + Annotate Python AST trees with source text and token information + The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. + + https://solus-project.com/sources/README.Solus + + + python-asttokens + Annotate Python AST trees with source text and token information + The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. + + programming.python + + /usr/lib/python3.6/site-packages/asttokens-1.1.13-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/asttokens-1.1.13-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/asttokens-1.1.13-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/asttokens-1.1.13-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/asttokens-1.1.13-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/asttokens/__init__.py + /usr/lib/python3.6/site-packages/asttokens/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/asttokens/__pycache__/asttokens.cpython-36.pyc + /usr/lib/python3.6/site-packages/asttokens/__pycache__/line_numbers.cpython-36.pyc + /usr/lib/python3.6/site-packages/asttokens/__pycache__/mark_tokens.cpython-36.pyc + /usr/lib/python3.6/site-packages/asttokens/__pycache__/util.cpython-36.pyc + /usr/lib/python3.6/site-packages/asttokens/asttokens.py + /usr/lib/python3.6/site-packages/asttokens/line_numbers.py + /usr/lib/python3.6/site-packages/asttokens/mark_tokens.py + /usr/lib/python3.6/site-packages/asttokens/util.py + + + + + 2019-02-27 + 1.1.13 + Packaging update + Justin Berthault + justin.berthault@zaclys.net + + + \ No newline at end of file