7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1qpbmz6dk5gx1996dswpipwhj6sp5j0dlfap012l46zqnvmkxanv";
17 substituteInPlace setup.py --replace "enum-compat" ""
20 propagatedBuildInputs = [
24 # tests are interacting with the API and not mocking the calls
27 pythonImportsCheck = [ "blockchain" ];
30 description = "Python client Blockchain Bitcoin Developer API";
31 homepage = "https://github.com/blockchain/api-v1-client-python";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];