aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 13:21:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 14:27:01 +0000
commit4c2f60b515d584ad889561ff7cbac467560312b4 (patch)
tree7d173c7d6889da130995105543b21dd0006a28f7
parentb68b5e3f20eacada188c75f183c71262f8e5b594 (diff)
downloadports-4c2f60b515d584ad889561ff7cbac467560312b4.tar.gz
ports-4c2f60b515d584ad889561ff7cbac467560312b4.zip
devel/py-types-MarkupSafe: new port: typing stubs for MarkupSafe
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-MarkupSafe/Makefile16
-rw-r--r--devel/py-types-MarkupSafe/distinfo3
-rw-r--r--devel/py-types-MarkupSafe/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 595a59cbae58..4c3c688472b5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5232,6 +5232,7 @@
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
SUBDIR += py-typer
+ SUBDIR += py-types-MarkupSafe
SUBDIR += py-types-PyYAML
SUBDIR += py-types-Werkzeug
SUBDIR += py-types-click
diff --git a/devel/py-types-MarkupSafe/Makefile b/devel/py-types-MarkupSafe/Makefile
new file mode 100644
index 000000000000..608f3e5ed962
--- /dev/null
+++ b/devel/py-types-MarkupSafe/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-MarkupSafe
+PORTVERSION= 1.1.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for MarkupSafe
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-MarkupSafe/distinfo b/devel/py-types-MarkupSafe/distinfo
new file mode 100644
index 000000000000..d6c39ba610ba
--- /dev/null
+++ b/devel/py-types-MarkupSafe/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1629118151
+SHA256 (types-MarkupSafe-1.1.6.tar.gz) = 7014f5b578b419967c64ff65cb230636ec20c37b6e22e58a88969b1f78f029c4
+SIZE (types-MarkupSafe-1.1.6.tar.gz) = 2761
diff --git a/devel/py-types-MarkupSafe/pkg-descr b/devel/py-types-MarkupSafe/pkg-descr
new file mode 100644
index 000000000000..bc0ba22b1113
--- /dev/null
+++ b/devel/py-types-MarkupSafe/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for MarkupSafe
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses MarkupSafe.
+
+WWW: https://pypi.org/project/types-MarkupSafe/