10 buildPythonPackage rec {
11 pname = "jaraco-logging";
15 disabled = pythonOlder "3.8";
18 pname = "jaraco.logging";
20 hash = "sha256-X8ssPxI1HU1QN1trYPOJnFg3sjLxotj/y6/17NK3M+c=";
32 propagatedBuildInputs = [
36 # test no longer packaged with pypi
39 pythonImportsCheck = [
44 description = "Support for Python logging facility";
45 homepage = "https://github.com/jaraco/jaraco.logging";
46 changelog = "https://github.com/jaraco/jaraco.logging/blob/v${version}/NEWS.rst";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ];