9 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-JIuNPb/l4QURMQc905H2iNGCfMz+zM/QJhDQOR8LPdc=";
24 name = "python311-compat.patch";
25 url = "https://github.com/horazont/aiosasl/commit/44c48d36b416bd635d970dba2607a31b2167ea1b.patch";
26 hash = "sha256-u6PJKV54dU2MA9hXa/9hJ3eLVds1DuLHGbt8y/OakWs=";
35 pythonImportsCheck = [ "aiosasl" ];
38 description = "Asyncio SASL library";
39 homepage = "https://github.com/horazont/aiosasl";
40 license = lib.licenses.lgpl3Plus;
41 maintainers = with lib.maintainers; [ dotlambda ];