12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # vim: filetype=yaml sw=2
- filename: 'Electrum-NMC-[% c("version") %]-[% c("var/build_id") %].tar.gz'
- version: 3.3.11
- git_url: https://github.com/namecoin/electrum-nmc.git
- git_hash: dc366a9cfedac24c0fd12d493f25ed058cf38271
- # TODO: This Git repo uses GPG sigs; we should switch from commit hash to GPG verification.
- container:
- use_container: 1
- input_files:
- - project: container-image
- - project: aiohttp
- name: aiohttp
- - project: aiohttp_socks
- name: aiohttp_socks
- - project: aiorpcx
- name: aiorpcx
- - project: async_timeout
- name: async_timeout
- - project: attr
- name: attr
- - project: certifi
- name: certifi
- - project: chardet
- name: chardet
- - project: dns
- name: dns
- - project: ecdsa
- name: ecdsa
- - project: idna
- name: idna
- - project: idna_ssl
- name: idna_ssl
- - project: jsonrpclib
- name: jsonrpclib
- - project: multidict
- name: multidict
- - project: pyaes
- name: pyaes
- - project: six
- name: six
- - project: typing_extensions
- name: typing_extensions
- - project: yarl
- name: yarl
|