wip/py-proto-plus import py-proto-plus: 1.11.0

This commit is contained in:
K.I.A.Derouiche 2020-10-26 00:03:12 +01:00
parent a8d748f3e8
commit 6aa4c3d201
4 changed files with 101 additions and 0 deletions

4
py-proto-plus/DESCR Normal file
View File

@ -0,0 +1,4 @@
This is a wrapper around protocol buffers. Protocol buffers
is a specification format for APIs, such as those inside Google
.This library provides protocol buffer message classes and
objects that largely behave like native Python types.

18
py-proto-plus/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= proto-plus-1.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/75/0d/dd8e8c979eb843b873aeaadcfefd5383da7e2fc5593456a32264cae1cc5c/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/googleapis/proto-plus-python.git
COMMENT= Beautiful, Pythonic protocol buffers
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.12.0:../../devel/py-protobuf
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

73
py-proto-plus/PLIST Normal file
View File

@ -0,0 +1,73 @@
@comment $NetBSD$
${PYSITELIB}/proto/__init__.py
${PYSITELIB}/proto/__init__.pyc
${PYSITELIB}/proto/__init__.pyo
${PYSITELIB}/proto/_file_info.py
${PYSITELIB}/proto/_file_info.pyc
${PYSITELIB}/proto/_file_info.pyo
${PYSITELIB}/proto/_package_info.py
${PYSITELIB}/proto/_package_info.pyc
${PYSITELIB}/proto/_package_info.pyo
${PYSITELIB}/proto/datetime_helpers.py
${PYSITELIB}/proto/datetime_helpers.pyc
${PYSITELIB}/proto/datetime_helpers.pyo
${PYSITELIB}/proto/enums.py
${PYSITELIB}/proto/enums.pyc
${PYSITELIB}/proto/enums.pyo
${PYSITELIB}/proto/fields.py
${PYSITELIB}/proto/fields.pyc
${PYSITELIB}/proto/fields.pyo
${PYSITELIB}/proto/marshal/__init__.py
${PYSITELIB}/proto/marshal/__init__.pyc
${PYSITELIB}/proto/marshal/__init__.pyo
${PYSITELIB}/proto/marshal/collections/__init__.py
${PYSITELIB}/proto/marshal/collections/__init__.pyc
${PYSITELIB}/proto/marshal/collections/__init__.pyo
${PYSITELIB}/proto/marshal/collections/maps.py
${PYSITELIB}/proto/marshal/collections/maps.pyc
${PYSITELIB}/proto/marshal/collections/maps.pyo
${PYSITELIB}/proto/marshal/collections/repeated.py
${PYSITELIB}/proto/marshal/collections/repeated.pyc
${PYSITELIB}/proto/marshal/collections/repeated.pyo
${PYSITELIB}/proto/marshal/compat.py
${PYSITELIB}/proto/marshal/compat.pyc
${PYSITELIB}/proto/marshal/compat.pyo
${PYSITELIB}/proto/marshal/marshal.py
${PYSITELIB}/proto/marshal/marshal.pyc
${PYSITELIB}/proto/marshal/marshal.pyo
${PYSITELIB}/proto/marshal/rules/__init__.py
${PYSITELIB}/proto/marshal/rules/__init__.pyc
${PYSITELIB}/proto/marshal/rules/__init__.pyo
${PYSITELIB}/proto/marshal/rules/dates.py
${PYSITELIB}/proto/marshal/rules/dates.pyc
${PYSITELIB}/proto/marshal/rules/dates.pyo
${PYSITELIB}/proto/marshal/rules/enums.py
${PYSITELIB}/proto/marshal/rules/enums.pyc
${PYSITELIB}/proto/marshal/rules/enums.pyo
${PYSITELIB}/proto/marshal/rules/message.py
${PYSITELIB}/proto/marshal/rules/message.pyc
${PYSITELIB}/proto/marshal/rules/message.pyo
${PYSITELIB}/proto/marshal/rules/struct.py
${PYSITELIB}/proto/marshal/rules/struct.pyc
${PYSITELIB}/proto/marshal/rules/struct.pyo
${PYSITELIB}/proto/marshal/rules/wrappers.py
${PYSITELIB}/proto/marshal/rules/wrappers.pyc
${PYSITELIB}/proto/marshal/rules/wrappers.pyo
${PYSITELIB}/proto/message.py
${PYSITELIB}/proto/message.pyc
${PYSITELIB}/proto/message.pyo
${PYSITELIB}/proto/modules.py
${PYSITELIB}/proto/modules.pyc
${PYSITELIB}/proto/modules.pyo
${PYSITELIB}/proto/primitives.py
${PYSITELIB}/proto/primitives.pyc
${PYSITELIB}/proto/primitives.pyo
${PYSITELIB}/proto/utils.py
${PYSITELIB}/proto/utils.pyc
${PYSITELIB}/proto/utils.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

6
py-proto-plus/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (proto-plus-1.11.0.tar.gz) = 87ca970fab6ab8d9b8419f74cdb361bbfc6b9c9e
RMD160 (proto-plus-1.11.0.tar.gz) = 4f5151db83bffba6552f2b7978b21b1d9b79cca1
SHA512 (proto-plus-1.11.0.tar.gz) = 730c87a384dee1cf7a9a0afcee887e93dff4970eba380c1662f20bfff7375895455ef684b0fd37345845ff27979570515037e836ddf3c412ae14de813842bb68
Size (proto-plus-1.11.0.tar.gz) = 44004 bytes