10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-luOanw4aOepGxoGtmnWZosq9JyHLJb3E+25tPkkL1w0=";
22 nativeBuildInputs = [ setuptools ];
29 pythonImportsCheck = [ "ssdpy" ];
32 # They all require network access
33 "test_client_json_output"
37 "test_server_binds_iface"
38 "test_server_bind_address_ipv6"
39 "test_server_extra_fields"
43 changelog = "https://github.com/MoshiBin/ssdpy/releases/tag/${version}";
44 description = "Lightweight, compatible SSDP library for Python";
45 homepage = "https://github.com/MoshiBin/ssdpy";
46 license = licenses.mit;
47 maintainers = with maintainers; [ mjm ];