7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-uZ5F8W1K1BDrXrvH1dOeNT1+2n6G8K1S5NxcRaez6pI=";
19 pythonImportsCheck = [
24 description = "Reimplementation of pcapy";
25 homepage = "https://github.com/rcloran/pure-pcapy-3";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ ];