15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-dePwrUhVX39ckijnBmwdQ1izPWQLT753PsNLA7f66aM=";
27 propagatedBuildInputs = [
34 nativeCheckInputs = [ pytestCheckHook ];
38 src = ./hardcode-gnupg-path.patch;
46 "tests/test_xep_0454.py"
49 pythonImportsCheck = [ "slixmpp" ];
52 description = "Python library for XMPP";
53 homepage = "https://slixmpp.readthedocs.io/";
54 changelog = "https://codeberg.org/poezio/slixmpp/releases/tag/slix-${version}";
55 license = licenses.mit;
56 maintainers = with maintainers; [ fab ];