mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/sse-starlette: add 0.7.2
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST sse-starlette-0.6.1.tar.gz 6081 BLAKE2B d11c713f106334bd54b419fce4a6c9dc9a19b265220c281ee58165b14d8cccffc7e3636a90e3d741c38da498f4e747362310326bbfd7a57c96400118347c75b5 SHA512 ffb184ae36de1a54e244a6beacc138088afc0c4ea3312b9ac7de37a993934564a30daeee16d5477eb9f185a160426281bdcb1107a07eab5495251e8733b6367f
|
||||
DIST sse-starlette-0.7.2.tar.gz 510457 BLAKE2B f56849be2725b62bb4dd17afed337f21ad07bd2d6c1e0ef9e4c2f33652df2306385caa3920cc81009a7daf699d7556d7af1aece6a7fa7f1299f95df843ed070b SHA512 c02b638e6a378be21a730059a340f08bb9b1100da7d38a506858c8f9aaadf24c230394923f04e1af1989e8cc0de2b1dda4784151460829ee6daca8bad6d6334b
|
||||
|
||||
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