Page MenuHomeSolus

D5812.id13994.diff
No OneTemporary

D5812.id13994.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,19 @@
+name : python-ply
+version : '3.11'
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz : 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
+license : BSD
+component : programming.python
+summary : PLY is yet another implementation of lex and yacc for Python.
+description: |
+ PLY is yet another implementation of lex and yacc for Python.
+builddeps :
+ - pkgconfig(python3)
+ - pip
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,65 @@
+<PISI>
+ <Source>
+ <Name>python-ply</Name>
+ <Packager>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Packager>
+ <License>BSD</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">PLY is yet another implementation of lex and yacc for Python.</Summary>
+ <Description xml:lang="en">PLY is yet another implementation of lex and yacc for Python.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-ply</Name>
+ <Summary xml:lang="en">PLY is yet another implementation of lex and yacc for Python.</Summary>
+ <Description xml:lang="en">PLY is yet another implementation of lex and yacc for Python.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply-3.11-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply-3.11-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply-3.11-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply-3.11-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/cpp.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/cpp.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/ctokens.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/ctokens.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/lex.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/lex.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/yacc.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/yacc.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/ygen.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/ply/ygen.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply-3.11-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply-3.11-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply-3.11-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply-3.11-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/cpp.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/ctokens.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/lex.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/yacc.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/__pycache__/ygen.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/cpp.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/ctokens.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/lex.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/yacc.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/ply/ygen.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-22</Date>
+ <Version>3.11</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:06 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807780
Default Alt Text
D5812.id13994.diff (5 KB)

Event Timeline