notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
py-grpcio HTTP/2-based RPC framework
1.30.0_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.30.0_1Version of this port present on the latest quarterly branch.
Maintainer: vanilla@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py37: py37-grpcio
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-six>1 : devel/py-six@py37
  2. py37-protobuf>=3 : devel/py-protobuf@py37
  3. py37-setuptools>0 : devel/py-setuptools@py37
  4. python3.7 : lang/python37
Library dependencies:
  1. libcares.so : dns/c-ares
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/grpcio/
  2. https://pypi.org/packages/source/g/grpcio/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.30.0_1
09 Aug 2020 12:18:16
commit hash: 99e97b4601a73b660565a1ee9e2867b30de9858dcommit hash: 99e97b4601a73b660565a1ee9e2867b30de9858dcommit hash: 99e97b4601a73b660565a1ee9e2867b30de9858dcommit hash: 99e97b4601a73b660565a1ee9e2867b30de9858d files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
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
Revision:544564Original commit files touched by this commit
pkubaj search for other commits by this committer
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