mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb new file: p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb new file: p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb modified: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb new file: s/six/six-1.11.0-Python-3.6.2-base.eb deleted: a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
27 lines
707 B
Plaintext
27 lines
707 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'pyparsing'
|
|
version = '2.2.0'
|
|
versionsuffix = "-Python-%(pyver)s-base"
|
|
|
|
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': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://pypi.python.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.2', '-base'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|