python3Packages.python3-application: 3.0.6 -> 3.0.9, add NGI team

This commit is contained in:
OPNA2608
2025-07-01 15:32:55 +02:00
parent dbd2cb1de9
commit 626a888bbd
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python3-application";
version = "3.0.6";
version = "3.0.9";
format = "setuptools";
disabled = !isPy3k;
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "AGProjects";
repo = "python3-application";
rev = "release-${version}";
hash = "sha256-L7KN6rKkbjNmkSoy8vdMYpXSBkWN7afNpreJO0twjq8=";
hash = "sha256-79Uu9zaBIuuc+1O5Y7Vp4Qg2/aOrwvmdi5G/4AvL+T4=";
};
propagatedBuildInputs = [
@@ -36,6 +36,7 @@ buildPythonPackage rec {
chanley
yureien
];
teams = [ teams.ngi ];
longDescription = ''
This package is a collection of modules that are useful when building python applications. Their purpose is to eliminate the need to divert resources into implementing the small tasks that every application needs to do in order to run successfully and focus instead on the application logic itself.
The modules that the application package provides are: