python311Packages.sigstore: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 17:26:59 +02:00
parent c59ceae809
commit 5d66004239
1 changed files with 23 additions and 26 deletions

View File

@ -1,23 +1,24 @@
{ lib
, appdirs
, buildPythonPackage
, cryptography
, fetchFromGitHub
, flit-core
, id
, importlib-resources
, pretend
, pydantic
, pyjwt
, pyopenssl
, pytestCheckHook
, pythonOlder
, requests
, rich
, securesystemslib
, sigstore-protobuf-specs
, sigstore-rekor-types
, tuf
{
lib,
appdirs,
buildPythonPackage,
cryptography,
fetchFromGitHub,
flit-core,
id,
importlib-resources,
pretend,
pydantic,
pyjwt,
pyopenssl,
pytestCheckHook,
pythonOlder,
requests,
rich,
securesystemslib,
sigstore-protobuf-specs,
sigstore-rekor-types,
tuf,
}:
buildPythonPackage rec {
@ -34,9 +35,7 @@ buildPythonPackage rec {
hash = "sha256-lqmrM4r1yPVCcvWNC9CKYMyryuIyliI2Y+TAYgAwA1Y=";
};
build-system = [
flit-core
];
build-system = [ flit-core ];
dependencies = [
appdirs
@ -63,9 +62,7 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
pythonImportsCheck = [
"sigstore"
];
pythonImportsCheck = [ "sigstore" ];
disabledTests = [
# Tests require network access