11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-96/EjDh5XcTsfUcTnsltsT6LMYbyKuM/eNyeq2Pukfo=";
34 propagatedBuildInputs = [
39 # Module has no unit tests
42 pythonImportsCheck = [
47 description = "Python 3 version of logrus";
48 mainProgram = "human-time";
49 homepage = "https://github.com/unixorn/thelogrus";
50 changelog = "https://github.com/unixorn/thelogrus/blob/${version}/ChangeLog.md";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ fab ];