7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-aHV+NvPR4Gyk6bEpCftgBylis9rU7BWLpBMatjP4QmE=";
20 substituteInPlace setup.py \
21 --replace "name='py-radix'" "name='py-radix-sr'"
24 pythonImportsCheck = [ "radix" ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 description = "Python radix tree for IPv4 and IPv6 prefix matching";
30 homepage = "https://github.com/SEKOIA-IO/py-radix";
31 license = with licenses; [ isc bsdOriginal ];
32 maintainers = teams.wdz.members;