9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "deepjyoti30";
19 rev = "refs/tags/${version}";
20 hash = "sha256-kHoFZD7nhVxJu9MqePLkL7KTG2saPecY9238c/oeEco=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Simple, minimal and powerful logger for Python";
37 homepage = "https://github.com/deepjyoti30/simber";
38 changelog = "https://github.com/deepjyoti30/simber/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ j0hax ];