Merge pull request #280195 from r-ryantm/auto-update/python311Packages.nibe
python311Packages.nibe: 2.6.0 -> 2.7.0
This commit is contained in:
commit
c6b7be9ad7
1 changed files with 15 additions and 2 deletions
|
@ -3,12 +3,15 @@
|
|||
, aresponses
|
||||
, async-modbus
|
||||
, async-timeout
|
||||
, asyncclick
|
||||
, buildPythonPackage
|
||||
, construct
|
||||
, exceptiongroup
|
||||
, fetchFromGitHub
|
||||
, pandas
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, python-slugify
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, tenacity
|
||||
|
@ -16,7 +19,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "nibe";
|
||||
version = "2.6.0";
|
||||
version = "2.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -25,7 +28,7 @@ buildPythonPackage rec {
|
|||
owner = "yozik04";
|
||||
repo = "nibe";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-VDK6ZCyW8fmp9Ap/AwgLbU5vlyhYXIGYD6eZ3esSCiU=";
|
||||
hash = "sha256-hNxOB/H/KK9qHd+3FQHn9zjmCZRtY6H0nYKNqUc0FIg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -40,6 +43,16 @@ buildPythonPackage rec {
|
|||
tenacity
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
convert = [
|
||||
pandas
|
||||
python-slugify
|
||||
];
|
||||
cli = [
|
||||
asyncclick
|
||||
];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
aresponses
|
||||
pytest-asyncio
|
||||
|
|
Loading…
Reference in a new issue