python310Packages.flufl_i18n: add meta
This commit is contained in:
parent
023477c44b
commit
bbe6864ab0
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
{ buildPythonPackage, fetchPypi
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, atpublic
|
||||
, pdm-pep517
|
||||
}:
|
||||
|
@ -19,4 +21,12 @@ buildPythonPackage rec {
|
|||
inherit pname version;
|
||||
sha256 = "sha256-wKz6aggkJ9YBJ+o75XjC4Ddnn+Zi9hlYDnliwTc7DNs=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A high level API for internationalizing Python libraries and applications";
|
||||
homepage = "https://gitlab.com/warsaw/flufl.i18n";
|
||||
changelog = "https://gitlab.com/warsaw/flufl.i18n/-/raw/${version}/docs/NEWS.rst";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue