9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.6.1";
16 inherit pname version;
17 sha256 = "c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0";
20 pythonImportsCheck = [
30 description = "A pure-Python implementation of the HTTP/2 priority tree";
31 homepage = "https://github.com/python-hyper/priority/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ qyliss ];