dev-python/pyombi: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:28:53 +02:00 committed by Andreas Billmeier
parent becf32ab04
commit 86a9ac0fb6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyombi-0.1.10.tar.gz 3386 BLAKE2B ee728cecb21dd5a2f2b9e5376d3f166b0e26672e7f8384bd3bef354d7dbb01c6689a0b9103d202ff3e92c6b119f634134395428d23ccd706bfb6879fdc7e97f7 SHA512 53345d2fa7a13c2b602224bb1887d4a937a3f9b2e0cdcb74c3ed6973bca7e065aaef9d5d00a59ac92ff96e0e8471308abf182af8a089996a8f6c473c4022de83
EBUILD pyombi-0.1.10.ebuild 682 BLAKE2B a421378b01fa4aae1fda6931012a54826bc9df24f5cbe5c61d0246b8c1d4dc1bdf6a8dfbf1a98d9c243ed41ed6324f8cfd36f4c8d343be129e2831a8905be2d2 SHA512 666b614feb751d0195f10748c0ccb028807d301586f58165a1e712379c7014150feb1e2f934b7b18b6507a2ca41d9494bdab1094e46aed57fe230f34644e2156
EBUILD pyombi-0.1.10.ebuild 525 BLAKE2B 3a6f5c2e943ad6f4a70d811b9fe7f9d5d529b797aa739d560daf366faf1ef673ad7d0ad2c9c2ef26d23dcbbc6c54af1ca472aa7f546cf751e3a3c45ffffdecf5 SHA512 f15f9c01df7cc28ae2da00b7bf8ad0309eb20b525e7f6ca1505aa924467b05a3d27ff38152d9a75b206dc2e207f15af0ffec9977b69d6d559000cf0a9c078673
MISC metadata.xml 505 BLAKE2B cfc5f8ec61ddcef5cf590011517906faa9868602ec13a0772c04857da2bc3eb8da3548806514a3a5239146e047ed57bf99ee812a1a86461d4663ef621f9e120b SHA512 c49e77030e41ba0a5a8277e49c707a5deef175c2617c491b528c0b71c623491755c7563dfb8bd950ad67e5f224c67ae03a3a29cde0231c6e60a92af66947095e

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="A python module to retrieve information from Ombi."
HOMEPAGE="https://github.com/larssont/pyombi https://pypi.org/project/pyombi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,14 +17,5 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest