git: d2f4bdbcf85d - main - devel/py-types-docutils: Add py-types-docutils 0.17.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:06:45 UTC 2021


The branch main has been updated by sunpoet:

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

commit d2f4bdbcf85db5b20d52a1e50c9ab5a6e3157c97
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:25:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 05:40:31 +0000

    devel/py-types-docutils: Add py-types-docutils 0.17.0
    
    This is a PEP 561 type stub package for the docutils package. It can be used by
    type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
    docutils.
    
    WWW: https://github.com/python/typeshed/tree/master/stubs/docutils
---
 devel/Makefile                    |  1 +
 devel/py-types-docutils/Makefile  | 19 +++++++++++++++++++
 devel/py-types-docutils/distinfo  |  3 +++
 devel/py-types-docutils/pkg-descr |  5 +++++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index cb7ffabacaf5..62ea6c682366 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5259,6 +5259,7 @@
     SUBDIR += py-types-PyYAML
     SUBDIR += py-types-Werkzeug
     SUBDIR += py-types-click
+    SUBDIR += py-types-docutils
     SUBDIR += py-types-futures
     SUBDIR += py-types-protobuf
     SUBDIR += py-types-psycopg2
diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile
new file mode 100644
index 000000000000..0b8c73e27cd3
--- /dev/null
+++ b/devel/py-types-docutils/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	types-docutils
+PORTVERSION=	0.17.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Typing stubs for docutils
+
+LICENSE=	APACHE20
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-docutils/distinfo b/devel/py-types-docutils/distinfo
new file mode 100644
index 000000000000..f5196f4951f3
--- /dev/null
+++ b/devel/py-types-docutils/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1629364648
+SHA256 (types-docutils-0.17.0.tar.gz) = 45bf7397e167f6688c473b8b5708b0881dfc9326e6cd4bcb91bdfce9962e4b2c
+SIZE (types-docutils-0.17.0.tar.gz) = 5287
diff --git a/devel/py-types-docutils/pkg-descr b/devel/py-types-docutils/pkg-descr
new file mode 100644
index 000000000000..2b17d4c2cf77
--- /dev/null
+++ b/devel/py-types-docutils/pkg-descr
@@ -0,0 +1,5 @@
+This is a PEP 561 type stub package for the docutils package. It can be used by
+type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
+docutils.
+
+WWW: https://github.com/python/typeshed/tree/master/stubs/docutils


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