12 buildPythonPackage rec {
14 version = "1.0.3-unstable-2024-06-24";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "base64io-python";
22 rev = "f3dd88bf0db6eb412c55ff579f0aa9f39d970c41";
23 hash = "sha256-znQlPlS+jzPiHNBvnDnZ8l1pZP6iuYqExDlPii4dJwM=";
26 build-system = [ setuptools ];
33 passthru.updateScript = unstableGitUpdater { };
36 homepage = "https://base64io-python.readthedocs.io/";
37 changelog = "https://github.com/aws/base64io-python/blob/${version}/CHANGELOG.rst";
38 description = "Python stream implementation for base64 encoding/decoding";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ anthonyroussel ];