easyconfigs-it4i/p/Pillow/Pillow-3.2.0-Python-2.7.13-freetype-2.6.3.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

31 lines
686 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 = SYSTEM
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
freetype_ver = '2.6.3'
versionsuffix += '-freetype-%s' % freetype_ver
dependencies = [
('Python', '2.7.13'),
('libjpeg-turbo', '1.5.1'),
('libpng', '1.6.29'),
('zlib', '1.2.11'),
('LibTIFF', '4.0.7'),
('freetype', freetype_ver),
]
options = {'modulename': 'PIL'}
moduleclass = 'vis'