www-apps/syncserver: new package (and deps) for Firefox Sync Server
This commit is contained in:
parent
ceb5871da9
commit
b1dc230fa4
98 changed files with 1907 additions and 0 deletions
2
dev-python/grpcio-gcp/Manifest
Normal file
2
dev-python/grpcio-gcp/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST grpcio-gcp-0.2.2.tar.gz 13366 BLAKE2B 57ee93b785da7c190b3caf0435a4791012ab83c4e62ab0eb3dabad68a3952693a89ebd3b7ce1d2b21d81f59b9e2d828bd283812e13bb98f457400ad53463a0c0 SHA512 8a4d9ecc47c9ea446eee3de24b3b712af576b722502276983a3abf8ebb130981449eb244b4c7f51892d439a007ff565c48d52d9241e5162e708ee0dc323ab5ef
|
||||
EBUILD grpcio-gcp-0.2.2.ebuild 411 BLAKE2B d361c925799e9cff7c745e2fe2d262c3220bb7432806ecf34c00b519b427bc791e4630f8bf0594a7ced7e8d73ae23560b8a4188ec416e7bb3a73b0117344b187 SHA512 c8d4ec0b939245b3818081d85c9494fa3adf708121e00747bc5eea720759c2271665f453bacebf1c82070741dabe1cbf874142e92a16f5b3874335b1b2e59736
|
||||
20
dev-python/grpcio-gcp/grpcio-gcp-0.2.2.ebuild
Normal file
20
dev-python/grpcio-gcp/grpcio-gcp-0.2.2.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="gRPC extensions for Google Cloud Platform"
|
||||
HOMEPAGE="https://grpc.io/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue