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/hupper/Manifest
Normal file
2
dev-python/hupper/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST hupper-1.8.1.tar.gz 40122 BLAKE2B e3ab5b3cdface02bd9eaf4fb85064f02f735ab5da666347fd6ea66b1f61a8d77f1ef37a648a1f41d4dc8a75c1426491a22251ad5b7ca6b754b0336bffa0768c7 SHA512 f3bb7e3678fbef2a7e9bfdf39300183025ac896dbbf2cb796e0b63a162ef19ad8043e38c065a7bdfc2991423ba0ca92c91b751c7953b862f21889f45f670eacc
|
||||
EBUILD hupper-1.8.1.ebuild 762 BLAKE2B 07e0df46e8a58ab60a5dd99c4aa93c75f15c7d1aa7d705fbd161bc9b02808848c8c556beaa78d3705c0f583ea9caadfb55f0026a778354876b4b9b91cbed8ed3 SHA512 277979c8929a77e064688cb1055a9c39ab4fa0d9f2ed9ad85012db8f8d9c4200b71fb6d3b0291cd9bace245c4839df14d94c4a7dd36826bad6ba35b2d1ae4b17
|
||||
32
dev-python/hupper/hupper-1.8.1.ebuild
Normal file
32
dev-python/hupper/hupper-1.8.1.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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="Integrated process monitor for developing and reloading daemons."
|
||||
HOMEPAGE="https://github.com/Pylons/hupper"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND="
|
||||
doc? (
|
||||
dev-python/pylons-sphinx-themes[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/watchdog[${PYTHON_USEDEP}]
|
||||
)
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/watchdog[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue