config 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # vim: filetype=yaml sw=2
  2. version: 0.2.12
  3. git_url: https://git.torproject.org/pluggable-transports/obfsproxy.git
  4. git_hash: 'obfsproxy-[% c("version") %]'
  5. tag_gpg_id: 1
  6. gpg_keyring: obfsproxy.gpg
  7. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  8. var:
  9. DOCSDIR_project: Obfsproxy
  10. container:
  11. use_container: 1
  12. targets:
  13. linux:
  14. var:
  15. arch_deps:
  16. - python-setuptools
  17. - python-dev
  18. windows-i686:
  19. var:
  20. compiler: winpython
  21. arch_deps:
  22. - wine
  23. input_files:
  24. - project: container-image
  25. - project: pycrypto
  26. name: pycrypto
  27. - project: twisted
  28. name: twisted
  29. - project: argparse
  30. name: argparse
  31. - project: parsley
  32. name: parsley
  33. - project: pyptlib
  34. name: pyptlib
  35. - project: pyyaml
  36. name: pyyaml
  37. - project: txsocksx
  38. name: txsocksx
  39. - project: zope.interface
  40. name: zope.interface
  41. - name: '[% c("var/compiler") %]'
  42. project: '[% c("var/compiler") %]'
  43. enable: '[% c("var/windows") %]'