config 805 B

12345678910111213141516171819202122232425262728293031323334
  1. # vim: filetype=yaml sw=2
  2. version: 4.0.5
  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. - faketime
  23. - wine
  24. input_files:
  25. - project: container-image
  26. - URL: 'https://pypi.python.org/packages/source/z/zope.interface/zope.interface-[% c("version") %].zip'
  27. sha256sum: 1a7c84716bbd9981915b64a81d8a3f076a5934a8c8df4224655469b3564940cc
  28. - name: '[% c("var/compiler") %]'
  29. project: '[% c("var/compiler") %]'
  30. enable: '[% c("var/windows") %]'