diff --git a/programming/language/python3/python3-pillow/actions.py b/programming/language/python3/python3-pillow/actions.py new file mode 100644 index 0000000000..7865db7bb1 --- /dev/null +++ b/programming/language/python3/python3-pillow/actions.py @@ -0,0 +1,24 @@ +#!/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") + + for header in ["Imaging.h","ImPlatform.h"]: + pisitools.insinto("/usr/include/%s" % get.curPYTHON(), "libImaging/%s" % header) + + pisitools.dodoc("README.rst") + diff --git a/programming/language/python3/python3-pillow/pspec.xml b/programming/language/python3/python3-pillow/pspec.xml new file mode 100644 index 0000000000..71dc497c7b --- /dev/null +++ b/programming/language/python3/python3-pillow/pspec.xml @@ -0,0 +1,84 @@ + + + + + python-pillow + http://python-pillow.org/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + PIL is the Python Imaging Library. + The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. + https://github.com/python-pillow/Pillow/archive/4.3.0.tar.gz + + python3-devel + lcms-devel + zlib-devel + python3-setuptools + webp-devel + freetype-devel + lcms2-devel + tiff-devel + libjpeg-turbo-devel + libjpeg-turbo-devel + + + + + + + + + python3-pillow + + zlib + tiff + python3 + lcms2 + freetype + webp + libjpeg-turbo + + + + + + + /usr/bin + /usr/lib + /usr/include + /usr/share/doc + + + + + + 2017-12-10 + 4.3.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2017-01-25 + 4.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2016-06-18 + 3.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + +