Page MenuHomeSolus

D3346.id8286.diff
No OneTemporary

D3346.id8286.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libpthread.so.0
+libpython3.6m.so.1.0
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,47 @@
+<PISI>
+ <Source>
+ <Name>python-typed-ast</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Modified fork of CPython&apos;s ast module that parses `# type:` comments</Summary>
+ <Description xml:lang="en">python-typed-ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-typed-ast</Name>
+ <Summary xml:lang="en">Modified fork of CPython&apos;s ast module that parses `# type:` comments</Summary>
+ <Description xml:lang="en">python-typed-ast is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard ast library
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/_ast27.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/_ast3.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast-1.1.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/__pycache__/ast27.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/__pycache__/ast3.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/__pycache__/conversions.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/ast27.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/ast3.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/typed_ast/conversions.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-20</Date>
+ <Version>1.1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:30 PM (2 h, 44 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844312
Default Alt Text
D3346.id8286.diff (4 KB)

Event Timeline