pkgsrc-WIP-changes archive

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

Add py-grpcio



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Sun Apr 8 08:38:14 2018 -0400
Changeset:	08376ea6d64de7defcbd342c32c75dcba0887212

Modified Files:
	Makefile
Added Files:
	py-grpcio/DESCR
	py-grpcio/Makefile
	py-grpcio/PLIST
	py-grpcio/distinfo

Log Message:
Add py-grpcio

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

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

diffstat:
 Makefile           |   1 +
 py-grpcio/DESCR    |   0
 py-grpcio/Makefile |  33 +++++++++++++++
 py-grpcio/PLIST    | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-grpcio/distinfo |   6 +++
 5 files changed, 156 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b494c90bbe..0f34d47268 100644
--- a/Makefile
+++ b/Makefile
@@ -3235,6 +3235,7 @@ SUBDIR+=	py-graphsim
 SUBDIR+=	py-gratelpy
 SUBDIR+=	py-gravipy
 SUBDIR+=	py-griddata
+SUBDIR+=	py-grpcio
 SUBDIR+=	py-grpy
 SUBDIR+=	py-gsl
 SUBDIR+=	py-gslodeiv2
diff --git a/py-grpcio/DESCR b/py-grpcio/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-grpcio/Makefile b/py-grpcio/Makefile
new file mode 100644
index 0000000000..e4e0a7a8da
--- /dev/null
+++ b/py-grpcio/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME=	grpcio-1.10.1
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=   ${MASTER_SITE_PYPI:=g/grpcio/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://grpc.io
+COMMENT=	HTTP/2-based RPC framework
+LICENSE=	apache-2.0
+
+DEPENDS+=       ${PYPKGPREFIX}-protobuf>=3.5.0:../../devel/py-protobuf
+DEPENDS+=       ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
+
+USE_LANGUAGES+=	c++ c
+
+SUBST_CLASSES+=         prefix
+SUBST_STAGE.prefix=     post-patch
+SUBST_MESSAGE.prefix=   Fix include path finding Python.h
+SUBST_FILES.prefix=     src/python/grpcio/support.py
+SUBST_FILES.prefix=     src/python/grpcio/grpc/_cython/cygrpc.c
+SUBST_VARS.prefix=      PREFIX
+
+.include "../../lang/python/pyversion.mk"
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=       ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures
+DEPENDS+=       ${PYPKGPREFIX}-enum34>=1.0.4:../../devel/py-enum34
+.endif
+
+.include "../../lang/python/egg.mk"
+# url2pkg-marker (please do not remove this line.)
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-grpcio/PLIST b/py-grpcio/PLIST
new file mode 100644
index 0000000000..39cb893f6b
--- /dev/null
+++ b/py-grpcio/PLIST
@@ -0,0 +1,116 @@
+@comment $NetBSD$
+${PYSITELIB}/grpc/__init__.py
+${PYSITELIB}/grpc/__init__.pyo
+${PYSITELIB}/grpc/__init__.pyc
+${PYSITELIB}/grpc/_auth.pyo
+${PYSITELIB}/grpc/_auth.pyc
+${PYSITELIB}/grpc/_channel.pyo
+${PYSITELIB}/grpc/_channel.pyc
+${PYSITELIB}/grpc/_common.pyo
+${PYSITELIB}/grpc/_common.pyc
+${PYSITELIB}/grpc/_grpcio_metadata.pyo
+${PYSITELIB}/grpc/_grpcio_metadata.pyc
+${PYSITELIB}/grpc/_interceptor.pyo
+${PYSITELIB}/grpc/_interceptor.pyc
+${PYSITELIB}/grpc/_plugin_wrapping.pyo
+${PYSITELIB}/grpc/_plugin_wrapping.pyc
+${PYSITELIB}/grpc/_server.pyo
+${PYSITELIB}/grpc/_server.pyc
+${PYSITELIB}/grpc/_utilities.pyo
+${PYSITELIB}/grpc/_utilities.pyc
+${PYSITELIB}/grpc/_auth.py
+${PYSITELIB}/grpc/_channel.py
+${PYSITELIB}/grpc/_common.py
+${PYSITELIB}/grpc/_cython/__init__.py
+${PYSITELIB}/grpc/_cython/__init__.pyo
+${PYSITELIB}/grpc/_cython/__init__.pyc
+${PYSITELIB}/grpc/_cython/_credentials/roots.pem
+${PYSITELIB}/grpc/_cython/_cygrpc/__init__.py
+${PYSITELIB}/grpc/_cython/_cygrpc/__init__.pyo
+${PYSITELIB}/grpc/_cython/_cygrpc/__init__.pyc
+${PYSITELIB}/grpc/_cython/cygrpc.so
+${PYSITELIB}/grpc/_grpcio_metadata.py
+${PYSITELIB}/grpc/_interceptor.py
+${PYSITELIB}/grpc/_plugin_wrapping.py
+${PYSITELIB}/grpc/_server.py
+${PYSITELIB}/grpc/_utilities.py
+${PYSITELIB}/grpc/beta/__init__.py
+${PYSITELIB}/grpc/beta/__init__.pyo
+${PYSITELIB}/grpc/beta/__init__.pyc
+${PYSITELIB}/grpc/beta/_client_adaptations.pyo
+${PYSITELIB}/grpc/beta/_client_adaptations.pyc
+${PYSITELIB}/grpc/beta/_metadata.pyo
+${PYSITELIB}/grpc/beta/_metadata.pyc
+${PYSITELIB}/grpc/beta/_server_adaptations.pyo
+${PYSITELIB}/grpc/beta/_server_adaptations.pyc
+${PYSITELIB}/grpc/beta/implementations.pyo
+${PYSITELIB}/grpc/beta/implementations.pyc
+${PYSITELIB}/grpc/beta/interfaces.pyo
+${PYSITELIB}/grpc/beta/interfaces.pyc
+${PYSITELIB}/grpc/beta/utilities.pyo
+${PYSITELIB}/grpc/beta/utilities.pyc
+${PYSITELIB}/grpc/beta/_client_adaptations.py
+${PYSITELIB}/grpc/beta/_metadata.py
+${PYSITELIB}/grpc/beta/_server_adaptations.py
+${PYSITELIB}/grpc/beta/implementations.py
+${PYSITELIB}/grpc/beta/interfaces.py
+${PYSITELIB}/grpc/beta/utilities.py
+${PYSITELIB}/grpc/framework/__init__.py
+${PYSITELIB}/grpc/framework/__init__.pyo
+${PYSITELIB}/grpc/framework/__init__.pyc
+${PYSITELIB}/grpc/framework/common/__init__.py
+${PYSITELIB}/grpc/framework/common/__init__.pyo
+${PYSITELIB}/grpc/framework/common/__init__.pyc
+${PYSITELIB}/grpc/framework/common/cardinality.pyo
+${PYSITELIB}/grpc/framework/common/cardinality.pyc
+${PYSITELIB}/grpc/framework/common/style.pyo
+${PYSITELIB}/grpc/framework/common/style.pyc
+${PYSITELIB}/grpc/framework/common/cardinality.py
+${PYSITELIB}/grpc/framework/common/style.py
+${PYSITELIB}/grpc/framework/foundation/__init__.py
+${PYSITELIB}/grpc/framework/foundation/__init__.pyo
+${PYSITELIB}/grpc/framework/foundation/__init__.pyc
+${PYSITELIB}/grpc/framework/foundation/abandonment.pyo
+${PYSITELIB}/grpc/framework/foundation/abandonment.pyc
+${PYSITELIB}/grpc/framework/foundation/callable_util.pyo
+${PYSITELIB}/grpc/framework/foundation/callable_util.pyc
+${PYSITELIB}/grpc/framework/foundation/future.pyo
+${PYSITELIB}/grpc/framework/foundation/future.pyc
+${PYSITELIB}/grpc/framework/foundation/logging_pool.pyo
+${PYSITELIB}/grpc/framework/foundation/logging_pool.pyc
+${PYSITELIB}/grpc/framework/foundation/stream.pyo
+${PYSITELIB}/grpc/framework/foundation/stream.pyc
+${PYSITELIB}/grpc/framework/foundation/stream_util.pyo
+${PYSITELIB}/grpc/framework/foundation/stream_util.pyc
+${PYSITELIB}/grpc/framework/foundation/abandonment.py
+${PYSITELIB}/grpc/framework/foundation/callable_util.py
+${PYSITELIB}/grpc/framework/foundation/future.py
+${PYSITELIB}/grpc/framework/foundation/logging_pool.py
+${PYSITELIB}/grpc/framework/foundation/stream.py
+${PYSITELIB}/grpc/framework/foundation/stream_util.py
+${PYSITELIB}/grpc/framework/interfaces/__init__.py
+${PYSITELIB}/grpc/framework/interfaces/__init__.pyo
+${PYSITELIB}/grpc/framework/interfaces/__init__.pyc
+${PYSITELIB}/grpc/framework/interfaces/base/__init__.py
+${PYSITELIB}/grpc/framework/interfaces/base/__init__.pyo
+${PYSITELIB}/grpc/framework/interfaces/base/__init__.pyc
+${PYSITELIB}/grpc/framework/interfaces/base/base.pyo
+${PYSITELIB}/grpc/framework/interfaces/base/base.pyc
+${PYSITELIB}/grpc/framework/interfaces/base/utilities.pyo
+${PYSITELIB}/grpc/framework/interfaces/base/utilities.pyc
+${PYSITELIB}/grpc/framework/interfaces/base/base.py
+${PYSITELIB}/grpc/framework/interfaces/base/utilities.py
+${PYSITELIB}/grpc/framework/interfaces/face/__init__.py
+${PYSITELIB}/grpc/framework/interfaces/face/__init__.pyo
+${PYSITELIB}/grpc/framework/interfaces/face/__init__.pyc
+${PYSITELIB}/grpc/framework/interfaces/face/face.pyo
+${PYSITELIB}/grpc/framework/interfaces/face/face.pyc
+${PYSITELIB}/grpc/framework/interfaces/face/utilities.pyo
+${PYSITELIB}/grpc/framework/interfaces/face/utilities.pyc
+${PYSITELIB}/grpc/framework/interfaces/face/face.py
+${PYSITELIB}/grpc/framework/interfaces/face/utilities.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-grpcio/distinfo b/py-grpcio/distinfo
new file mode 100644
index 0000000000..fba1f62485
--- /dev/null
+++ b/py-grpcio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (grpcio-1.10.1.tar.gz) = 0f8f4dcdff2ae57f13cf431bb8378e2f3a25ef35
+RMD160 (grpcio-1.10.1.tar.gz) = 7a152d3653440fdd2ea43d007b63a1ef0655c2e4
+SHA512 (grpcio-1.10.1.tar.gz) = d3300998437f7ee36026e1a7f0903f0c4a26c3fb919b5dbd397cf6ded88bf8ceca95bd48e11f6084a14a182d6b7c9f8dfa4af89eadd39d19877c25674111849e
+Size (grpcio-1.10.1.tar.gz) = 13998215 bytes


Home | Main Index | Thread Index | Old Index