dev-python/zm-py: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:26:54 +01:00 committed by Andreas Billmeier
parent 5bc92b791e
commit 5aded3a81f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST zm-py-0.5.2.tar.gz 12746 BLAKE2B 10905456f5e06addac22c3cf72eb2ec7c3425a2597305c369363c40055c17391d778d270ef508e2a886f0ec3af8d15e92a396844e8997bb5420ca8b0eed7dbd8 SHA512 4946c02d2e3a230d3113f68bddec7bd03da5f6b3e8334b84c5fcc943e5856089488dc1692e9e13f3e149d299e52887c02cc8a9b95615e336ed1588291193ef90
EBUILD zm-py-0.5.2.ebuild 963 BLAKE2B d676f813dc0cd4af760a161c13416564e7ebf6ba8834ce79f26079025fd4e96b5b1681165fb710a7887afdf3353b346c4950a3553729eeedb01209e9f51d5445 SHA512 b0486dd2867c4f85c7bfaea23bd388de9760c299ffaf78ba5358462b2346fe2d7efa2a4f2caf5acb44161b4ebe5946a66e6db2b7617b2cdd2b37a2d6e46994b8
EBUILD zm-py-0.5.2.ebuild 924 BLAKE2B dab88beeab0dca174ac33f67b54be113c8bed2146e0dfac51bb48edfb7f7fc4c78afcea5c9750ba525824c3dc8f6980033f903257923ad27c2172400f457965a SHA512 2cb2850ba11d963238d8ee548c6da24875d9282ef9ea4cbf0a8f0a6d1b26e9b4e37965202de95a68e7079bc7c9b8c5491b53a64c0d2253cb8ec5c03e1779fa7c
MISC metadata.xml 513 BLAKE2B a4d74212b4290f137adfd71271a532e97255c129586b1e56dc5694406247d04db710c28f226d6bc726c2639e7f07bef75dde851ed2d0b1cf987eeef18e67cff2 SHA512 c6b5fbca9fa6b81c0263441675ca4aae95f845612e990e1392d6e080ba2d08beb658a6579c990b2c30854508d0c31fd33f5b51d68880ca2d7ccaf3623a691aae

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=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A loose python wrapper around the ZoneMinder REST API."
HOMEPAGE="https://github.com/rohankapoorcom/zm-py https://pypi.org/project/zm-py/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]