123456789101112131415161718192021222324 |
- easyblock = 'PythonPackage'
- name = 'requests'
- version = '2.13.0'
- versionsuffix = '-Python-%(pyver)s'
- homepage = 'https://pypi.python.org/pypi/requests'
- description = """Python http for humans"""
- toolchain = {'name': 'intel', 'version': '2018'}
- source_urls = [PYPI_LOWER_SOURCE]
- sources = [SOURCELOWER_TAR_GZ]
- dependencies = [
- ('Python', '2.7.13'),
- ]
- sanity_check_paths = {
- 'files': [],
- 'dirs': ['lib/python%(pyshortver)s/site-packages'],
- }
- moduleclass = 'devel'
|