6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "17rqcmmwsl0m4722b1cr74f80kqwq7cgxsy7lq9c88zf6srcgjsf";
17 # Project has not published tests yet
19 pythonImportsCheck = [ "upnpy" ];
22 description = "UPnP client library for Python";
23 homepage = "https://github.com/5kyc0d3r/upnpy";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ fab ];