git: d7154b67b7d5 - main - devel/py-types-Jinja2: new port: typing stybs for Jinja2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 16 14:32:09 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7154b67b7d5545917082a61ce8472397653f9f7
commit d7154b67b7d5545917082a61ce8472397653f9f7
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-16 13:23:46 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-16 14:27:01 +0000
devel/py-types-Jinja2: new port: typing stybs for Jinja2
---
devel/Makefile | 1 +
devel/py-types-Jinja2/Makefile | 18 ++++++++++++++++++
devel/py-types-Jinja2/distinfo | 3 +++
devel/py-types-Jinja2/pkg-descr | 5 +++++
4 files changed, 27 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 4c3c688472b5..2b40e5f2edb6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5232,6 +5232,7 @@
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
SUBDIR += py-typer
+ SUBDIR += py-types-Jinja2
SUBDIR += py-types-MarkupSafe
SUBDIR += py-types-PyYAML
SUBDIR += py-types-Werkzeug
diff --git a/devel/py-types-Jinja2/Makefile b/devel/py-types-Jinja2/Makefile
new file mode 100644
index 000000000000..db8bc634436f
--- /dev/null
+++ b/devel/py-types-Jinja2/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= types-Jinja2
+PORTVERSION= 2.11.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3 at FreeBSD.org
+COMMENT= Typing stubs for Jinja2
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}types-MarkupSafe>=0:devel/py-types-MarkupSafe@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-Jinja2/distinfo b/devel/py-types-Jinja2/distinfo
new file mode 100644
index 000000000000..43ef16e37f09
--- /dev/null
+++ b/devel/py-types-Jinja2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1629117927
+SHA256 (types-Jinja2-2.11.6.tar.gz) = 93450ccfaea23c3c7f5a80f65d744f26d317c1a8608c15d49af63d40eafc6fd1
+SIZE (types-Jinja2-2.11.6.tar.gz) = 13177
diff --git a/devel/py-types-Jinja2/pkg-descr b/devel/py-types-Jinja2/pkg-descr
new file mode 100644
index 000000000000..b94cd0c4b04e
--- /dev/null
+++ b/devel/py-types-Jinja2/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for Jinja2
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses Jinja2.
+
+WWW: https://pypi.org/project/types-Jinja2/
More information about the dev-commits-ports-all
mailing list