config 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # vim: filetype=yaml sw=2
  2. filename: 'Electrum-NMC-[% c("version") %]-[% c("var/build_id") %].tar.gz'
  3. version: 3.3.11
  4. git_url: https://github.com/namecoin/electrum-nmc.git
  5. git_hash: dc366a9cfedac24c0fd12d493f25ed058cf38271
  6. # TODO: This Git repo uses GPG sigs; we should switch from commit hash to GPG verification.
  7. var:
  8. container:
  9. use_container: 1
  10. input_files:
  11. - project: container-image
  12. - project: aiohttp
  13. name: aiohttp
  14. - project: aiohttp_socks
  15. name: aiohttp_socks
  16. - project: aiorpcx
  17. name: aiorpcx
  18. - project: async_timeout
  19. name: async_timeout
  20. - project: attr
  21. name: attr
  22. - project: certifi
  23. name: certifi
  24. - project: chardet
  25. name: chardet
  26. - project: dns
  27. name: dns
  28. - project: ecdsa
  29. name: ecdsa
  30. - project: idna
  31. name: idna
  32. - project: idna_ssl
  33. name: idna_ssl
  34. - project: jsonrpclib
  35. name: jsonrpclib
  36. - project: multidict
  37. name: multidict
  38. - project: pyaes
  39. name: pyaes
  40. - project: six
  41. name: six
  42. - project: typing_extensions
  43. name: typing_extensions
  44. - project: yarl
  45. name: yarl