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/moz-tokenserver/Manifest
Normal file
2
dev-python/moz-tokenserver/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST moz-tokenserver-1.4.2.tar.gz 362433 BLAKE2B 21ea64e69fc025a47e39655102033d52c33f5cccdefca55b91aaa7760c0c92007e15575314f994b2ab9e1766294986f38fd46e24fa67a50fcbf6859eef8dfd14 SHA512 7e416f80d5c0a67c4120989682b15e9ffcf18c0d4674703c858255ef42b1c66feba8efb8814201c30f2eb79ac0703cc54d64f645b42a105087449230aa406d62
|
||||
EBUILD moz-tokenserver-1.4.2.ebuild 2549 BLAKE2B 8ee0ee443fc4a085eec7c28081a9f2b69f4ff7e39efa1c7aecabf55fb8169a104d5192d2fea5d3d479ad93cccb62fc990656f67bf5654f2a3c8111ab0a69f945 SHA512 836f0034dc0c405f831ec9f8cb38acca097f6d60804ae1d6d2395746198bfe6a267f8f318b5a958e51162e05b1b51597170c4e4c32a5ac6d3954c8ee34917b81
|
||||
68
dev-python/moz-tokenserver/moz-tokenserver-1.4.2.ebuild
Normal file
68
dev-python/moz-tokenserver/moz-tokenserver-1.4.2.ebuild
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# 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="tokenserver-${PV}"
|
||||
|
||||
DESCRIPTION="The Mozilla Token Server"
|
||||
HOMEPAGE="http://docs.services.mozilla.com/token/index.html"
|
||||
SRC_URI="https://github.com/mozilla-services/tokenserver/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/alembic-1.0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/boto-2.49.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2019.3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/configparser-3.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/cornice-3.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/enum34-1.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/hawkauthlib-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hupper-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/ipaddress-1.0.22[${PYTHON_USEDEP}]
|
||||
>=dev-python/konfig-1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mako-1.0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/markupsafe-1.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mozsvc-0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/paste-3.0.8[${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/pybrowserid-0.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyfxa-0.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymysql-sa-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyramid-1.10.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-editor-1.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/repoze-lru-0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-1.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/testfixtures-6.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tokenlib-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/translationstring-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/venusian-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/webob-1.8.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/zope-deprecation-4.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zope-interface-4.6.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue