10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-96/EjDh5XcTsfUcTnsltsT6LMYbyKuM/eNyeq2Pukfo=";
28 propagatedBuildInputs = [
33 # Module has no unit tests
36 pythonImportsCheck = [
41 description = "Python 3 version of logrus";
42 homepage = "https://github.com/unixorn/thelogrus";
43 changelog = "https://github.com/unixorn/thelogrus/blob/${version}/ChangeLog.md";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ fab ];