dev-python/py-zabbix: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:02:12 +02:00 committed by Andreas Billmeier
parent 30229fd753
commit b3d1dbb846
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST py-zabbix-1.1.7.tar.gz 11447 BLAKE2B a61450f4d1783bbf6879b94300ae71fbecded5f232c234402d19c59af9bea5f1ef164c549a433a4b221032b6105d4ecd0f3515104ed8f02d3da8888ee3c45a90 SHA512 eaa8c5e5ad5604ad4ad41de439ab7856f6907346caa56bed67520df3316f313038e300cbf96f8389dca5be30079392406bcbb26f3ba40d2ef39ccd2fc99c11b6
EBUILD py-zabbix-1.1.7.ebuild 680 BLAKE2B 3ab10d2cd0c47a9a9e9f2b6a11a8a09a92eecc425d6fc200d81aa1fb1f04fd31f49167d86009e6e88efa001b7e5f41ef439c2ae3dc59a5d3b55851c0ff0e5658 SHA512 770a9287b8b1cd731744eafd962f1013122ddaf4f98c177ac754a5ae18c117a3a32c5cd81917480539faf25f5dad8da9f6bfbea8095a74899471eff8d578fd61
EBUILD py-zabbix-1.1.7.ebuild 604 BLAKE2B 465cd5c720d7cdef43b9f81bc0da77a70af03d287d4e14e331af8876b3b5a0bc7f847ab286ca4fc6033799a65f41e2ea6e4de45c40425608f222e77346ef5ab5 SHA512 67f45e855bd55b3be0bf0e2010a3fe01d5f669593a2d501694ca8b405947bdef3a20c8167572694eec38424fae4325ae568805c3432267036c983cec26e05bbe
MISC metadata.xml 517 BLAKE2B c1788e14cdab54c927351c0bc89d821c6f46d127a0a89b39e96e9fc7398509ad1f7fce713201addad91324b5c5877ee8b7a2a379d66f95c26987cf05da5837b2 SHA512 0dc6e2fc7bd0667cd9fc40a958eb64b8894e1e6971825f5642aec5149a82aa8ea6940ef8878b84580f9038f0753781c4c7077b341a08a329b5de94f67a1cadb7

View File

@ -1,15 +1,15 @@
# 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="Python module to work with zabbix."
HOMEPAGE="https://github.com/blacked/py-zabbix https://pypi.org/project/py-zabbix/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -20,14 +20,9 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest