python3Packages.python3-application: Modernise

- format -> pyproject
- propagatedBuildInputs -> dependencies
- Drop meta-wide "with lib"
This commit is contained in:
OPNA2608
2025-07-05 05:55:18 +02:00
parent 23ee725f16
commit dfcb217fd0

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python3-application";
version = "3.0.9";
format = "setuptools";
pyproject = true;
disabled = !isPy3k;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-79Uu9zaBIuuc+1O5Y7Vp4Qg2/aOrwvmdi5G/4AvL+T4=";
};
propagatedBuildInputs = [
dependencies = [
zope-interface
twisted
];
@@ -33,15 +33,15 @@ buildPythonPackage rec {
rev-prefix = "release-";
};
meta = with lib; {
meta = {
description = "Collection of modules that are useful when building python applications";
homepage = "https://github.com/AGProjects/python3-application";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [
chanley
yureien
];
teams = [ teams.ngi ];
teams = [ lib.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: