11 buildPythonPackage rec {
16 disabled = pythonOlder "3.10";
21 hash = "sha256-Q8IqwJmAYFicTX7RrVU9UvGZX+oaPb0RKlIFwArktXk=";
24 build-system = [ hatchling ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "bdffont" ];
30 passthru.updateScript = nix-update-script { };
33 homepage = "https://github.com/TakWolf/bdffont";
34 description = "A library for manipulating Glyph Bitmap Distribution Format (BDF) Fonts";
35 platforms = lib.platforms.all;
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [