easyconfigs-it4i/ARCHIVE/l/lxml/lxml-3.4.4-intel-2015b-Python-2.7.9.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

35 lines
869 B
Plaintext

easyblock = "PythonPackage"
name = 'lxml'
version = '3.4.4'
homepage = 'http://lxml.de/'
description = """The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt."""
toolchain = {'name': 'intel', 'version': '2015b'}
source_urls = ['http://lxml.de/files/']
sources = [SOURCE_TGZ]
python = 'Python'
pythonversion = '2.7.9'
local_pyshortver = '.'.join(pythonversion.split('.')[:2])
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion),
('libxml2', '2.9.2'),
('libxslt', '1.1.28'),
]
pylibdir = "lib/python%s/site-packages/%%(name)s" % local_pyshortver
sanity_check_paths = {
'files': [], 'dirs': [
('%s-%%(version)s-py%s.egg' %
(pylibdir, local_pyshortver), '%s-%%(version)s-py%s-linux-x86_64.egg' %
(pylibdir, local_pyshortver))], }
moduleclass = 'lib'