git: 76e6e047107b - main - devel/py-types-awscrt: New port: Type annotations for awscrt
Yuri Victorovich <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=76e6e047107bc9f60349902a2bee04d694f95d86 commit 76e6e047107bc9f60349902a2bee04d694f95d86 Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-01 05:39:11 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-01 06:50:05 +0000 devel/py-types-awscrt: New port: Type annotations for awscrt --- devel/Makefile | 1 + devel/py-types-awscrt/Makefile | 22 ++++++++++++++++++++++ devel/py-types-awscrt/distinfo | 3 +++ devel/py-types-awscrt/pkg-descr | 2 ++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 6ad82996ee38..dfd47ce769dc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6374,6 +6374,7 @@ SUBDIR += py-types-Flask-Cors SUBDIR += py-types-Pygments SUBDIR += py-types-aws-xray-sdk + SUBDIR += py-types-awscrt SUBDIR += py-types-boto SUBDIR += py-types-decorator SUBDIR += py-types-docutils diff --git a/devel/py-types-awscrt/Makefile b/devel/py-types-awscrt/Makefile new file mode 100644 index 000000000000..226d564fcb23 --- /dev/null +++ b/devel/py-types-awscrt/Makefile @@ -0,0 +1,22 @@ +PORTNAME= types-awscrt +DISTVERSION= 0.34.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= types_awscrt-${DISTVERSION} + +MAINTAINER= [email protected] +COMMENT= Type annotations for awscrt +WWW= https://github.com/youtype/types-awscrt + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-types-awscrt/distinfo b/devel/py-types-awscrt/distinfo new file mode 100644 index 000000000000..b95339a58184 --- /dev/null +++ b/devel/py-types-awscrt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1785521993 +SHA256 (types_awscrt-0.34.1.tar.gz) = 559aa04250f6a419a617dfb788f3e10903aaf74700ef23e521b64a411b83b803 +SIZE (types_awscrt-0.34.1.tar.gz) = 19062 diff --git a/devel/py-types-awscrt/pkg-descr b/devel/py-types-awscrt/pkg-descr new file mode 100644 index 000000000000..6971f1316cbe --- /dev/null +++ b/devel/py-types-awscrt/pkg-descr @@ -0,0 +1,2 @@ +Type annotations for awscrt (AWS Common Runtime Python bindings). +These stubs are used by type checkers such as mypy and pyright.