10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "ValentinBELYN";
20 hash = "sha256-PnBcGiUvftz/KYg9Qd2GaIcF3OW4lYH301uI5/M5CBI=";
23 propagatedBuildInputs = [
28 # Project has no tests
30 pythonImportsCheck = [ "icmplib" ];
33 description = "Python implementation of the ICMP protocol";
34 homepage = "https://github.com/ValentinBELYN/icmplib";
35 license = with licenses; [ lgpl3Plus ];
36 maintainers = with maintainers; [ fab ];