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/hawkauthlib/Manifest
Normal file
2
dev-python/hawkauthlib/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST hawkauthlib-2.0.0.tar.gz 14886 BLAKE2B 99b19febb3c74e6c007e390767b37c1f66e100fcdcd7891e30e9fbfb178781ab40477e363cd8c63aba9e032d04c03d1afd6bc93bd5243cc46d3a673803dd699f SHA512 4552f41a71d9998bf34179d4aad32a0e77b55862a6e38a8b5bef59967bd5e3c2b25ec3022a8f8d9e86f5162d7d1a73dfe3302f8a25b2afd4f6a276e6859901f4
|
||||
EBUILD hawkauthlib-2.0.0.ebuild 470 BLAKE2B 08aa2587bc1d873cd5c0f10b7d80f87cbbf81b7a822d351eefcaf567c26a6f4b88925b731462b9a5900b6dec8534c13016b8efb1f9d1680779ca63bce669c941 SHA512 3fe025be1404101750eeb41a0573746760705f9d1f5a8ee3fa17dbd7b096c794809dc9c0eb419d37e951758bef38e963de619eb729bdcb96462de1abe7f29f2d
|
||||
22
dev-python/hawkauthlib/hawkauthlib-2.0.0.ebuild
Normal file
22
dev-python/hawkauthlib/hawkauthlib-2.0.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Hawk Access Authentication protocol"
|
||||
HOMEPAGE="https://github.com/mozilla-services/hawkauthlib"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-python/webob[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue