config 716 B

1234567891011121314151617181920212223242526272829
  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. windows-i686:
  14. var:
  15. compiler: winpython
  16. arch_deps:
  17. - faketime
  18. - wine
  19. input_files:
  20. - project: container-image
  21. - URL: 'https://pypi.python.org/packages/source/z/zope.interface/zope.interface-[% c("version") %].zip'
  22. sha256sum: 1a7c84716bbd9981915b64a81d8a3f076a5934a8c8df4224655469b3564940cc
  23. - name: '[% c("var/compiler") %]'
  24. project: '[% c("var/compiler") %]'
  25. enable: '[% c("var/windows") %]'