easyconfigs-it4i/p/Pillow/Pillow-3.2.0-intel-2016a-Python-2.7.11.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

27 lines
614 B
Plaintext

easyblock = 'PythonPackage'
name = 'Pillow'
version = '3.2.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://pillow.readthedocs.org/'
description = """Pillow is the 'friendly PIL fork' by Alex Clark and Contributors.
PIL is the Python Imaging Library by Fredrik Lundh and Contributors."""
toolchain = {'name': 'intel', 'version': '2016a'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.11'),
('libjpeg-turbo', '1.4.2'),
('zlib', '1.2.8'),
('LibTIFF', '4.0.6'),
('freetype', '2.6.2'),
]
options = {'modulename': 'PIL'}
moduleclass = 'vis'