6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0rwn5ca7ns3yh6bp785zdd2l4018ccpd5i0m2d1fsd9nhxvcgkfj";
16 description = "A library to choose unique available network ports.";
17 homepage = "https://github.com/google/python_portpicker";
18 license = lib.licenses.asl20;
19 maintainers = with lib.maintainers; [ danharaj ];