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 PyFxA-0.7.2.tar.gz 36798 BLAKE2B 91935f8faed62cbdf845a9ab2bba2a62350140918a9931547a45ea5b276cc4c63e93bba51afd95c1b9e55fe8e4559515596a9d6bbc41f31ae41782455a8c71e6 SHA512 2f5509a387c0dfab95d2c42bf9a39292a319de3d95838e367322e3717ef477e154517dd84fe9dea3a585145bccb31b93f1b8cbc53c13df2ca31cc1e2ca9da3dd
EBUILD pyfxa-0.7.2.ebuild 673 BLAKE2B f3bd39159b6f691047bfb444a4909e54a87a31d6238d81ba6a9e91bc79838a799350a16af6dee795c31bee8bf82f90ffd8690a26f09a18cb4e2ad78bcb378242 SHA512 34c81c100c7579733fab96c14ba6de509ade00da82b63f82172c2f5615529523cf81c73318de309a912f648c25adace15280520a3f57d3bf281c4f77718b57bf

View file

@ -0,0 +1,30 @@
# 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
MY_P="PyFxA-${PV}"
DESCRIPTION="Firefox Accounts client library for Python"
HOMEPAGE="https://github.com/mozilla/PyFxA"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="MPL2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/hawkauthlib[${PYTHON_USEDEP}]
dev-python/pybrowserid[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"