1234567891011121314151617181920212223242526272829303132 |
- easyblock = 'PythonPackage'
- name = 'Pillow'
- version = '8.2.0'
- homepage = 'https://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': 'GCCcore', 'version': '11.2.0'}
- sources = [SOURCE_TAR_GZ]
- checksums = ['a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1']
- builddependencies = [('binutils', '2.37')]
- dependencies = [
- ('Python', '3.8.6'),
- ('libjpeg-turbo', '2.0.6'),
- ('libpng', '1.6.37'),
- ('zlib', '1.2.11'),
- ('LibTIFF', '4.3.0'),
- ('freetype', '2.11.0')
- ]
- download_dep_fail = True
- use_pip = True
- sanity_pip_check = True
- options = {'modulename': 'PIL'}
- moduleclass = 'vis'
|