dev-python/sseclient-py: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:09:48 +02:00 committed by Andreas Billmeier
parent 85089e5342
commit 1c99687546
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST sseclient-py-1.7.2.tar.gz 7709 BLAKE2B 3fce7c99414fe7f2c8f2c83c81014c950a98815d239d5ca760476b78858f63ec0df740e5c0b2997f2c820e2a6272e62c14b10d84b9332b8e3ef8f2ce8c1e97d9 SHA512 7f08ef3f4df37dbabe24a1516e17509c7ee0b13e03184ede50117909218e8a845000d9580d6e73844dbe9b9b30c6b087b0c7bfd5660fdc9c27b5373a5e617ef9
EBUILD sseclient-py-1.7.2.ebuild 642 BLAKE2B d5af75e6b53f233482ad183e4b03034187834b3b671e9563ba9bce5373e31cc726b52d8e12d4b1394f4c5b4d9832799a76556864d19d4dd7854bd9ef1986c2d6 SHA512 cc1c3df6901e1b6b4e5ac428920ef3db87188fb538fd4df91c8ddb6c6e30494344c7a9cc384df7daa4b84b21341d4466547c34980daf15138af3410faf034c98
EBUILD sseclient-py-1.7.2.ebuild 608 BLAKE2B a141536d45e8328e89d84fc1ce4d99808313dbaa4b7ee5a417d3bc04b49ed85ce8cd35fd957e2e7f76d09972ac970ce972f087717ae367c40fb3275141ffa072 SHA512 acff1f19bf3be55ee6f2854e673f7a4490cc61dd09a6a2bf7c9279b1d790241ecff4fc03cbede4ea5f6ebd4c7ce301d5fbe5b8d6b772be3437486eb1d2c388e6
MISC metadata.xml 529 BLAKE2B eadefaf8d4b8c81dec80dfebbbfe5fffa9ceab1a9da5ec134b01e686404542472d77ffe8c1ef651f58a05b28b2dd4cc0bf62281cbcfa316fdb08c14d980d2a06 SHA512 74854e1791499e26d30ca00395d08a2fdd5c142cbc479f41f7c633448ef7f0c3bce94ed7225acfa2db587c6efdb66a0a1979bc571556a19cff7131884da38b9a

View File

@ -1,15 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="SSE client for Python"
HOMEPAGE="https://github.com/mpetazzoni/sseclient https://pypi.org/project/sseclient-py/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -20,7 +21,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"