pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-proto-plus devel/py-proto-plus: import py-pro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e365c54d9de7
branches: trunk
changeset: 385876:e365c54d9de7
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 28 11:05:39 2022 +0000
description:
devel/py-proto-plus: import py-proto-plus-1.22.1
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.
diffstat:
devel/py-proto-plus/DESCR | 4 ++
devel/py-proto-plus/Makefile | 20 ++++++++++
devel/py-proto-plus/PLIST | 82 ++++++++++++++++++++++++++++++++++++++++++++
devel/py-proto-plus/distinfo | 5 ++
4 files changed, 111 insertions(+), 0 deletions(-)
diffs (127 lines):
diff -r 9060ffccb5d0 -r e365c54d9de7 devel/py-proto-plus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-proto-plus/DESCR Wed Sep 28 11:05:39 2022 +0000
@@ -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.
diff -r 9060ffccb5d0 -r e365c54d9de7 devel/py-proto-plus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-proto-plus/Makefile Wed Sep 28 11:05:39 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/09/28 11:05:39 wiz Exp $
+
+DISTNAME= proto-plus-1.22.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/proto-plus/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/googleapis/proto-plus-python.git
+COMMENT= Beautiful, Pythonic protocol buffers
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.19.0:../../devel/py-protobuf
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9060ffccb5d0 -r e365c54d9de7 devel/py-proto-plus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-proto-plus/PLIST Wed Sep 28 11:05:39 2022 +0000
@@ -0,0 +1,82 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/28 11:05:39 wiz Exp $
+${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/bytes.py
+${PYSITELIB}/proto/marshal/rules/bytes.pyc
+${PYSITELIB}/proto/marshal/rules/bytes.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/field_mask.py
+${PYSITELIB}/proto/marshal/rules/field_mask.pyc
+${PYSITELIB}/proto/marshal/rules/field_mask.pyo
+${PYSITELIB}/proto/marshal/rules/message.py
+${PYSITELIB}/proto/marshal/rules/message.pyc
+${PYSITELIB}/proto/marshal/rules/message.pyo
+${PYSITELIB}/proto/marshal/rules/stringy_numbers.py
+${PYSITELIB}/proto/marshal/rules/stringy_numbers.pyc
+${PYSITELIB}/proto/marshal/rules/stringy_numbers.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
diff -r 9060ffccb5d0 -r e365c54d9de7 devel/py-proto-plus/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-proto-plus/distinfo Wed Sep 28 11:05:39 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/28 11:05:39 wiz Exp $
+
+BLAKE2s (proto-plus-1.22.1.tar.gz) = a11464adcea69c9ecd4bf788eed8014d8db36b2dafb8b68c272a8a0487df291c
+SHA512 (proto-plus-1.22.1.tar.gz) = 8c692b8d11a2f839c81bec21ac582a427b2746f0228f1e2e392454d716f705fed52e7175f3c5fa623d9772223b3570dca8115755490297d71de0d238d13173c0
+Size (proto-plus-1.22.1.tar.gz) = 53110 bytes
Home |
Main Index |
Thread Index |
Old Index