13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.8";
21 inherit pname version;
22 hash = "sha256-U3Wtf7QnB0vslWWS4NTuKkz02miTThukvPQhcSa8ReY=";
25 propagatedBuildInputs = [
36 # Some of the tests use localhost networking.
37 __darwinAllowLocalNetworking = true;
39 pythonImportsCheck = [ "trustme" ];
42 description = "High quality TLS certs while you wait, for the discerning tester";
43 homepage = "https://github.com/python-trio/trustme";
44 changelog = "https://trustme.readthedocs.io/en/latest/#change-history";
45 license = with licenses; [
49 maintainers = with maintainers; [ catern ];