mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
31 lines
731 B
Plaintext
31 lines
731 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': 'foss', 'version': '2016a'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
freetype_ver = '2.6.3'
|
|
versionsuffix += '-freetype-%s' % freetype_ver
|
|
|
|
dependencies = [
|
|
('Python', '2.7.11'),
|
|
('libjpeg-turbo', '1.4.2','-NASM-2.12.01'),
|
|
('libpng', '1.6.21'),
|
|
('zlib', '1.2.8'),
|
|
('LibTIFF', '4.0.6'),
|
|
('freetype', freetype_ver),
|
|
]
|
|
|
|
options = {'modulename': 'PIL'}
|
|
|
|
moduleclass = 'vis'
|