git: 59cca6c262ae - main - devel/py-types-protobuf: add port
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 28 10:59:32 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59cca6c262aeab0f2fb8d35050f551f01ff515ae
commit 59cca6c262aeab0f2fb8d35050f551f01ff515ae
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-06-28 10:48:34 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-06-28 10:48:34 +0000
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/
---
devel/Makefile | 1 +
devel/py-types-protobuf/Makefile | 16 ++++++++++++++++
devel/py-types-protobuf/distinfo | 3 +++
devel/py-types-protobuf/pkg-descr | 5 +++++
4 files changed, 25 insertions(+)
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 at 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/
More information about the dev-commits-ports-all
mailing list