python312Packages.keep: update ordering

- update comment
- add blank line
This commit is contained in:
Fabian Affolter
2024-11-14 10:08:23 +01:00
parent 0733bbf17e
commit 2333f106dd
@@ -1,12 +1,12 @@
{
lib,
buildPythonPackage,
click,
fetchPypi,
flit-core,
pygithub,
terminaltables,
click,
requests,
terminaltables,
}:
buildPythonPackage rec {
@@ -16,20 +16,21 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Brwvu/Zevr8sOE3KAwakDDzVMc2VoFxIb1orXAes2U0=";
hash = "sha256-Brwvu/Zevr8sOE3KAwakDDzVMc2VoFxIb1orXAes2U0=";
};
build-system = [ flit-core ];
dependencies = [
click
pygithub
requests
terminaltables
pygithub
];
# no tests
# Module no tests
doCheck = false;
pythonImportsCheck = [ "keep" ];
meta = {