9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-k9eAbHFFo5rFYTNVxN4qEFnW2zmXThr3Ki1lZtj9V/g=";
21 propagatedBuildInputs = [ requests ];
23 # Test are not available (not in PyPI tarball and there are no GitHub releases)
26 pythonImportsCheck = [ "pyvesync" ];
29 description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
30 homepage = "https://github.com/webdjoe/pyvesync";
31 changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];