git: e5058cd8b81f - main - devel/py-types-typed-ast: Add py-types-typed-ast 1.5.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:04:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5058cd8b81f131777f16a5857532a6faa82a339 commit e5058cd8b81f131777f16a5857532a6faa82a339 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:46:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:10 +0000 devel/py-types-typed-ast: Add py-types-typed-ast 1.5.4 This is a PEP 561 type stub package for the typed-ast package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses typed-ast. WWW: https://github.com/python/typeshed/tree/master/stubs/typed-ast --- devel/Makefile | 1 + devel/py-types-typed-ast/Makefile | 19 +++++++++++++++++++ devel/py-types-typed-ast/distinfo | 3 +++ devel/py-types-typed-ast/pkg-descr | 5 +++++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index be8ce60b2db8..22ac07480f7e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5367,6 +5367,7 @@ SUBDIR += py-types-psycopg2 SUBDIR += py-types-requests SUBDIR += py-types-termcolor + SUBDIR += py-types-typed-ast SUBDIR += py-types-urllib3 SUBDIR += py-types-xxhash SUBDIR += py-typing-extensions diff --git a/devel/py-types-typed-ast/Makefile b/devel/py-types-typed-ast/Makefile new file mode 100644 index 000000000000..b35fa6559754 --- /dev/null +++ b/devel/py-types-typed-ast/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= types-typed-ast +PORTVERSION= 1.5.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Typing stubs for typed-ast + +LICENSE= APACHE20 + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-types-typed-ast/distinfo b/devel/py-types-typed-ast/distinfo new file mode 100644 index 000000000000..7ff6fc4e04ed --- /dev/null +++ b/devel/py-types-typed-ast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1650970029 +SHA256 (types-typed-ast-1.5.4.tar.gz) = 3253879ff63afb896465afe4228a1c4df2e63cdc39eef9b9743d500b8d9a5176 +SIZE (types-typed-ast-1.5.4.tar.gz) = 4254 diff --git a/devel/py-types-typed-ast/pkg-descr b/devel/py-types-typed-ast/pkg-descr new file mode 100644 index 000000000000..c4d98e1c0a89 --- /dev/null +++ b/devel/py-types-typed-ast/pkg-descr @@ -0,0 +1,5 @@ +This is a PEP 561 type stub package for the typed-ast package. It can be used by +type-checking tools like mypy, PyCharm, pytype etc. to check code that uses +typed-ast. + +WWW: https://github.com/python/typeshed/tree/master/stubs/typed-ast