1 { lib, fetchPypi, buildPythonPackage, isPy27, pytest } :
3 buildPythonPackage rec {
10 sha256 = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417";
13 checkInputs = [ pytest ];
14 # Suppress overly verbose output if tests run successfully
15 checkPhase = "pytest >/dev/null || pytest";
18 homepage = "https://github.com/jpvanhal/inflection";
19 description = "A port of Ruby on Rails inflector to Python";
20 maintainers = with lib.maintainers; [ NikolaMandic ilya-kolpakov ];
21 license = lib.licenses.mit;