diff --git a/programming/language/python3/python3-PLY/actions.py b/programming/language/python3/python3-PLY/actions.py new file mode 100644 index 0000000000..b538b0287c --- /dev/null +++ b/programming/language/python3/python3-PLY/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +#WorkDir="Imaging-%s" % get.srcVERSION() + +def install(): + #pisitools.dosed("_imagingft.c", "", "") + #pisitools.dosed("_imagingft.c", "", "") + + pythonmodules.install(pyVer="3") + + diff --git a/programming/language/python3/python3-PLY/pspec.xml b/programming/language/python3/python3-PLY/pspec.xml new file mode 100644 index 0000000000..923b20aa21 --- /dev/null +++ b/programming/language/python3/python3-PLY/pspec.xml @@ -0,0 +1,43 @@ + + + + + python3-PLY + http://python-pillow.org/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + Implementation of lex and yacc parsing tools + PLY is an implementation of lex and yacc parsing tools for Python. + https://sourceforge.net/projects/pisilinux/files/source/ply-3.11.tar.gz + + python3-setuptools + + + + + python3-PLY + + python3 + + + /usr/bin + /usr/lib + /usr/include + /usr/share/doc + + + + + + 2020-01-15 + 3.11 + First release + İdris Kalp + idriskalp@gmail.com + + +