Merge pull request #209999 from fabaff/pycoolmasternet-async-bump
python310Packages.pycoolmasternet-async: 0.1.3 -> 0.1.6
This commit is contained in:
commit
d6032bdd9b
1 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycoolmasternet-async";
|
||||
version = "0.1.3";
|
||||
version = "0.1.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -14,13 +15,15 @@ buildPythonPackage rec {
|
|||
owner = "OnFreund";
|
||||
repo = "pycoolmasternet-async";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1Xd8OdN8d3g23kQZqihZrNLKoqLCbu5BvAMNitg8aDA=";
|
||||
hash = "sha256-7RYKZWs8SCXCBgjbiTLSRUPujeraxiOE6MHENPmhimg=";
|
||||
};
|
||||
|
||||
# no tests implemented
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "pycoolmasternet_async" ];
|
||||
pythonImportsCheck = [
|
||||
"pycoolmasternet_async"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library to control CoolMasterNet HVAC bridges over asyncio";
|
||||
|
|
Loading…
Reference in a new issue