9 buildPythonPackage rec {
10 pname = "logmatic-python";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "logmatic-python";
19 rev = "refs/tags/${version}";
20 hash = "sha256-UYKm00KhXnPQDkKJVm7s0gOwZ3GNY07O0oKbzPhAdVE=";
27 propagatedBuildInputs = [
31 # Only functional tests, no unit tests
34 pythonImportsCheck = [
39 description = "Python helpers to send logs to Logmatic.io";
40 homepage = "https://github.com/logmatic/logmatic-python";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];