config 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. container:
  8. use_container: 1
  9. input_files:
  10. - project: container-image
  11. - project: aiohttp
  12. name: aiohttp
  13. - project: aiohttp_socks
  14. name: aiohttp_socks
  15. - project: aiorpcx
  16. name: aiorpcx
  17. - project: async_timeout
  18. name: async_timeout
  19. - project: attr
  20. name: attr
  21. - project: certifi
  22. name: certifi
  23. - project: chardet
  24. name: chardet
  25. - project: dns
  26. name: dns
  27. - project: ecdsa
  28. name: ecdsa
  29. - project: idna
  30. name: idna
  31. - project: idna_ssl
  32. name: idna_ssl
  33. - project: jsonrpclib
  34. name: jsonrpclib
  35. - project: multidict
  36. name: multidict
  37. - project: pyaes
  38. name: pyaes
  39. - project: six
  40. name: six
  41. - project: typing_extensions
  42. name: typing_extensions
  43. - project: yarl
  44. name: yarl