git: b3b02fb952ef - main - devel/py-types-termcolor: remove, no longer needed after py-termcolor update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 18:07:24 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3b02fb952efe3d91268183d7c0946544ececbf3 commit b3b02fb952efe3d91268183d7c0946544ececbf3 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-11 17:05:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-11 18:05:41 +0000 devel/py-types-termcolor: remove, no longer needed after py-termcolor update --- MOVED | 1 + devel/Makefile | 1 - devel/py-types-termcolor/Makefile | 20 -------------------- devel/py-types-termcolor/distinfo | 3 --- devel/py-types-termcolor/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index 29013a739987..d8634d961a35 100644 --- a/MOVED +++ b/MOVED @@ -17605,3 +17605,4 @@ lang/chicken5|lang/chicken|2022-10-30|Has expired: Please use lang/chicken inste devel/py-spyder|devel/spyder|2022-11-06|Spyder is an application, and not a library www/grafana7||2022-11-07|Has expired: EOLed upstream, unfixed vulnerabilities devel/cppcheck-gui|devel/cppcheck|2022-11-07|GUI is now included in devel/cppcheck port +devel/py-types-termcolor||2022-11-11|No longer needed, type annotations are now available in termcolor module diff --git a/devel/Makefile b/devel/Makefile index 25d688802ad0..4a6687d9b8da 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5463,7 +5463,6 @@ SUBDIR += py-types-psutil SUBDIR += py-types-psycopg2 SUBDIR += py-types-requests - SUBDIR += py-types-termcolor SUBDIR += py-types-toml SUBDIR += py-types-typed-ast SUBDIR += py-types-urllib3 diff --git a/devel/py-types-termcolor/Makefile b/devel/py-types-termcolor/Makefile deleted file mode 100644 index 4ff62260d562..000000000000 --- a/devel/py-types-termcolor/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= types-termcolor -PORTVERSION= 1.1.6 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Typing stubs for termcolor -WWW= https://pypi.org/project/types-termcolor/ - -LICENSE= APACHE20 - -USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -# XXX: no longer needed with termcolor>=2.0.0, remove after its update -CONFLICTS= ${PYTHON_PKGNAMEPREFIX}termcolor-2* - -.include <bsd.port.mk> diff --git a/devel/py-types-termcolor/distinfo b/devel/py-types-termcolor/distinfo deleted file mode 100644 index 10e641176a4d..000000000000 --- a/devel/py-types-termcolor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1663349803 -SHA256 (types-termcolor-1.1.6.tar.gz) = 7e303da3c5c3464379193e62d6ae61d8680e21ec92ecbdfd4b0a85704e78d5d4 -SIZE (types-termcolor-1.1.6.tar.gz) = 2390 diff --git a/devel/py-types-termcolor/pkg-descr b/devel/py-types-termcolor/pkg-descr deleted file mode 100644 index 29dc2e70a678..000000000000 --- a/devel/py-types-termcolor/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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`.