12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-U3Wtf7QnB0vslWWS4NTuKkz02miTThukvPQhcSa8ReY=";
24 propagatedBuildInputs = [
35 # Some of the tests use localhost networking.
36 __darwinAllowLocalNetworking = true;
38 pythonImportsCheck = [
43 description = "High quality TLS certs while you wait, for the discerning tester";
44 homepage = "https://github.com/python-trio/trustme";
45 changelog = "https://trustme.readthedocs.io/en/latest/#change-history";
46 license = with licenses; [ mit asl20 ];
47 maintainers = with maintainers; [ catern ];