12345678910111213141516171819202122232425262728 |
- # vim: filetype=yaml sw=2
- version: 3.11
- filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
- var:
- container:
- use_container: 1
- targets:
- linux:
- var:
- arch_deps:
- - python-setuptools
- - python-dev
- windows-i686:
- var:
- compiler: winpython
- arch_deps:
- - wine
- input_files:
- - project: container-image
- - URL: 'https://pypi.python.org/packages/source/P/PyYAML/PyYAML-[% c("version") %].tar.gz'
- sha256sum: c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- enable: '[% c("var/windows") %]'
|