Merge pull request #195730 from r-ryantm/auto-update/python310Packages.blebox-uniapi

This commit is contained in:
Martin Weinelt 2022-10-13 01:02:10 +02:00 committed by GitHub
commit cc0177f549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,17 +7,21 @@
, deepmerge
, pytest-asyncio
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "blebox-uniapi";
version = "2.1.0";
version = "2.1.1";
format = "setuptools";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "blebox";
repo = "blebox_uniapi";
rev = "refs/tags/v${version}";
sha256 = "sha256-mJaUB4kEm+eRh3Kc+SiTCSSmCmBEJBVZ5uah95MJX64=";
hash = "sha256-F0zvfqbcQCgpr9//TfhUHVT5KofFSyzRKWkLw4I4gxk=";
};
postPatch = ''
@ -37,7 +41,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "blebox_uniapi" ];
pythonImportsCheck = [
"blebox_uniapi"
];
meta = with lib; {
description = "Python API for accessing BleBox smart home devices";