1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Dmitry Marakasov 2022-04-14 19:27:59 +03:00
parent 7b31b56bee
commit 51623a88a7
4 changed files with 25 additions and 0 deletions

View File

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

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

View 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

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