11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-mORjMEg7Q/2CKZBLICSGF8dcdl98S6mBgJ4jujPGs6M=";
26 substituteInPlace pyproject.toml \
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "ssdp" ];
40 description = "Python asyncio library for Simple Service Discovery Protocol (SSDP)";
42 homepage = "https://github.com/codingjoe/ssdp";
43 changelog = "https://github.com/codingjoe/ssdp/releases/tag/${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];