9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "0wb3v421i2fnnxdywam4ay8hqvnxlz0r2nrpx5lqy3rn6dlbz9d9";
18 nativeBuildInputs = [ icu ]; # for icu-config
19 buildInputs = [ icu ];
20 checkInputs = [ pytestCheckHook six ];
23 homepage = "https://github.com/ovalhub/pyicu/";
24 description = "Python extension wrapping the ICU C++ API";
25 license = licenses.mit;
26 platforms = platforms.unix;
27 maintainers = [ maintainers.rycee ];