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 pyramid_hawkauth-2.0.0.tar.gz 10820 BLAKE2B ac915623b98fb2ff4d4a3cef10d043818f3e6570e5f9d8c11537146e6db4d6bce08c9bca619c5083c0f39dd15dec54a73cb14ada0587880952a85d0edb24dfdb SHA512 d34a4a23ee13dc61aa8de813dc07879367f67c74441bc598d0e9025653065bd882e867a4e572ef87b99a05022b360d78b3ecd9eaa155bc956d5a7d2ffd4548e7
EBUILD pyramid-hawkauth-2.0.0.ebuild 634 BLAKE2B a0e5732d6e14562ea2d486c727d05dc0f40e7dda05bbad12e89048f9d2b4c20a8a4981ffb12f67d496bc8d3c5ed4479f6b1b3a6bdf4d772dc24ac357acc1a884 SHA512 f5355eb3c4bd7a204580d2b0ce29c403003e813ce5fe9915a3534149acc8b6d23506e5d23a368871d87b35a398fb41673534cbb2b7ae2520884e7d32cf4a078c

View file

@ -0,0 +1,28 @@
# 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
MY_P="${PN/-/_}-${PV}"
DESCRIPTION="A Pyramid authentication plugin for HAWK"
HOMEPAGE="https://github.com/mozilla-services/pyramid_hawkauth"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="MPL2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-python/pyramid-1.6[${PYTHON_USEDEP}]
>=dev-python/tokenlib-2.0.0[${PYTHON_USEDEP}]
>=dev-python/hawkauthlib-2.0.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"