8 buildPythonPackage rec {
9 pname = "text-unidecode";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93";
18 nativeCheckInputs = [ pytest ];
25 description = "Most basic Text::Unidecode port";
26 homepage = "https://github.com/kmike/text-unidecode";
27 license = licenses.artistic1;