mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/sse-starlette: add 0.7.2
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
29
dev-python/sse-starlette/sse-starlette-0.7.2.ebuild
Normal file
29
dev-python/sse-starlette/sse-starlette-0.7.2.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/starlette"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio
|
||||
dev-python/requests
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user