git: 4c2f60b515d5 - main - devel/py-types-MarkupSafe: new port: typing stubs for MarkupSafe

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 16 14:32:08 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c2f60b515d584ad889561ff7cbac467560312b4

commit 4c2f60b515d584ad889561ff7cbac467560312b4
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-16 13:21:56 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-16 14:27:01 +0000

    devel/py-types-MarkupSafe: new port: typing stubs for MarkupSafe
---
 devel/Makefile                      |  1 +
 devel/py-types-MarkupSafe/Makefile  | 16 ++++++++++++++++
 devel/py-types-MarkupSafe/distinfo  |  3 +++
 devel/py-types-MarkupSafe/pkg-descr |  5 +++++
 4 files changed, 25 insertions(+)

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 at 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/


More information about the dev-commits-ports-main mailing list