tdev-python/bjoern: Add 2.2.3 - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 9a7eb61a98aa227360486f8b259f6a91d0820eec DIR parent 5ecb189602d905ec5f458e3af6222dbf65c83dfa HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 27 Jan 2019 15:27:38 +0100 dev-python/bjoern: Add 2.2.3 Diffstat: A dev-python/bjoern/Manifest | 1 + A dev-python/bjoern/bjoern-2.2.3.ebu… | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) --- DIR diff --git a/dev-python/bjoern/Manifest b/dev-python/bjoern/Manifest t@@ -0,0 +1 @@ +DIST bjoern-2.2.3.tar.gz 38822 BLAKE2B 1fc1daeb3c6091384d7630c6fd33542d7b49e41caa5241d9bfa3e215e7cea79c552db36322712f11b8117df2f5be8903e26698e4776e21dba5f4d332ddeea6f6 SHA512 4d7d800657ffe1396e2649760c7ad2374da82387b0a5524534891374e9d399be454224f6293840c8981ecc376129840a748980e716db4774ca17f31f37a0e1e0 DIR diff --git a/dev-python/bjoern/bjoern-2.2.3.ebuild b/dev-python/bjoern/bjoern-2.2.3.ebuild t@@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +inherit distutils-r1 + +DESCRIPTION="A screamingly fast Python WSGI server written in C" +HOMEPAGE="https://github.com/jonashaag/bjoern https://pypi.org/project/bjoern/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/libev + net-libs/http-parser" +RDEPEND="${DEPEND}"