devel/py-types-termcolor: add port: Typing stubs for termcolor
This is a PEP 561 type stub package for the `termcolor` package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses `termcolor`. WWW: https://pypi.org/project/types-termcolor/
This commit is contained in:
parent
7b31b56bee
commit
51623a88a7
@ -5350,6 +5350,7 @@
|
||||
SUBDIR += py-types-protobuf
|
||||
SUBDIR += py-types-psycopg2
|
||||
SUBDIR += py-types-requests
|
||||
SUBDIR += py-types-termcolor
|
||||
SUBDIR += py-types-urllib3
|
||||
SUBDIR += py-types-xxhash
|
||||
SUBDIR += py-typing-extensions
|
||||
|
16
devel/py-types-termcolor/Makefile
Normal file
16
devel/py-types-termcolor/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
PORTNAME= types-termcolor
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Typing stubs for termcolor
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-types-termcolor/distinfo
Normal file
3
devel/py-types-termcolor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1649953563
|
||||
SHA256 (types-termcolor-1.1.3.tar.gz) = b97d20d5c649431bac4ab75f9a9718113f11cbdbc0dd1faac61ae54ac93df77b
|
||||
SIZE (types-termcolor-1.1.3.tar.gz) = 1750
|
5
devel/py-types-termcolor/pkg-descr
Normal file
5
devel/py-types-termcolor/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a PEP 561 type stub package for the `termcolor` package.
|
||||
It can be used by type-checking tools like mypy, PyCharm, pytype
|
||||
etc. to check code that uses `termcolor`.
|
||||
|
||||
WWW: https://pypi.org/project/types-termcolor/
|
Loading…
Reference in New Issue
Block a user