Home
       tdev-python/bjoern: Update to 3.1.0 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 54fc74f08abb9ed55b4451002ce4ad04c8c6afdc
   DIR parent d2d20cfe6aa35793db6ea5c46d68c6e6550e4d20
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  6 May 2020 00:55:59 +0200
       
       dev-python/bjoern: Update to 3.1.0
       
       Diffstat:
         M dev-python/bjoern/Manifest          |       2 +-
         D dev-python/bjoern/bjoern-2.2.3.ebu… |      20 --------------------
         A dev-python/bjoern/bjoern-3.1.0.ebu… |      20 ++++++++++++++++++++
       
       3 files changed, 21 insertions(+), 21 deletions(-)
       ---
   DIR diff --git a/dev-python/bjoern/Manifest b/dev-python/bjoern/Manifest
       t@@ -1 +1 @@
       -DIST bjoern-2.2.3.tar.gz 38822 BLAKE2B 1fc1daeb3c6091384d7630c6fd33542d7b49e41caa5241d9bfa3e215e7cea79c552db36322712f11b8117df2f5be8903e26698e4776e21dba5f4d332ddeea6f6 SHA512 4d7d800657ffe1396e2649760c7ad2374da82387b0a5524534891374e9d399be454224f6293840c8981ecc376129840a748980e716db4774ca17f31f37a0e1e0
       +DIST bjoern-3.1.0.tar.gz 42061 BLAKE2B a1ff8411fd2f6bc568bdfa0c5f68a10d52de4a613268d8b840ee9b176ef20618c591f319f99be99b2495effacc1592c25c3dc994eba37348c71a1b13f93d2be1 SHA512 c72d897e120e546a83618245a5382bf55144589d32b1d71a92dfac567abac4a4afd20d15a116ec833bb62e27f1944d05b14b76f6c887b0eb6f09ae121c8c6e43
   DIR diff --git a/dev-python/bjoern/bjoern-2.2.3.ebuild b/dev-python/bjoern/bjoern-2.2.3.ebuild
       t@@ -1,20 +0,0 @@
       -# Copyright 2019 Gentoo Authors
       -# 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}"
   DIR diff --git a/dev-python/bjoern/bjoern-3.1.0.ebuild b/dev-python/bjoern/bjoern-3.1.0.ebuild
       t@@ -0,0 +1,20 @@
       +# Copyright 2019 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=7
       +
       +PYTHON_COMPAT=( python3_{6,7,8} )
       +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}"