aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-07-14 15:58:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-07-14 17:37:30 +0000
commit9ace518d53145f432f2e84bc4f84aaf841ce40cc (patch)
tree55e94a1b32a3cc41871c41e9014ab263d911809b
parent16c495c5034299088463ea18cc422af7d4f819d1 (diff)
downloadports-9ace518d53145f432f2e84bc4f84aaf841ce40cc.tar.gz
ports-9ace518d53145f432f2e84bc4f84aaf841ce40cc.zip
devel/py-types-futures: add port
This is an auto-generated PEP 561 type stub package for futures package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses futures. WWW: https://pypi.org/project/types-futures/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-futures/Makefile16
-rw-r--r--devel/py-types-futures/distinfo3
-rw-r--r--devel/py-types-futures/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 322ebf550a57..e473916b1b53 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5213,6 +5213,7 @@
SUBDIR += py-typed-ast
SUBDIR += py-typer
SUBDIR += py-types-PyYAML
+ SUBDIR += py-types-futures
SUBDIR += py-types-protobuf
SUBDIR += py-types-requests
SUBDIR += py-typing-extensions
diff --git a/devel/py-types-futures/Makefile b/devel/py-types-futures/Makefile
new file mode 100644
index 000000000000..8b37e54e6ecb
--- /dev/null
+++ b/devel/py-types-futures/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-futures
+PORTVERSION= 0.1.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for futures
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-futures/distinfo b/devel/py-types-futures/distinfo
new file mode 100644
index 000000000000..cb341e27d085
--- /dev/null
+++ b/devel/py-types-futures/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626276142
+SHA256 (types-futures-0.1.6.tar.gz) = da372dd55dc08c257de1e3dfd56273e44af9668e077047b0509adcfc43dd2838
+SIZE (types-futures-0.1.6.tar.gz) = 3010
diff --git a/devel/py-types-futures/pkg-descr b/devel/py-types-futures/pkg-descr
new file mode 100644
index 000000000000..950ab9ccf23b
--- /dev/null
+++ b/devel/py-types-futures/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for futures
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses futures.
+
+WWW: https://pypi.org/project/types-futures/