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/mozsvc/Manifest
Normal file
2
dev-python/mozsvc/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST mozsvc-0.10.tar.gz 38786 BLAKE2B 3de53b71ccbce6c708ea11424ade29b48efa6082ea96a53f2806d72fd53b90590dd06538f5366d0b24d866f60f27199d0edb9772ce8e0d921fa1163fb8734286 SHA512 0a96eef28c135c649366ed2df70756eb0029c9a518ff7c5fa9f806c68797b66d0954bdb8fd491511c84e1bbcf4f3610388f2bc7b7801bb00a9c8ffc789815493
|
||||
EBUILD mozsvc-0.10.ebuild 991 BLAKE2B 3965dc0223c74da0d6cf3fe12501883b9aa99dc29376ca666e704547ae2c0ed2dc394ef3bb13a661a5e131e464b3b6dd23d0f3c3f5989f7a39049002bc433492 SHA512 f2d264c92f425b981cc7494b0d948346f78ecd67a1e5d46e8c9261749e20c9634b6904b3b38afcfee26671c66ea7af2ecb86c74e01b55a21e80898ac2cfe25f2
|
||||
35
dev-python/mozsvc/mozsvc-0.10.ebuild
Normal file
35
dev-python/mozsvc/mozsvc-0.10.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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
|
||||
|
||||
DESCRIPTION="Various utilities for Mozilla apps"
|
||||
HOMEPAGE="https://github.com/mozilla-services/mozservices"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyramid-1.5[${PYTHON_USEDEP}]
|
||||
dev-python/pyramid_debugtoolbar[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/cef[${PYTHON_USEDEP}]
|
||||
dev-python/unittest2[${PYTHON_USEDEP}]
|
||||
dev-python/webtest[${PYTHON_USEDEP}]
|
||||
dev-python/wsgiproxy[${PYTHON_USEDEP}]
|
||||
dev-python/pyramid-hawkauth[${PYTHON_USEDEP}]
|
||||
dev-python/tokenlib[${PYTHON_USEDEP}]
|
||||
dev-python/hawkauthlib[${PYTHON_USEDEP}]
|
||||
>=dev-python/umemcache-1.3[${PYTHON_USEDEP}]
|
||||
www-servers/gunicorn[${PYTHON_USEDEP}]
|
||||
dev-python/gevent[${PYTHON_USEDEP}]
|
||||
dev-python/konfig[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue