# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'natsort' version = '6.0.0' homepage = 'https://github.com/SethMMorton/natsort' description = """Simple yet flexible natural sorting in Python.""" toolchain = {'name': 'Py', 'version': '3.6'} toolchainopts = {'pic': True} source_urls = [PYPI_SOURCE] sources = [SOURCELOWER_TAR_GZ] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/natsort-6.0.0-py3.6.egg'], 'dirs': [], } moduleclass = 'python'