12 buildPythonPackage rec {
13 pname = "unidata-blocks";
16 disabled = pythonOlder "3.11";
19 pname = "unidata_blocks";
21 hash = "sha256-wwiOjfIAx6AZtK98uuPQ0jwblq+CdnMQp+JkQWh+RgM=";
31 propagatedBuildInputs = [ langcodes ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 passthru.updateScript = nix-update-script { };
38 homepage = "https://github.com/TakWolf/unidata-blocks";
39 description = "A library that helps query unicode blocks by Blocks.txt";
40 platforms = lib.platforms.all;
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ h7x4 ];