# IT4Innovations 2018 easyblock = "PythonPackage" name = 'pytz' version = '2017.3' homepage = 'http://pytz.sourceforge.net/' description = """pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher.""" toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [ 'https://pypi.python.org/packages/60/88/d3152c234da4b2a1f7a989f89609ea488225eaea015bc16fbde2b3fdfefa'] sources = [SOURCE_ZIP] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], 'dirs': [], } moduleclass = 'python'