# IT4Innovations 2018 easyblock = "PythonPackage" name = 'cycler' version = '0.10.0' homepage = 'https://matplotlib.org/cycler' description = 'Composable style cycles.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = ['https://github.com/matplotlib/cycler/archive'] sources = ['v%(version)s.tar.gz'] dependencies = [ ('six', '1.11.0'), ] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], 'dirs': [], } moduleclass = 'python'