8 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 sha256 = "sha256-dtB035p7mJs1iZJqsZRmd7uzmez+IwcUsTFX4mM2Ee0=";
19 checkInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "pybase64" ];
24 description = "Fast Base64 encoding/decoding";
25 homepage = "https://github.com/mayeut/pybase64";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ ];