www-apps/syncserver: new package (and deps) for Firefox Sync Server

This commit is contained in:
nemunaire 2019-07-21 22:22:03 +02:00
commit b1dc230fa4
98 changed files with 1907 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST google-api-core-1.14.0.tar.gz 73299 BLAKE2B fa2bbc7b69310d630b9824d92ca2b3a011f05bd2991072de5711f1f3aaee9b0c8540d7867a5fbd13d529ce6cc97a5dc8dec04925db91ebab1788bffed7355557 SHA512 3fcf957037cbb18566e1949d91acfa4b6ab942f9573180289520411ecbd7f9d592351a1e9328af97e1a79c4a877110ab37eb972317edcd14bf2fca12168fcf78
EBUILD google-api-core-1.14.0.ebuild 440 BLAKE2B d542367eb806e1c9fe0512e47331eaf8caf5a6a52963e09b205d98bb63aac761ae0bf893bb0df09eff7a5f8e84625881ee8e46d16f304f89a26d0afb7e7c63fa SHA512 4b71a89ac9832bbbbd5805d48692183a1c0f6f4c786e6d8e0e605d45858e4516f5a0b05e029180bd3d3abcb549b80c9a4aefac1d79a05f6d12ae12bea6c780c5

View 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_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Google API client core 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}"