# IT4Innovations 2018 easyblock = "PythonPackage" name = 'urllib3' version = '1.22' homepage = 'https://pypi.python.org/pypi/urllib3' description = 'HTTP library with thread-safe connection pooling, file post, and more.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] # ependencies = [ # ('MarkupSafe', '1.0'), # sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], } moduleclass = 'python'