dev-python/sse-starlette: version bump 0.6.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan 2020-12-18 20:16:33 +01:00
parent 9e06a7d212
commit c55b551a91
No known key found for this signature in database
GPG Key ID: A19F636CD4EDBCD1
2 changed files with 6 additions and 8 deletions

View File

@ -1 +1 @@
DIST sse-starlette-0.4.0.tar.gz 505662 BLAKE2B dea6222fbd65f0578e9692c0277036802570ef93eba6d9ce26d0b6ca2bab3a9d81a1b6689b48aa31adf612316a723e1dbcbe323d124c99ed02877e1122ca1603 SHA512 4c6fa51ec934960da82d61b798205b5b4ba2eda80e1488e48b6629b8640a659cd714a34c673d2a6d458edc2ea6bc2e1c53b44f66177d21e76cd1bb303ea38f54
DIST sse-starlette-0.6.1.tar.gz 6081 BLAKE2B d11c713f106334bd54b419fce4a6c9dc9a19b265220c281ee58165b14d8cccffc7e3636a90e3d741c38da498f4e747362310326bbfd7a57c96400118347c75b5 SHA512 ffb184ae36de1a54e244a6beacc138088afc0c4ea3312b9ac7de37a993934564a30daeee16d5477eb9f185a160426281bdcb1107a07eab5495251e8733b6367f

View File

@ -12,15 +12,13 @@ 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"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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
# BDEPEND="test? (
# dev-python/isort[${PYTHON_USEDEP}]
# dev-python/starlette[${PYTHON_USEDEP}]
# )"