9 buildPythonPackage rec {
11 version = "0.90.20201031";
14 inherit pname version;
15 sha256 = "65c19204cb7aece4aae30c44b5e08beecb9c118370a9f9994d6cddaee17c351d";
18 propagatedBuildInputs = [ setuptools ];
21 substituteInPlace ./pycoin/cmds/tx.py --replace '"gpg"' '"${gnupg}/bin/gpg"'
24 checkInputs = [ pytestCheckHook ];
26 dontUseSetuptoolsCheck = true;
28 # Disable tests depending on online services
31 "test_tx_pay_to_opcode_list_txt"
32 "test_tx_fetch_unspent"
37 description = "Utilities for Bitcoin and altcoin addresses and transaction manipulation";
38 homepage = "https://github.com/richardkiss/pycoin";
39 license = licenses.mit;
40 maintainers = with maintainers; [ nyanloutre ];