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

new file: d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb new file: d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb modified: g/GLib/GLib-2.40.0.eb new file: l/lxml/lxml-4.1.1-Py-3.6.eb new file: p/phonopy/phonopy-1.12.6.66-Py-3.6.eb modified: q/Qt5/Qt5-5.8.0-GCC-6.3.0-2.27.eb new file: s/seaborn/graph-salomon.dot new file: s/seaborn/seaborn-0.8.1-Py-3.6.eb modified: x/X11/X11-20160819.eb deleted: d/DynaPhoPy/DynaPhoPy-1.15.eb
27 lines
569 B
Plaintext
27 lines
569 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
|
|
name = 'lxml'
|
|
version = '4.1.1'
|
|
|
|
homepage = 'http://lxml.de/'
|
|
description = """The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt."""
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('libxml2', '2.9.4', '', True),
|
|
('libxslt', '1.1.29', '', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': [('lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg')]
|
|
}
|
|
|
|
moduleclass = 'python'
|