13 buildPythonPackage rec {
14 pname = "youless-api";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromBitbucket {
21 owner = "jongsoftdev";
22 repo = "youless-python-bridge";
24 hash = "sha256-49/HmkGr87aDhr8GEtARpXvr2RcgmLdAqhvMLI5x+vQ=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python library for YouLess sensors";
45 homepage = "https://pypi.org/project/youless-api/";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];