| Port details on branch 2020Q3 |
- py-grpcio HTTP/2-based RPC framework
- 1.30.0_1 devel
=0 1.30.0_1Version of this port present on the latest quarterly branch. - Maintainer: vanilla@FreeBSD.org
 - Port Added: 2020-08-09 12:18:20
- Last Update: 2020-08-09 12:18:16
- Commit Hash: 99e97b4
- Also Listed In: python
- License: APACHE20
- WWW:
- https://pypi.org/project/grpcio/
- Description:
- HTTP/2-based RPC framework.
WWW: https://pypi.org/project/grpcio/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}grpcio>0:devel/py-grpcio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-grpcio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-grpcio
- pkg install py37-grpcio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py37-grpcio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py37-grpcio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1593141108
SHA256 (grpcio-1.30.0.tar.gz) = e8f2f5d16e0164c415f1b31a8d9a81f2e4645a43d1b261375d6bab7b0adf511f
SIZE (grpcio-1.30.0.tar.gz) = 19674635
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-six>1 : devel/py-six@py37
- py37-protobuf>=3 : devel/py-protobuf@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libcares.so : dns/c-ares
- This port is required by:
- for Run
-
- net/ceph14
Configuration Options:
- No options to configure
- Options name:
- devel_py-grpcio
- USES:
- compiler:c++11-lib localbase:ldflags python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.30.0_1 09 Aug 2020 12:18:16
    |
Piotr Kubaj (pkubaj)  |
MFH: r544563
devel/py-grpcio: fix build on powerpc(64)
Some mingling with headers is required to build abseil properly.
BoringSSL doesn't support powerpc and powerpc64 at all, only powerpc64le
(ppc64le) is supported, so use system OpenSSL. BoringSSL is used because ALPN
support is required, but it was implemented back in OpenSSL 1.0.2, which even
stable/11 branch has. There's no need to use external SSL library at all.
Bump PORTREVISION because of package change.
PR: 248550
Approved by: vanilla (maintainer)
Approved by: portmgr (fix build blanket) |
1.30.0_1 09 Aug 2020 12:18:16
  |
pkubaj  |
MFH: r544563
devel/py-grpcio: fix build on powerpc(64)
Some mingling with headers is required to build abseil properly.
BoringSSL doesn't support powerpc and powerpc64 at all, only powerpc64le
(ppc64le) is supported, so use system OpenSSL. BoringSSL is used because ALPN
support is required, but it was implemented back in OpenSSL 1.0.2, which even
stable/11 branch has. There's no need to use external SSL library at all.
Bump PORTREVISION because of package change.
PR: 248550
Approved by: vanilla (maintainer)
Approved by: portmgr (fix build blanket) |
Number of commits found: 2
|