1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "14panfklap6wwi9avw46gvd7wg9mkv9xbixvbvmi1m2adpqlb7mr";
13 description = "Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement.";
14 homepage = "https://bitbucket.org/viraptor/pure-pcapy";
15 license = licenses.bsd2;
16 maintainers = with maintainers; [ etu ];