7 buildPythonPackage rec {
9 version = "unstable-2019-01-16";
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "4ba88f68c3125f789ca8cd1cfae156e1464bde87";
16 sha256 = "0qp5774xkm700g35k5c76pck8pdzqlyzbaqgrz76a1yh67s2ri8h";
20 description = "Library for fast IP address lookup in Python";
21 homepage = "https://github.com/jsommers/pytricia";
22 license = with licenses; [ lgpl3Plus ];
23 maintainers = with maintainers; [ mkg ];