easyconfigs-it4i/p/python-dateutil/python-dateutil-2.1-goolf-1.4.10-Python-2.7.3.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

30 lines
728 B
Plaintext

easyblock = "PythonPackage"
name = "python-dateutil"
version = "2.1"
homepage = "https://pypi.python.org/pypi/python-dateutil"
description = """The dateutil module provides powerful extensions to the datetime module available in the Python standard library."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCE_TAR_GZ]
python = "Python"
pythonversion = "2.7.3"
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [(python, pythonversion)]
py_short_ver = '.'.join(pythonversion.split('.')[:2])
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%s/site-packages' % py_short_ver],
}
options = {'modulename': 'dateutil'}
moduleclass = 'lib'