requests-2.13.0-intel-2018-Python-2.7.13.eb 481 B

123456789101112131415161718192021222324
  1. easyblock = 'PythonPackage'
  2. name = 'requests'
  3. version = '2.13.0'
  4. versionsuffix = '-Python-%(pyver)s'
  5. homepage = 'https://pypi.python.org/pypi/requests'
  6. description = """Python http for humans"""
  7. toolchain = {'name': 'intel', 'version': '2018'}
  8. source_urls = [PYPI_LOWER_SOURCE]
  9. sources = [SOURCELOWER_TAR_GZ]
  10. dependencies = [
  11. ('Python', '2.7.13'),
  12. ]
  13. sanity_check_paths = {
  14. 'files': [],
  15. 'dirs': ['lib/python%(pyshortver)s/site-packages'],
  16. }
  17. moduleclass = 'devel'