dev-python/sse-starlette: bump to py3.7,8

drop py3.6

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-09-24 14:43:53 +02:00
parent 7083710f9a
commit b91a78cef1
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Server Sent Events for Starlette"
HOMEPAGE="
https://pypi.org/project/sse-starlette/
https://github.com/sysid/sse-starlette
"
SRC_URI="https://github.com/sysid/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="test? (
dev-python/isort[${PYTHON_USEDEP}]
dev-python/starlette[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest