12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "albertogeniola";
22 rev = "refs/tags/${version}";
23 hash = "sha256-8DnzTwW4fQQIGAHZJbu2aKkqOUU6a6IGgif5tIZCing=";
26 propagatedBuildInputs = [
33 # Test require network access
36 pythonImportsCheck = [
41 description = "Python library to interact with Meross devices";
42 homepage = "https://github.com/albertogeniola/MerossIot";
43 changelog = "https://github.com/albertogeniola/MerossIot/releases/tag/${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];