# JH 2020

easyblock = 'PythonPackage'

name = 'PLY'
version = '3.11'
versionsuffix = "-Python-%(pyver)s"

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 = [('Python', '3.8.2')]

download_dep_fail = True

sanity_check_paths = {
    'files': [],
    'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

moduleclass = 'lib'