mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
28 lines
611 B
Plaintext
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'
|