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 moz-server-syncstorage-1.6.14.tar.gz 102928 BLAKE2B e02052ccb741644e9781746260f1104b34ab98a6bd770b8957b60c02398c1d5001bf69069194cb6dd3157fe09f8c0badfee67fb8720b42609c28aeeaa675dc97 SHA512 686452087821497a8d789c5f353781c5aff82cf7c7153ab23ffece1d1388cd07be131b7f4d38943470325609092d0b1d4430ac04391b1ac8d8cdc201f2e41ba5
EBUILD moz-server-syncstorage-1.6.14.ebuild 3601 BLAKE2B 18e2131db49d2eee1d0ebfa75f25d08e79ba3259b3eb462b91d3f31de98dc8afa9ded25bf3bdd06dccdb937855f9f3c9c271781a795aa19f1ed539f4a9cc67b5 SHA512 cc200262ab4f49467423059ccc6b56a8f0d8184e0ef7fe6a0cd16e2f244c660a405d381ef1d424964a43a5b462e18808674e7d4d6ac7c71e5d5220fe9a291112

View file

@ -0,0 +1,88 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MY_P="server-syncstorage-${PV}"
DESCRIPTION="The SyncServer server software, as used by Firefox Sync"
HOMEPAGE="https://github.com/mozilla-services/server-syncstorage"
SRC_URI="https://github.com/mozilla-services/server-syncstorage/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-python/beautifulsoup-4.4.1[${PYTHON_USEDEP}]
>=dev-python/cachetools-3.1.0[${PYTHON_USEDEP}]
>=dev-python/certifi-2019.3.9[${PYTHON_USEDEP}]
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]
>=dev-python/cornice-0.17[${PYTHON_USEDEP}]
>=dev-python/enum34-1.1.6[${PYTHON_USEDEP}]
>=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]
>=dev-python/futures-3.2.0[${PYTHON_USEDEP}]
>=dev-python/gevent-1.0.2[${PYTHON_USEDEP}]
>=dev-python/google-api-core-1.9.0[${PYTHON_USEDEP}]
>=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
>=dev-python/google-cloud-core-0.29.1[${PYTHON_USEDEP}]
>=dev-python/google-cloud-spanner-1.7.1[${PYTHON_USEDEP}]
>=dev-python/googleapis-common-protos-1.5.9[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.4.9[${PYTHON_USEDEP}]
>=dev-python/grpc-google-iam-v1-0.11.4[${PYTHON_USEDEP}]
>=dev-python/grpcio-1.20.0[${PYTHON_USEDEP}]
>=dev-python/grpcio-gcp-0.2.2[${PYTHON_USEDEP}]
>=www-servers/gunicorn-19.9.0[${PYTHON_USEDEP}]
>=dev-python/hawkauthlib-0.1.1[${PYTHON_USEDEP}]
>=dev-python/hupper-1.6.1[${PYTHON_USEDEP}]
>=dev-python/idna-2.7[${PYTHON_USEDEP}]
>=dev-python/konfig-0.9[${PYTHON_USEDEP}]
>=dev-python/linecache2-1.0.0[${PYTHON_USEDEP}]
>=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]
>=dev-python/mozsvc-0.10[${PYTHON_USEDEP}]
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
>=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
>=dev-python/pastedeploy-2.0.1[${PYTHON_USEDEP}]
>=dev-python/plaster-1.0[${PYTHON_USEDEP}]
>=dev-python/plaster-pastedeploy-0.7[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.7.1[${PYTHON_USEDEP}]
>=dev-python/pyasn1-0.4.5[${PYTHON_USEDEP}]
>=dev-python/pyasn1-modules-0.2.4[${PYTHON_USEDEP}]
>=dev-python/pybrowserid-0.9.2[${PYTHON_USEDEP}]
>=dev-python/pycodestyle-2.3.1[${PYTHON_USEDEP}]
>=dev-python/pyflakes-1.6.0[${PYTHON_USEDEP}]
>=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}]
>=dev-python/pymysql-sa-1.0[${PYTHON_USEDEP}]
>=dev-python/pyramid-1.9.1[${PYTHON_USEDEP}]
>=dev-python/pyramid-hawkauth-0.1.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.1[${PYTHON_USEDEP}]
>=dev-python/repoze-lru-0.6[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
>=dev-python/rsa-4.0[${PYTHON_USEDEP}]
>=dev-python/simplejson-3.8.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.3.3[${PYTHON_USEDEP}]
>=dev-python/testfixtures-4.3.3[${PYTHON_USEDEP}]
>=dev-python/tokenlib-0.3.1[${PYTHON_USEDEP}]
>=dev-python/traceback2-1.4.0[${PYTHON_USEDEP}]
>=dev-python/translationstring-1.3[${PYTHON_USEDEP}]
>=dev-python/umemcache-1.6.3[${PYTHON_USEDEP}]
>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.24.2[${PYTHON_USEDEP}]
>=dev-python/venusian-1.0[${PYTHON_USEDEP}]
>=dev-python/waitress-1.1.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.7.4[${PYTHON_USEDEP}]
>=dev-python/webtest-2.0.18[${PYTHON_USEDEP}]
>=dev-python/wsgiproxy-0.2.2[${PYTHON_USEDEP}]
>=dev-python/zope-deprecation-4.1.2[${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.1.3[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"