git: eab89e762af2 - main - devel/py-types-retry: New port: Typing stubs for retry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jun 2023 20:47:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=eab89e762af2a37a167247aa54ad0024f94bc238 commit eab89e762af2a37a167247aa54ad0024f94bc238 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-16 16:48:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-16 20:47:22 +0000 devel/py-types-retry: New port: Typing stubs for retry --- devel/Makefile | 1 + devel/py-types-retry/Makefile | 18 ++++++++++++++++++ devel/py-types-retry/distinfo | 3 +++ devel/py-types-retry/pkg-descr | 3 +++ 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 3c9bcf4b249e..9477b1e9c064 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5655,6 +5655,7 @@ SUBDIR += py-types-psutil SUBDIR += py-types-psycopg2 SUBDIR += py-types-requests + SUBDIR += py-types-retry SUBDIR += py-types-setuptools SUBDIR += py-types-toml SUBDIR += py-types-typed-ast diff --git a/devel/py-types-retry/Makefile b/devel/py-types-retry/Makefile new file mode 100644 index 000000000000..b7a3663956af --- /dev/null +++ b/devel/py-types-retry/Makefile @@ -0,0 +1,18 @@ +PORTNAME= types-retry +DISTVERSION= 0.9.9.3 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Typing stubs for retry +WWW= https://github.com/python/typeshed + +LICENSE= APACHE20 + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-types-retry/distinfo b/devel/py-types-retry/distinfo new file mode 100644 index 000000000000..735325f77480 --- /dev/null +++ b/devel/py-types-retry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1686933915 +SHA256 (types-retry-0.9.9.3.tar.gz) = 1b7a0a04adf12f21237e76833574a9a8f755f88889c226ad99d6e3bfa5b6e3c8 +SIZE (types-retry-0.9.9.3.tar.gz) = 2749 diff --git a/devel/py-types-retry/pkg-descr b/devel/py-types-retry/pkg-descr new file mode 100644 index 000000000000..f10adc7f15d8 --- /dev/null +++ b/devel/py-types-retry/pkg-descr @@ -0,0 +1,3 @@ +This is a PEP 561 type stub package for the retry package. It can be used by +type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code +that uses retry.