# IT4Innovations 2020 # LK easyblock = 'PythonPackage' name = 'PLY' version = '3.11' versionsuffix = "-Py-3.7" homepage = "http://www.dabeaz.com/ply/" description = """PLY is yet another implementation of lex and yacc for Python.""" toolchain = {'name': 'intel', 'version': '2020a'} source_urls = [PYPI_LOWER_SOURCE] sources = [SOURCELOWER_TAR_GZ] checksums = ['00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3'] dependencies = [('Py', '3.7', '', True)] download_dep_fail = True sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.7/site-packages'], } moduleclass = 'lib'