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_debugtoolbar-4.5.tar.gz 2937557 BLAKE2B 1ee6d0813324ed2dc2ea202fdb1ab63c62073b33ce063fe5c0168b7fde993e6f2722e888cdba52eb2f5bb8ccd0feb701276d18d66bb725da3e140adaad8e73cd SHA512 c8154f3023b6ee7d32ca9a4ef45d04b0ac7bd326f1712a3adbbccadcc9ca7de266caddbc516ed72fdb882ab549f9cf3e96ebbff516309cc22c3504081d95275b
EBUILD pyramid_debugtoolbar-4.5.ebuild 543 BLAKE2B 4a6361eb6d036bd585b4b783db22dd367aedd91f109bdf84c4e31b6e2be6a5ff087d3f410dc6a01dc7650e0520795ed93639ed86d414812f9feb9fab0c719824 SHA512 58a4d13382897d3f6312312e3261fca4db40a3c407f5f6a1481b1c1540a69334f1494e3176528b25329d0651c73b558fa8bb01fb79bddc9d98581e393fd76c08

View 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_{5,6} )
inherit distutils-r1
DESCRIPTION="A package which provides an interactive HTML debugger for Pyramid application development"
HOMEPAGE="https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/pyramid[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"