config 683 B

12345678910111213141516171819202122232425262728
  1. # vim: filetype=yaml sw=2
  2. version: 3.11
  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. - wine
  18. input_files:
  19. - project: container-image
  20. - URL: 'https://pypi.python.org/packages/source/P/PyYAML/PyYAML-[% c("version") %].tar.gz'
  21. sha256sum: c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
  22. - name: '[% c("var/compiler") %]'
  23. project: '[% c("var/compiler") %]'
  24. enable: '[% c("var/windows") %]'