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-1.10.4.tar.gz 2677952 BLAKE2B f50c6658ee8f50bc36856da4e6fdc31d5adaebf2403b25f4d521d3ea4904c799b042f4c3f523ed141c842dcf7a1d13abc959a92e5f77435f7a1f09dc0d70dcd3 SHA512 24686ffccc7784eed8fbae1b0aeb2beb331b0403a4143f878eb0cfeacdd58d4ded7628edb784e01df6a230172ed0b3208f3b6e716983f1afc76796b66f742def
EBUILD pyramid-1.10.4.ebuild 793 BLAKE2B 33f66e24331cbe0a77af941c8025d86156ebfbd2893a051eaceb5c03a98de442007497770dbd8f59103dcad6ccbcad96c18b210a6de0cba3bb98755b772da1e2 SHA512 a58fd6a99dd4fd699013777ca1c93551fd7c7e86d74b9fa1cb89c5359e9fa1970666fe7812292c259a0200e01a0f3b4dee6aa73618210dd9b2b36a5acf3dec74

View file

@ -0,0 +1,29 @@
# 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} )
inherit distutils-r1
DESCRIPTION="The Pyramid Web Framework, a Pylons project"
HOMEPAGE="https://trypyramid.com/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-python/hupper-1.5[${PYTHON_USEDEP}]
dev-python/plaster[${PYTHON_USEDEP}]
dev-python/plaster-pastedeploy[${PYTHON_USEDEP}]
>=dev-python/translationstring-0.4[${PYTHON_USEDEP}]
>=dev-python/venusian-1.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.8.3[${PYTHON_USEDEP}]
>=dev-python/zope-deprecation-3.5.0[${PYTHON_USEDEP}]
>=dev-python/zope-interface-3.8.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"