easyconfigs-it4i/p/PLY/PLY-3.11-intel-2020a-Python-3.8.2.eb
Lukáš Krupčík 0c841294eb new file: b/Boost/Boost-1.72.0-intel-2020a-Python-3.8.2.eb
new file:   p/PLY/PLY-3.11-intel-2020a-Python-3.8.2.eb
2020-09-10 08:02:39 +02:00

28 lines
611 B
Plaintext

# 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'