7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-zoM27XRk+nubh0X0i5xi3qa+2TG5lxXKlHk2BUSZIUM=";
17 buildInputs = [ glibcLocales ];
20 description = "A simple Python module for parsing human names into their individual components";
21 homepage = "https://github.com/derek73/python-nameparser";
22 license = licenses.lgpl21Plus;