python38Packages.PyICU: update meta

This commit is contained in:
Mario Rodas 2021-10-30 11:50:00 +00:00
parent a49ccd5da6
commit 985f9deff2

View File

@ -19,11 +19,12 @@ buildPythonPackage rec {
buildInputs = [ icu ];
checkInputs = [ pytestCheckHook six ];
meta = with lib; {
homepage = "https://github.com/ovalhub/pyicu/";
description = "Python extension wrapping the ICU C++ API";
license = licenses.mit;
platforms = platforms.unix;
};
pythonImportsCheck = [ "icu" ];
meta = with lib; {
homepage = "https://gitlab.pyicu.org/main/pyicu";
description = "Python extension wrapping the ICU C++ API";
changelog = "https://gitlab.pyicu.org/main/pyicu/-/raw/v${version}/CHANGES";
license = licenses.mit;
};
}