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/google-cloud-spanner/Manifest
Normal file
2
dev-python/google-cloud-spanner/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST google-cloud-spanner-1.9.0.tar.gz 214629 BLAKE2B bbaa20dcfd0f7c430bfbda3a7b09f7b6bfd4b4644e9a271f28ef6beef3e7a08eae9ebd1b09044ca1e372e23e6e671dec7dd9f6f1e9b939ea88a648b69a668318 SHA512 5cacf2d8594a99d60505de48a396011272301b9bbdf0aa3f00a66c30d83aad340876188af23ad98108c7037d249138ceed64b99927ba54eab1900dfdbcecbde9
|
||||
EBUILD google-cloud-spanner-1.9.0.ebuild 442 BLAKE2B 8b7e32664b002cd1ce62e02b3b8eacf603a4a6ad6be67c304a6c3f9da976fed98763529157d58229f1f44865166ac8342860894e6352851039e45e2af317fa5c SHA512 b6ea2da633545ec3dc9a2dd0e49c2ce7ef3ba679d734b4c61d89275a2530953df719c0583ab439806f509dd5c00de200d889f5921cfb94f598138d1fca933732
|
||||
|
|
@ -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_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cloud Spanner API client library"
|
||||
HOMEPAGE="https://github.com/GoogleCloudPlatform/google-cloud-python"
|
||||
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