14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "albertogeniola";
24 rev = "refs/tags/${version}";
25 hash = "sha256-Zf392XMhSrCn5KM761YXzinD46Et4itva7USsFNRgPI=";
28 build-system = [ setuptools ];
37 # Test require network access
40 pythonImportsCheck = [ "meross_iot" ];
43 description = "Python library to interact with Meross devices";
44 homepage = "https://github.com/albertogeniola/MerossIot";
45 changelog = "https://github.com/albertogeniola/MerossIot/releases/tag/${version}";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];