11 buildPythonPackage rec {
14 disabled = isPy27; # setup.py no longer compatible
17 inherit pname version;
18 sha256 = "09ph6fd1362xdn2hgwdgh30z0zqjp3bgvr1akyvm36b8jm400sdb";
21 nativeBuildInputs = [ setuptools_scm ];
22 propagatedBuildInputs = [ setuptools ];
23 checkInputs = [ pytestCheckHook freezegun ];
26 description = "Python humanize utilities";
27 homepage = "https://github.com/jmoiron/humanize";
28 license = licenses.mit;
29 maintainers = with maintainers; [ rmcgibbo ];