9 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
15 owner = "ValentinBELYN";
18 sha256 = "sha256-EQyu7lV8F/U8cZklYYIMk9ut1FTcoBvGc8Ggx6JerDk=";
21 propagatedBuildInputs = [
26 # Project has no tests
28 pythonImportsCheck = [ "icmplib" ];
31 description = "Python implementation of the ICMP protocol";
32 homepage = "https://github.com/ValentinBELYN/icmplib";
33 license = with licenses; [ lgpl3Plus ];
34 maintainers = with maintainers; [ fab ];