pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Oct 26 00:03:12 2020 +0100
Changeset:	6aa4c3d201930b1f8faabdf7b37066d8465bdaac

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

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6aa4c3d201930b1f8faabdf7b37066d8465bdaac

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

diffstat:
 py-proto-plus/DESCR    |  4 +++
 py-proto-plus/Makefile | 18 +++++++++++++
 py-proto-plus/PLIST    | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++
 py-proto-plus/distinfo |  6 +++++
 4 files changed, 101 insertions(+)

diffs:
diff --git a/py-proto-plus/DESCR b/py-proto-plus/DESCR
new file mode 100644
index 0000000000..e5aef84130
--- /dev/null
+++ b/py-proto-plus/DESCR
@@ -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 --git a/py-proto-plus/Makefile b/py-proto-plus/Makefile
new file mode 100644
index 0000000000..6170c2c55a
--- /dev/null
+++ b/py-proto-plus/Makefile
@@ -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@localhost
+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"
diff --git a/py-proto-plus/PLIST b/py-proto-plus/PLIST
new file mode 100644
index 0000000000..72bdc483fb
--- /dev/null
+++ b/py-proto-plus/PLIST
@@ -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
diff --git a/py-proto-plus/distinfo b/py-proto-plus/distinfo
new file mode 100644
index 0000000000..3d303170d0
--- /dev/null
+++ b/py-proto-plus/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index