8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
16 owner = "DigitaleGesellschaft";
19 sha256 = "0cssdcridadjzichz1vv1ng7jwphqkn8ihh83hpz9mcjmxyb94qc";
27 substituteInPlace setup.cfg \
28 --replace " --cov=anonip --cov-report=term-missing --no-cov-on-fail" ""
35 pythonImportsCheck = [
40 description = "Tool to anonymize IP addresses in log files";
41 homepage = "https://github.com/DigitaleGesellschaft/Anonip";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ mmahut ];