dev-python/xbox-webapi: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:33:50 +01:00 committed by Andreas Billmeier
parent a530621eb2
commit 17c2d6661f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST xbox-webapi-2.0.11.tar.gz 298991 BLAKE2B fa61cc0c4e36c95ee156da5d7fdc9239733c6c3e7e125675043d7c0e310bce8d58ae2b9774f8e2bdbeb5c1b82ad81ecae0c72a17a993c7a14f721d8ad99a8074 SHA512 3332aed3cc044781f41efdbd41e8b7160d52fa707928adeb9666807122dfbedc1168baea72a47f0cbcbe53995467d370da3656942182c702a746d4c3904614cd
EBUILD xbox-webapi-2.0.11.ebuild 988 BLAKE2B 2e649335a3fa6f37b966dd6e45bd4e7e50d13ac6e416b6f8f9231dfa4c220054dc7101fdbd0e03bd78fd9b5de6ebcbef5247135b5ebcc3314696497729b81b01 SHA512 98a84ace901518f6ed4639ebd12e1bfa395a6a76fbc3422fe5faa7b86996fb8c312d8b78154cc7501e54a122c8654767c57ed65f7b33bd26f16671483eaa35bc
EBUILD xbox-webapi-2.0.11.ebuild 952 BLAKE2B cc8a0d0d1cad61d0c275d1fa1b91f09418f569873954d6c5ace4705431cfb41d085192f1c8112755c5323f21209eb2c02a6bd70a40374bb7b44a674bf4569505 SHA512 198e505386ef1fdf4e9670c6b986fcc8df272568c438af4deca92a7e77d47a9f1bd7257375fa7888963b1efbe428d50565c48b77fd42f733323010d3ec76aa40
MISC metadata.xml 399 BLAKE2B 97134dfd45743f4c53eaf94df1e63b91f67f026db50ca31cab3ee3cd5d997d6bf286832f53aa9deee90663f1a447a6c2147c69f4344873d71a055af367305f6d SHA512 5f57106af3531882a4f083140ae120a9ecce41d2ba9645a489935c4b3bf6e16ba97445c0b0e7f18380ca3551ce68dae7dbd2e190e5c1c2d6cc12a32284a8edf3

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library to authenticate with Windows Live/Xbox Live and use their API"
HOMEPAGE="https://github.com/OpenXbox/xbox-webapi-python https://pypi.org/project/xbox-webapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -25,7 +24,6 @@ RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/ecdsa[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"