diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libpthread.so.0 +libpython3.6m.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : python-typed-ast +version : 1.1.0 +release : 1 +source : + - https://github.com/python/typed_ast/archive/1.1.0.tar.gz : 4a1dc8888f032fec709d947b64b8eeca26b5952c6ea5152780a0e02c715e0ed7 +license : Apache-2.0 +component : programming.python +summary : Modified fork of CPython's ast module that parses `# type:` comments +description: | + python-typed-ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library +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,47 @@ + + + python-typed-ast + + James Lee + jamesl33info@gmail.com + + Apache-2.0 + programming.python + Modified fork of CPython's ast module that parses `# type:` comments + python-typed-ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library + + https://solus-project.com/sources/README.Solus + + + python-typed-ast + Modified fork of CPython's ast module that parses `# type:` comments + python-typed-ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library + + programming.python + + /usr/lib/python3.6/site-packages/_ast27.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/_ast3.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/typed_ast/__init__.py + /usr/lib/python3.6/site-packages/typed_ast/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/typed_ast/__pycache__/ast27.cpython-36.pyc + /usr/lib/python3.6/site-packages/typed_ast/__pycache__/ast3.cpython-36.pyc + /usr/lib/python3.6/site-packages/typed_ast/__pycache__/conversions.cpython-36.pyc + /usr/lib/python3.6/site-packages/typed_ast/ast27.py + /usr/lib/python3.6/site-packages/typed_ast/ast3.py + /usr/lib/python3.6/site-packages/typed_ast/conversions.py + + + + + 2018-07-20 + 1.1.0 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file