config 728 B

123456789101112131415161718192021222324252627282930
  1. # vim: filetype=yaml sw=2
  2. version: 13.2.0
  3. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  4. var:
  5. container:
  6. use_container: 1
  7. targets:
  8. linux:
  9. var:
  10. arch_deps:
  11. - python-setuptools
  12. - python-dev
  13. windows-i686:
  14. var:
  15. compiler: winpython
  16. arch_deps:
  17. - p7zip-full
  18. - faketime
  19. - wine
  20. input_files:
  21. - project: container-image
  22. - URL: 'https://pypi.python.org/packages/source/T/Twisted/Twisted-[% c("version") %].tar.bz2'
  23. sha256sum: 095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3
  24. - name: '[% c("var/compiler") %]'
  25. project: '[% c("var/compiler") %]'
  26. enable: '[% c("var/windows") %]'