7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0hk0nll6qazsambp3kl8cxxsbl4gv5y9252qadyk0jky0sv2q8j7";
16 checkInputs = [ pytestCheckHook ];
18 # Some of the tests use localhost networking.
19 __darwinAllowLocalNetworking = true;
22 description = "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1";
23 homepage = "https://github.com/python-hyper/h11";
24 license = licenses.mit;