mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
30 lines
728 B
Plaintext
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'
|