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