19 buildPythonPackage rec {
23 format = "setuptools";
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-bQPKEM5eKhFI3Kx3U1espdxqjnG4yUgOXmYCrd98PDo=";
32 propagatedBuildInputs = [
47 pythonImportsCheck = [
50 "aioxmpp.security_layer"
64 # AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'normalize'
65 "test_convert_field_datetime_default_locale"
69 changelog = "https://github.com/horazont/aioxmpp/blob/${src.rev}/docs/api/changelog.rst";
70 description = "Pure-python XMPP library for asyncio";
71 homepage = "https://github.com/horazont/aioxmpp";
72 license = lib.licenses.lgpl3Plus;
73 maintainers = with lib.maintainers; [ dotlambda ];