9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 sha256 = "c5d0cb3f5b6e81e8e35da5754388ddcc6d0d14b6c6a132cb93d69ed580a7278c";
26 # avoid dependency on pytest-benchmark
31 pythonImportsCheck = [ "base58" ];
34 description = "Base58 and Base58Check implementation";
35 mainProgram = "base58";
36 homepage = "https://github.com/keis/base58";
37 license = licenses.mit;
38 maintainers = with maintainers; [ nyanloutre ];