config 817 B

1234567891011121314151617181920212223242526272829303132333435
  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. linux-next:
  14. var:
  15. arch_deps:
  16. - python-setuptools
  17. - python-dev
  18. windows-i686:
  19. var:
  20. compiler: winpython
  21. arch_deps:
  22. - p7zip-full
  23. - faketime
  24. - wine
  25. input_files:
  26. - project: container-image
  27. - URL: 'https://pypi.python.org/packages/source/T/Twisted/Twisted-[% c("version") %].tar.bz2'
  28. sha256sum: 095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3
  29. - name: '[% c("var/compiler") %]'
  30. project: '[% c("var/compiler") %]'
  31. enable: '[% c("var/windows") %]'