pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-proto-plus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 28 11:05:39 UTC 2022

Added Files:
        pkgsrc/devel/py-proto-plus: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-proto-plus/DESCR \
    pkgsrc/devel/py-proto-plus/Makefile pkgsrc/devel/py-proto-plus/PLIST \
    pkgsrc/devel/py-proto-plus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-proto-plus/DESCR
diff -u /dev/null pkgsrc/devel/py-proto-plus/DESCR:1.1
--- /dev/null   Wed Sep 28 11:05:39 2022
+++ pkgsrc/devel/py-proto-plus/DESCR    Wed Sep 28 11:05:39 2022
@@ -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.
Index: pkgsrc/devel/py-proto-plus/Makefile
diff -u /dev/null pkgsrc/devel/py-proto-plus/Makefile:1.1
--- /dev/null   Wed Sep 28 11:05:39 2022
+++ pkgsrc/devel/py-proto-plus/Makefile Wed Sep 28 11:05:39 2022
@@ -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"
Index: pkgsrc/devel/py-proto-plus/PLIST
diff -u /dev/null pkgsrc/devel/py-proto-plus/PLIST:1.1
--- /dev/null   Wed Sep 28 11:05:39 2022
+++ pkgsrc/devel/py-proto-plus/PLIST    Wed Sep 28 11:05:39 2022
@@ -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
Index: pkgsrc/devel/py-proto-plus/distinfo
diff -u /dev/null pkgsrc/devel/py-proto-plus/distinfo:1.1
--- /dev/null   Wed Sep 28 11:05:39 2022
+++ pkgsrc/devel/py-proto-plus/distinfo Wed Sep 28 11:05:39 2022
@@ -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