dev-python/directv: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 20:13:00 +02:00 committed by Andreas Billmeier
parent b78e73e1d2
commit 385410327b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST directv-0.4.0.tar.gz 7153 BLAKE2B 0f6d3c1fe8c1d9428780001c5895c6ae8b4d9a7968492407f223de860ffd8146f9c10cdab641980366e72eb83c1d8be0a2d4c384f5bced8c1d933cec0f77b6d7 SHA512 e8c16675bcba3e5b0f7278f2272b6e5cf47b3a211de80616d326da5bdedeba1f8ef629d8227d9e343f008f2675ac225faf89d0faec9dd3b3e34c2003c79bcff1
EBUILD directv-0.4.0.ebuild 758 BLAKE2B 06b5fd63ab8bf17f3d75c7608ae0835dc17f939910491677f2761057f463b969edf83bc8f49a6ef8ee1065f0236ef9f47232a7c48f7100b9cad6ab3abdc22aef SHA512 4c5521a41c122fb08d98c608ea0bee16e527b28e09cf234b03b4d41065e394e4517288a1b6dcf4df30ae1881fd6a3ce7e0fa8a93431ae219cd28fd1a91f2f26c
EBUILD directv-0.4.0.ebuild 703 BLAKE2B 768afaa4601a647bce6c212c2b4df7f1a78905fcd239e3165272edfddb0797e38038667bb6594eca574f056f0eb52a0f10d433d98f8c859e85f9133c0a2e5eb2 SHA512 1032dd1b0319c41fdb4dff14fce5ec82f307017dd6873fbbaa1d8adf78055db5f87798621649a3fb5e81e0c4bb1da5eb12bbb18181b217d41c40b052567e3d85
MISC metadata.xml 528 BLAKE2B 1be099f30edd4553026be3a62323648c94fbc4d88fd58fbeb350e145d616a00cd286bb8502b156f1f1fea9fbc336cc85cdac28adec2d1c48baee4631ee3fc677 SHA512 dad3dbc95858797afc03e79af118d6bf7386658f78877ad8c2245a7c7f3ff200e54bb3d84b3981f39299e7409179bad4340ce0da14f9076f8ac7038ddedcb0a6

View File

@ -1,15 +1,14 @@
# 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} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for DirecTV (SHEF)."
HOMEPAGE="https://github.com/ctalkington/python-directv https://pypi.org/project/directv/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"