Pillow-8.2.0-GCCcore-11.2.0.eb 770 B

1234567891011121314151617181920212223242526272829303132
  1. easyblock = 'PythonPackage'
  2. name = 'Pillow'
  3. version = '8.2.0'
  4. homepage = 'https://pillow.readthedocs.org/'
  5. description = """Pillow is the 'friendly PIL fork' by Alex Clark and Contributors.
  6. PIL is the Python Imaging Library by Fredrik Lundh and Contributors."""
  7. toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
  8. sources = [SOURCE_TAR_GZ]
  9. checksums = ['a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1']
  10. builddependencies = [('binutils', '2.37')]
  11. dependencies = [
  12. ('Python', '3.8.6'),
  13. ('libjpeg-turbo', '2.0.6'),
  14. ('libpng', '1.6.37'),
  15. ('zlib', '1.2.11'),
  16. ('LibTIFF', '4.3.0'),
  17. ('freetype', '2.11.0')
  18. ]
  19. download_dep_fail = True
  20. use_pip = True
  21. sanity_pip_check = True
  22. options = {'modulename': 'PIL'}
  23. moduleclass = 'vis'