python312Packages.looseversion: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-18 21:15:21 +02:00
parent bc5b13fb43
commit 50f0370604

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchPypi
, hatchling
, pytestCheckHook
, pythonOlder
{
lib,
buildPythonPackage,
fetchPypi,
hatchling,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -18,21 +19,13 @@ buildPythonPackage rec {
hash = "sha256-695l8/a7lTGoEBbG/vPrlaYRga3Ee3+UnpwOpHkRZp4=";
};
build-system = [
hatchling
];
build-system = [ hatchling ];
nativeCheckInputs = [
pytestCheckHook
];
pytestFlagsArray = [
"tests.py"
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"looseversion"
];
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "looseversion" ];
meta = with lib; {
description = "Version numbering for anarchists and software realists";