12 buildPythonPackage rec {
13 pname = "unidata-blocks";
17 disabled = pythonOlder "3.10";
20 pname = "unidata_blocks";
22 hash = "sha256-dPVJjA+udN6hD8v+pp59/SsHHCwmJLVRYuCDBQIGJQk=";
25 build-system = [ hatchling ];
31 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "unidata_blocks" ];
35 passthru.updateScript = nix-update-script { };
38 homepage = "https://github.com/TakWolf/unidata-blocks";
39 description = "Library that helps query unicode blocks by Blocks.txt";
40 platforms = lib.platforms.all;
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [