Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11051921
D3346.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3346.id.diff
View Options
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 @@
+<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'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'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
Details
Attached
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
5805608
Default Alt Text
D3346.id.diff (4 KB)
Attached To
Mode
D3346: Initial addition of python-typed-ast
Attached
Detach File
Event Timeline
Log In to Comment