easyblock = "PythonPackage" name = "local_python-dateutil" version = "2.1" homepage = "https://pypi.local_python.org/pypi/local_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] local_python = "Python" local_pythonversion = "2.7.3" versionsuffix = "-%s-%s" % (local_python, local_pythonversion) dependencies = [(local_python, local_pythonversion)] local_py_short_ver = '.'.join(local_pythonversion.split('.')[:2]) sanity_check_paths = { 'files': [], 'dirs': ['lib/local_python%s/site-packages' % local_py_short_ver], } options = {'modulename': 'dateutil'} moduleclass = 'lib'