8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-ddtTtTAUpvS8DN1vKVN+CjnmYp20xyxHydwOaDRjWzo=";
20 propagatedBuildInputs = [
24 # Test are not available (not in PyPI tarball and there are no GitHub releases)
27 pythonImportsCheck = [
32 description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
33 homepage = "https://github.com/webdjoe/pyvesync";
34 changelog = "https://github.com/webdjoe/pyvesync/releases/tag/${version}";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];