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/tokenlib/Manifest
Normal file
2
dev-python/tokenlib/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST tokenlib-2.0.0.tar.gz 9374 BLAKE2B 54746b41365be77a21ee8502a55ade86ce650e6fda40824b6d2013c7863675364dcf4d3abc5d25a67182d74012f95d49326db445d07c118fc6abbb02a85c5d51 SHA512 ab17994f85676ff304b30d6f9480ebe681d82e61c11b331cb6b662100e4fb28b160ebc1dcf2f73620829a552ccdb3d6feb2850deabef9c63b6affc1210ae2078
|
||||
EBUILD tokenlib-2.0.0.ebuild 733 BLAKE2B 163b0b70a5146eaa26b439dac3501704f3199fbca2dc98f44efb26b4bffea9af99631a5f03a8db3894ca3dcc8b8fe39a527748bfe2996e045764a5258243efb6 SHA512 ea9c28f7e3cb509ba0218840f06e4f581fd2dead0d47168810144e5a46e24b8ad52134095a795b72e2635a56c0eecdd86e02bc2154488d41179787d42cc20d1f
|
||||
30
dev-python/tokenlib/tokenlib-2.0.0.ebuild
Normal file
30
dev-python/tokenlib/tokenlib-2.0.0.ebuild
Normal 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="Generic library for managing signed authentication tokens."
|
||||
HOMEPAGE="https://github.com/mozilla-services/tokenlib"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
dev-python/tox[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue