9 buildPythonPackage rec {
10 pname = "logging-journald";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-RQ9opkAOZfhYuqOXJ2Mtnig8soL+lCveYH2YdXL1AGM=";
23 nativeBuildInputs = [ poetry-core ];
25 # Circular dependency with aiomisc
28 pythonImportsCheck = [ "logging_journald" ];
31 description = "Logging handler for writing logs to the journald";
32 homepage = "https://github.com/mosquito/logging-journald";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];