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/cornice/Manifest
Normal file
2
dev-python/cornice/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST cornice-3.5.1.tar.gz 28141 BLAKE2B c8f47eacb869025f20b15cadec9e7b96beb4fa2a72265149de20b08eeef00ae6e20b95149c1e290262a678d86df3af162fe45cffbf302ba68c4388acb0b03280 SHA512 b210b03359e53b36e84ed3ed7d443626e0d50273af34e93048fed23ec532b18a6f91e9346a0bbfadda344a10ca4b151ee1fb4a7d39efde84ce0933876eb42cc9
|
||||
EBUILD cornice-3.5.1.ebuild 413 BLAKE2B de35ad5e5c274e9d25ecc9e6eded97b479e92f104395fc4711dcc2b58f7a6be2f5cae1d56450889d165b9e8e4d2c12ca19d2f5da58fff8334c888f56fb2f96a2 SHA512 494f2abd3658e1778c7b89937d5a28ca7f50e80ea03ccb5d25a7d69dc86202717ad31a425439328b75f2b4fcad091fcb89c0284b13ad6acd0ff0af590d0855e9
|
||||
20
dev-python/cornice/cornice-3.5.1.ebuild
Normal file
20
dev-python/cornice/cornice-3.5.1.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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="Build Web Services with Pyramid"
|
||||
HOMEPAGE="https://cornice.readthedocs.io/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue