10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "deepjyoti30";
20 rev = "refs/tags/${version}";
21 hash = "sha256-kHoFZD7nhVxJu9MqePLkL7KTG2saPecY9238c/oeEco=";
24 propagatedBuildInputs = [ colorama ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "simber" ];
31 description = "Simple, minimal and powerful logger for Python";
32 homepage = "https://github.com/deepjyoti30/simber";
33 changelog = "https://github.com/deepjyoti30/simber/releases/tag/${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ j0hax ];