config 1.2 KB

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