easyconfigs-it4i/p/pyparsing/pyparsing-2.2.0-Py-3.8.eb
Lukas Krupcik 7e2251527c new file: p/Py/Py-3.8-opr0019.eb
new file:   p/pyparsing/pyparsing-2.2.0-Py-3.8.eb
2021-08-26 09:39:30 +02:00

22 lines
522 B
Plaintext

#IT4Innovations 2020
easyblock = "PythonPackage"
name = 'pyparsing'
version = '2.2.0'
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': 'Py', 'version': '3.8'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': ['lib/python3.8/site-packages/%(name)s-%(version)s-py3.8.egg'],
'dirs': [],
}
moduleclass = 'python'