dev-python/hikvision: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 18:41:55 +02:00 committed by Andreas Billmeier
parent 74680168eb
commit 1bd499c66d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST hikvision-0.4.tar.gz 3086 BLAKE2B c83392dd20d70dbe08b1dc16740455a3727b627df9ad968442f1841ef78c451e4dd1e5128ddd1610c9b2b9c049edf9fce232b1ba82cff4cb4ac9734d3d50dc67 SHA512 9c9aa80da836874f6cbc7c40dc4c2b4cf861da7fc3daba046a909da0bb85377f22fbbbc7b1e20a6b1e98ed2950a03034df3f2c5ccb9d0d224a4a674855d6a9ce
EBUILD hikvision-0.4.ebuild 671 BLAKE2B d4190b9233a8a261a5d6b22e5d8ea05497aec7fe968a96638043fe084400d11597b24ca4df3554dc052db2f7ac54587e366e47a662e4ecd7eac9e8cd8eff0e98 SHA512 77c1c911dfb2938f000bcd5dfa5975b8f226a17549385d08c458188c7114c5b953e40d94cab95ad2b1008eaa3644de038b97f67acbfeedefeb74f5db45593a1f
EBUILD hikvision-0.4.ebuild 647 BLAKE2B c607ec2686d59646e260cdaa43d320b194ec5eaac68b3d787a8555df595b9b388c2db2c30db7963d0936e34f891c955aadbd4450ec7ea87850838a7fdc878607 SHA512 e2829e97ab9d63c4e909fec60c8611ce769ee25e7a515bd909c9ba0952586b64644eaf7d621514e3c1ff669ae6600e6b14129a1fb582ba7e864826caf13ce52f
MISC metadata.xml 515 BLAKE2B 83ba4b886ec9a719a4f8828f9d0774c720ac789e0c92d603e4b2b1eebebd5eaba31f868e01bd2766dc2c285c3c551a5103dc2f7a7109a5578f299ff2b8d04f81 SHA512 121dc5bcee7a6e131d81b8dd363ee887504a5b8ef185cda111e43b43ef8a1fee5afe91489f834dd94cefe40d44bf866ece8270586032a430262f576791722d28

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="Provides a python interface to interact with a hikvision camera"
HOMEPAGE="https://github.com/fbradyirl/hikvision https://pypi.org/project/hikvision/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
@ -27,3 +25,5 @@ BDEPEND="
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest