10 buildPythonPackage rec {
11 pname = "matrix-common";
16 pname = "matrix_common";
18 sha256 = "sha256-YuEhzM2fJDQXtX7DenbcRK6xmKelxnr9a4J1mS/yq9E=";
25 propagatedBuildInputs = [
33 pythonImportsCheck = [ "matrix_common" ];
36 description = "Common utilities for Synapse, Sydent and Sygnal";
37 homepage = "https://github.com/matrix-org/matrix-python-common";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ sumnerevans ];