git: 9ace518d5314 - main - devel/py-types-futures: add port
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 14 17:41:08 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ace518d53145f432f2e84bc4f84aaf841ce40cc
commit 9ace518d53145f432f2e84bc4f84aaf841ce40cc
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-07-14 15:58:32 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-07-14 17:37:30 +0000
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/
---
devel/Makefile | 1 +
devel/py-types-futures/Makefile | 16 ++++++++++++++++
devel/py-types-futures/distinfo | 3 +++
devel/py-types-futures/pkg-descr | 5 +++++
4 files changed, 25 insertions(+)
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 at 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/
More information about the dev-commits-ports-all
mailing list