mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
sse-starlette remove, no longer required
This commit is contained in:
parent
65a9e342fb
commit
16fc8bb978
2 changed files with 0 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sse-starlette-0.7.2.tar.gz 510457 BLAKE2B f56849be2725b62bb4dd17afed337f21ad07bd2d6c1e0ef9e4c2f33652df2306385caa3920cc81009a7daf699d7556d7af1aece6a7fa7f1299f95df843ed070b SHA512 c02b638e6a378be21a730059a340f08bb9b1100da7d38a506858c8f9aaadf24c230394923f04e1af1989e8cc0de2b1dda4784151460829ee6daca8bad6d6334b
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
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
|
||||
Loading…
Reference in a new issue