8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-I0CC/dcDnLdQxkTi03/Ck+c0XqOl8nmrrC9PyWLZuZY=";
24 pythonImportsCheck = [
29 description = "Fast Base64 encoding/decoding";
30 homepage = "https://github.com/mayeut/pybase64";
31 changelog = "https://github.com/mayeut/pybase64/releases/tag/v${version}";
32 license = licenses.bsd2;
33 maintainers = with maintainers; [ ];