18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-/ydsu+53WOocdWk3AW0/cXBEx1qAlhIC0LUDy459pbQ=";
30 nativeBuildInputs = [ setuptools ];
32 propagatedBuildInputs = [ dpkt ];
40 pythonImportsCheck = [ "aiortsp" ];
43 description = "Asyncio-based RTSP library";
44 homepage = "https://github.com/marss/aiortsp";
45 changelog = "https://github.com/marss/aiortsp/blob/${src.rev}/CHANGELOG.rst";
46 license = licenses.lgpl3Plus;
47 maintainers = with maintainers; [ hexa ];