123456789101112131415161718192021222324 |
- name = 'libxml2'
- version = '2.9.4'
- versionsuffix = '-Python-%(pyver)s'
- homepage = 'http://xmlsoft.org/'
- description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable
- outside of the Gnome platform)."""
- toolchain = {'name': 'intel', 'version': '2017.02'}
- toolchainopts = {'pic': True}
- source_urls = [
- 'http://xmlsoft.org/sources/',
- 'http://xmlsoft.org/sources/old/'
- ]
- sources = [SOURCELOWER_TAR_GZ]
- dependencies = [
- ('zlib', '1.2.11'),
- ('XZ', '5.2.3'),
- ('Python', '3.6.1'),
- ]
- moduleclass = 'lib'
|