python312Packages.peaqevcore: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-04 23:05:43 +02:00
parent f5def97452
commit 9f4e4be21b

View File

@ -1,8 +1,9 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -21,17 +22,13 @@ buildPythonPackage rec {
sed -i "/extras_require/d" setup.py
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
# Tests are not shipped and source is not tagged
# https://github.com/elden1337/peaqev-core/issues/4
doCheck = false;
pythonImportsCheck = [
"peaqevcore"
];
pythonImportsCheck = [ "peaqevcore" ];
meta = with lib; {
description = "Library for interacting with Peaqev car charging";