11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-96/EjDh5XcTsfUcTnsltsT6LMYbyKuM/eNyeq2Pukfo=";
29 pythonRelaxDeps = [ "pyaml" ];
31 propagatedBuildInputs = [
36 # Module has no unit tests
39 pythonImportsCheck = [ "thelogrus" ];
42 description = "Python 3 version of logrus";
43 mainProgram = "human-time";
44 homepage = "https://github.com/unixorn/thelogrus";
45 changelog = "https://github.com/unixorn/thelogrus/blob/${version}/ChangeLog.md";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];