easyconfigs-it4i/p/pyparsing/pyparsing-2.2.0-Py-3.6.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

22 lines
523 B
Plaintext

# IT4Innovations 2018
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.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
'dirs': [],
}
moduleclass = 'python'