11 buildPythonPackage rec {
16 disabled = pythonOlder "3.10";
19 inherit pname version;
20 hash = "sha256-xdDLP1tugejjXaV1Q4jdzG0NFLbGoTLLk9ae1YCnJ4w=";
23 build-system = [ setuptools ];
31 # avoid dependency on pytest-benchmark
36 pythonImportsCheck = [ "base58" ];
39 description = "Base58 and Base58Check implementation";
40 homepage = "https://github.com/keis/base58";
41 changelog = "https://github.com/keis/base58/blob/v${version}/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ nyanloutre ];
44 mainProgram = "base58";