python312Packages.goodwe: foramt with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 10:30:55 +02:00
parent a91f6fbe05
commit b38c346ad2
1 changed files with 10 additions and 15 deletions

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -26,17 +27,11 @@ buildPythonPackage rec {
--replace-fail "version: file: VERSION" "version = ${version}"
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"goodwe"
];
pythonImportsCheck = [ "goodwe" ];
meta = with lib; {
description = "Python library for connecting to GoodWe inverter";