mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
28 lines
615 B
Plaintext
28 lines
615 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'python-dateutil'
|
|
version = '2.6.1'
|
|
|
|
homepage = 'https://github.com/dateutil/dateutil'
|
|
description = 'Useful extensions to the standard Python datetime features.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [
|
|
'https://github.com/dateutil/dateutil/releases/download/%(version)s']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('six', '1.11.0'),
|
|
]
|
|
|
|
options = {'modulename': 'dateutil'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python2.7/site-packages/python_dateutil-%(version)s-py2.7.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'python'
|