mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-19 21:20:49 +01:00

new file: m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb new file: p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb new file: p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb modified: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb new file: s/six/six-1.11.0-Python-3.6.2-base.eb deleted: a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
29 lines
696 B
Plaintext
29 lines
696 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'python-dateutil'
|
|
version = '2.6.1'
|
|
versionsuffix = "-Python-%(pyver)s-base"
|
|
|
|
homepage = 'https://github.com/dateutil/dateutil'
|
|
description = 'Useful extensions to the standard Python datetime features'
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/dateutil/dateutil/releases/download/%(version)s']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.2', '-base'),
|
|
('six', '1.11.0', versionsuffix),
|
|
]
|
|
|
|
options = {'modulename': 'dateutil'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python3.6/site-packages/python_dateutil-%(version)s-py3.6.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|