10 buildPythonPackage rec {
13 format = "setuptools";
18 hash = "sha256-1JGQheqgfaErrejuch57v3reAVHKD4KUaibI9LmM3Os=";
21 nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config
22 buildInputs = [ icu ];
28 pythonImportsCheck = [ "icu" ];
31 homepage = "https://gitlab.pyicu.org/main/pyicu";
32 description = "Python extension wrapping the ICU C++ API";
33 changelog = "https://gitlab.pyicu.org/main/pyicu/-/raw/v${version}/CHANGES";
34 license = licenses.mit;