10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
18 inherit pname version;
19 hash = "sha256-EwpdrOq5rVNJJCUt33BIKqLJZmKzo4JafTCYHQO3aiY=";
32 substituteInPlace setup.py \
33 --replace "'setuptools_scm<6.0'" "'setuptools_scm'"
36 pythonImportsCheck = [
41 description = "Python module that allows for responsible, low-boilerplate logging of method calls";
42 homepage = "https://github.com/ppolewicz/logfury";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ jwiegley ];