# IT4Innovations 2018 easyblock = "PythonPackage" name = 'bleach' version = '1.5.0' homepage = 'https://pypi.python.org/pypi/bleach' description = 'An easy safelist-based HTML-sanitizing tool.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('six', '1.11.0'), ('html5lib', '1.0.1'), ('webencodings', '0.5.1'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], } moduleclass = 'python'