# IT4Innovations 2018

easyblock = "PythonPackage"
name = 'singledispatch'
version = '3.4.0.3'

homepage = 'https://pypi.python.org/pypi/singledispatch'
description = 'A small but fast and easy to use stand-alone template engine written in pure python.'

toolchain = {'name': 'Py', 'version': '2.7'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [
    ('six', '1.11.0'),
]

sanity_check_paths = {
    'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
    'dirs': [],
}

moduleclass = 'python'