dev-python/xboxapi: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST xboxapi-2.0.1.tar.gz 6002 BLAKE2B eda01a828a94c56bb15224cb08a67a83c02eef59860a6d1a5ab6e3329dad1a5d883ae95bbcf6a44e57445cb295f891e2f80252274e8089f8b777f7f29c1d6b43 SHA512 ba042017e8d8084800631e2211a2ba1b5e49ff07c36153d0790137491dff04e3cd4021a68b809a32ca153498955eaacc5662f87566dce994aa0adbd009b4094f
EBUILD xboxapi-2.0.1.ebuild 690 BLAKE2B a22ee5a60991ec2b9088c61de02a532b4edfa342c2c1d0d2c174bf23687c1d4713447474e393449690e1ea25a1467806b2d107bdcb686b012045a9a4b18c35d6 SHA512 66f2da61b9c88f887b065aaed87975ece006e0ccaabad787767d6a30caa6ff75b00f4d072997d9b54d7cadfa387b360a7407ff7b3f868b73c2b02bfb3ea26505
EBUILD xboxapi-2.0.1.ebuild 634 BLAKE2B 82465fc725d85d1ebae2f19645cf1bd5afea0292f22c02950649207370ca19ee8b7baf0daf98c9b39073aced3d1e1bdb6effe708a825164662e4587963326910 SHA512 d77539d6b13935823583887f6a797b8648b818637db6c1cd7e80601fd11ba35e55448569e3cfb42445e3c27e2ae670f72d0f62f07df5b3d2b73f159d07ab952d
MISC metadata.xml 389 BLAKE2B bc5d23b40a96d94ec6eeac98c0f5c68ba7c521ba185f050872a7f1787c2b108933e12fe6438b8f4ad69355780909a87f13690b792d967eb15005ee64348948f5 SHA512 3f533e5aec55ad3ce34090803f15872a21c4b6c64c29909dadb168c17c123196c9912ab2685200c9193cfaaad0bc7f066fa8d092780969f21fcf284e08ef9364

View File

@ -1,15 +1,13 @@
# 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="A wrapper library for XboxAPI.com"
HOMEPAGE="https://github.com/mKeRix/xboxapi-python https://pypi.org/project/xboxapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"