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 plaster-1.0.tar.gz 29592 BLAKE2B 4d27f3a191df85b8319a9f1e398da5066691715302037b5a71ea92af265f96e56ae622973573a660c58a5c18e1258b0ddf6737f13f7a981d580ea6790e7c4bb5 SHA512 4fd2360471cfaff2e3de7f4e0db84200dfe27ea7900ef5edafefcd0fde59e1e6be12da8236e9714eb72958937b19246750f08c36272fff867847424fdd41db5a
EBUILD plaster-1.0.ebuild 704 BLAKE2B d358aa8256684a337ead11bee27cc8f1bb79168ad0c0c623fae4aa211e1e0a00f8b558abc73f5a163e1d96af9bdff8a2375e06d97f9c25fce063f874b55707e6 SHA512 6569b5137c624db192c9d7f2227d860d6c1c6d73003b13d0a3fc043fc9a1557f2bc23091f5b0d393207c9e698fa72e08ed7d11d7df4e066b40c29e6c60ca70d1

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
DESCRIPTION="A loader interface around multiple config file formats."
HOMEPAGE="https://docs.pylonsproject.org/projects/plaster/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/pylons-sphinx-themes[${PYTHON_USEDEP}]
)
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)
"
DEPEND="${RDEPEND}"