aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-28 10:48:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-28 10:48:34 +0000
commit59cca6c262aeab0f2fb8d35050f551f01ff515ae (patch)
treefb96433d3b6de1461efd1ad9253ff6beaf118cd2
parente266b07e2bcbbe62b521f6317815aac9c25463e7 (diff)
downloadports-59cca6c262aeab0f2fb8d35050f551f01ff515ae.tar.gz
ports-59cca6c262aeab0f2fb8d35050f551f01ff515ae.zip
devel/py-types-protobuf: add port
This is an auto-generated PEP 561 type stub package for protobuf package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses protobuf. WWW: https://pypi.org/project/types-protobuf/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-protobuf/Makefile16
-rw-r--r--devel/py-types-protobuf/distinfo3
-rw-r--r--devel/py-types-protobuf/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4706d846d282..6be96b0052bf 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5198,6 +5198,7 @@
SUBDIR += py-txaio
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
+ SUBDIR += py-types-protobuf
SUBDIR += py-types-requests
SUBDIR += py-typing-extensions
SUBDIR += py-typing-inspect
diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile
new file mode 100644
index 000000000000..c5f44da58950
--- /dev/null
+++ b/devel/py-types-protobuf/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-protobuf
+PORTVERSION= 0.1.13
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for protobuf
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-protobuf/distinfo b/devel/py-types-protobuf/distinfo
new file mode 100644
index 000000000000..219f27fbc383
--- /dev/null
+++ b/devel/py-types-protobuf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624876140
+SHA256 (types-protobuf-0.1.13.tar.gz) = 1c5800d7b6bb5ccf27d5256903fd32d96745a54b3a32179fc1606e8179a035e9
+SIZE (types-protobuf-0.1.13.tar.gz) = 18409
diff --git a/devel/py-types-protobuf/pkg-descr b/devel/py-types-protobuf/pkg-descr
new file mode 100644
index 000000000000..a6df9826f209
--- /dev/null
+++ b/devel/py-types-protobuf/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for protobuf
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses protobuf.
+
+WWW: https://pypi.org/project/types-protobuf/