9 buildPythonPackage rec {
10 pname = "python-yate";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-AdnlNsEOFuzuGTBmfV9zKyv2iFHEJ4eLMrC6SHHf7m0=";
21 propagatedBuildInputs = [
30 pythonImportsCheck = [
35 description = "Python library for the yate telephony engine";
36 mainProgram = "yate_callgen";
37 homepage = "https://github.com/eventphone/python-yate";
38 changelog = "https://github.com/eventphone/python-yate/releases/tag/v${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ clerie ];