python312Packages.ondilo: format with nixfmt
This commit is contained in:
parent
bc4f8054e9
commit
3e81edee3c
1 changed files with 11 additions and 14 deletions
|
@ -1,11 +1,12 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, oauthlib
|
||||
, pythonOlder
|
||||
, requests
|
||||
, requests-oauthlib
|
||||
, setuptools
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
oauthlib,
|
||||
pythonOlder,
|
||||
requests,
|
||||
requests-oauthlib,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -22,9 +23,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-l9pmamJbB/FAqB49S4vQAan9Wgj3qu1J2pboQO1Hg/Q=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
oauthlib
|
||||
|
@ -35,9 +34,7 @@ buildPythonPackage rec {
|
|||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"ondilo"
|
||||
];
|
||||
pythonImportsCheck = [ "ondilo" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python package to access Ondilo ICO APIs";
|
||||
|
|
Loading…
Reference in a new issue