python3Packages.types-jinja2: init at 2.11.9
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
types-markupsafe,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-jinja2";
|
||||
version = "2.11.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-Jinja2";
|
||||
inherit version;
|
||||
hash = "sha256-29x0pAq6eu1SC35Niejw/kKGUYSUIIs1EjvPCE1LjIE=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
types-markupsafe
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Typing stubs for Jinja2";
|
||||
homepage = "https://pypi.org/project/types-Jinja2/";
|
||||
changelog = "https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/MarkupSafe.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ nim65s ];
|
||||
};
|
||||
}
|
||||
@@ -17241,6 +17241,8 @@ self: super: with self; {
|
||||
|
||||
types-ipaddress = callPackage ../development/python-modules/types-ipaddress { };
|
||||
|
||||
types-jinja2 = callPackage ../development/python-modules/types-jinja2 { };
|
||||
|
||||
types-lxml = callPackage ../development/python-modules/types-lxml { };
|
||||
|
||||
types-markdown = callPackage ../development/python-modules/types-markdown { };
|
||||
|
||||
Reference in New Issue
Block a user