7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "17rqcmmwsl0m4722b1cr74f80kqwq7cgxsy7lq9c88zf6srcgjsf";
19 # Project has not published tests yet
21 pythonImportsCheck = [ "upnpy" ];
24 description = "UPnP client library for Python";
25 homepage = "https://github.com/5kyc0d3r/upnpy";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];