8 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-7Q+4/DlP+kUnC3YNk7woJaxLEEiuVmolUOajepM003Q=";
21 propagatedBuildInputs = [
25 pythonImportsCheck = [ "aioopenssl" ];
32 description = "TLS-capable transport using OpenSSL for asyncio";
33 homepage = "https://github.com/horazont/aioopenssl";
34 license = lib.licenses.asl20;
35 maintainers = with lib.maintainers; [ dotlambda ];