8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1r6qabnqxyy3llnj10z60d4w9pg2zabysl3l7znpy1adss4ywxl0";
18 propagatedBuildInputs = [ requests ];
20 # Project has no tests
22 pythonImportsCheck = [ "pywink" ];
25 description = "Python implementation of the Wink API";
26 homepage = "https://github.com/python-wink/python-wink";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];