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:
parent
d299ed7b48
commit
d2f4bdbcf8
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
19
devel/py-types-docutils/Makefile
Normal file
19
devel/py-types-docutils/Makefile
Normal 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>
|
3
devel/py-types-docutils/distinfo
Normal file
3
devel/py-types-docutils/distinfo
Normal 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
|
5
devel/py-types-docutils/pkg-descr
Normal file
5
devel/py-types-docutils/pkg-descr
Normal 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
|
Loading…
Reference in a new issue