parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 6b332b5adbb6109d696594f6ca80974bec570a3f
parent 6f56a3512f59ce7833e830c1acb7c4ea6d4c8048
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 15 May 2021 08:54:09 +0200

dev-python/bjoern: Update python_compat.

Diffstat:
Mdev-python/bjoern/bjoern-9999.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bjoern/bjoern-9999.ebuild b/dev-python/bjoern/bjoern-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 git-r3 DESCRIPTION="A screamingly fast Python WSGI server written in C"