1 { lib, fetchPypi, buildPythonPackage, python, text-unidecode }:
3 buildPythonPackage rec {
4 pname = "python-slugify";
9 sha256 = "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270";
12 propagatedBuildInputs = [ text-unidecode ];
15 ${python.interpreter} test.py
19 homepage = "https://github.com/un33k/python-slugify";
20 description = "A Python Slugify application that handles Unicode";
21 license = licenses.mit;
22 platforms = platforms.all;
23 maintainers = with maintainers; [ vrthra ];