12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # vim: filetype=yaml sw=2
- filename: 'Electrum-NMC-[% c("version") %]-[% c("var/build_id") %].tar.gz'
- version: 3.3.8
- git_url: https://github.com/namecoin/electrum-nmc.git
- # Note: this Git hash has a couple of fixes on top of the 3.3.8 tag, which
- # aren't yet in a release tag.
- git_hash: 74b87da8f2ddbbf33c23cc8e63b0e1515f427d86
- # TODO: This Git repo uses GPG sigs; we should switch from commit hash to GPG verification.
- var:
- 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
|