# IT4Innovations 2018 easyblock = "PythonPackage" name = 'pyparsing' version = '2.2.0' versionsuffix = "-Python-%(pyver)s-base" homepage = 'http://pyparsing.wikispaces.com' description = """The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.""" toolchain = {'name': 'dummy', 'version': ''} source_urls = ['https://pypi.python.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/'] sources = [SOURCE_TAR_GZ] dependencies = [ ('Python', '3.6.2', '-base'), ] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], 'dirs': [], } moduleclass = 'vis'