libxml2-2.9.4-intel-2017.02-Python-3.6.1.eb 561 B

123456789101112131415161718192021222324
  1. name = 'libxml2'
  2. version = '2.9.4'
  3. versionsuffix = '-Python-%(pyver)s'
  4. homepage = 'http://xmlsoft.org/'
  5. description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable
  6. outside of the Gnome platform)."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. toolchainopts = {'pic': True}
  9. source_urls = [
  10. 'http://xmlsoft.org/sources/',
  11. 'http://xmlsoft.org/sources/old/'
  12. ]
  13. sources = [SOURCELOWER_TAR_GZ]
  14. dependencies = [
  15. ('zlib', '1.2.11'),
  16. ('XZ', '5.2.3'),
  17. ('Python', '3.6.1'),
  18. ]
  19. moduleclass = 'lib'