10 buildPythonPackage rec {
11 pname = "unicode-slugify";
15 inherit pname version;
16 sha256 = "0l7nphfdq9rgiczbl8n3mra9gx7pxap0xz540pkyz034zbz3mkrl";
19 propagatedBuildInputs = [ six unidecode ];
21 checkInputs = [ nose unittest2 ];
24 description = "Generates unicode slugs";
25 homepage = "https://pypi.org/project/unicode-slugify/";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ mmai ];