# IT4Innovations 2020 easyblock = "PythonPackage" name = 'pytz' version = '2019.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.7'} source_urls = [ 'https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/'] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'], 'dirs': [], } moduleclass = 'python'