dev-python/pyxeoma: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyxeoma-1.4.1.tar.gz 2314 BLAKE2B dd957e4c451c038060dbba7701f387b73046f43fe352b8b6b5630f9782b013a99c828556fb76ffff6f4da00d4f6c4427c33322766115e6cc9b9615c686b85ad6 SHA512 08be69f0944525adab5a823271bf342beeaa8d81bc4150df054a31187ad1b4cbff1cc206c0d6ab2d9dca510f597abbf3c7a825e7246247ae472aacf5fc326d96
EBUILD pyxeoma-1.4.1.ebuild 670 BLAKE2B 83c246e58e040424231d78829cb035bec67403914ee8f68ba38f07c53f16646433be352e7d33ecfe34b5054a126732dc08f8f5f47ff2bd88c9608924dd267cd8 SHA512 787736368632608b9e33e6ebf40241f1f3cd628f4693fb9a0dbe77b6146829d28206474c173ae6ce069497113d8b57af1745e512a5a618f3d39e04765d2dd1cb
EBUILD pyxeoma-1.4.1.ebuild 614 BLAKE2B 82554fed02769b78d1ad4efefcebfea0a1b2cfbee1b012403143058c2be2e2e2703f345df0f7434e240be981442d214b4226303d7b4f04521e1285db73b66142 SHA512 373d9c72398b033bc32ffb8fca1129f4cc46378e2ad2741394a6a740bb0fbcc8ee82b5f1590642536cf32437a2435856ac7615ce95156987fd06b4b03bf91836
MISC metadata.xml 512 BLAKE2B c63ec4c3fcd57438788168b6feac7ca06178d6738c43de4231d6dd5246bef31cc7ced1f828e5965478aec2b45af8e25f843e6c98351e651decf5b41dc101ff73 SHA512 ea1506c2e494dff994b2af44d78c5d11f8958184a9e8e432c724222df134c9a304113371297f00a3b568f29479627f017f4ea9bb01191ccada5709ace3f55316

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="Python wrapper for Xeoma web server API"
HOMEPAGE="https://github.com/jeradM/pyxeoma https://pypi.org/project/pyxeoma/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,7 +17,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"