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
This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:25:37 +08:00
parent d299ed7b48
commit d2f4bdbcf8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,19 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= types-docutils
PORTVERSION= 0.17.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1629364648
SHA256 (types-docutils-0.17.0.tar.gz) = 45bf7397e167f6688c473b8b5708b0881dfc9326e6cd4bcb91bdfce9962e4b2c
SIZE (types-docutils-0.17.0.tar.gz) = 5287

View file

@ -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