dev-python/pyarlo: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyarlo-0.2.4.tar.gz 18428 BLAKE2B ff0e52e702d1188a8caf985d080996fb78c1c92fc8b0516faa1afa97957f6051e8171f81b9cdbdc3c220dfabe42a8e9d82d41154ce1b926d662b0641e3383b96 SHA512 82afc4f588bcdd8af5231ff6bd50d9eed0c4d9247ad0f73ae28d8bb21c34da79dad37ad07873d989bbb3b1600a1b3f430d28589d3623d1e86d7392823e1abc00
EBUILD pyarlo-0.2.4.ebuild 813 BLAKE2B 5f0269b1a2952100151c021cacde6dc5dfb52e0fb88893617250cdd2c8fe898de8d6ae77681c414b05d00da3b9428ddbc6d8af45c06abb03bee821eef46508d4 SHA512 fe096a2b16af759642b11e444bdb265bfd7d18ce9c64165b4434f94aa2b0a4e22f2b79a705a7b84ea8e916a31b1e509031ea59315742f77552b9d157ae97c88e
EBUILD pyarlo-0.2.4.ebuild 758 BLAKE2B 374da23a220dfa0c8829886d92160e406e8a7207da24db0f191550d29423378bf52449b4b7c16a494c7e500b2e4d523711b9dd0d5918f6ba741f32640d46f0a0 SHA512 1dd85951b798ff347a57709dfa74879e2b49ad9b850447b3a317f06b5bbba8af2fd88f597c57e330b465463cb425bb2fcca68f52c293c737b6ab3279df6d39f6
MISC metadata.xml 532 BLAKE2B ccb19450f656fd2728f6b383bec4ec3dabbd5ffbd399f20c667ffc8edab58b99077f105dfd422c252f94524158834ea2d6b7125e1e2d38b7eaca5dfb2ecacf09 SHA512 d5b43ec45744c08321fa9d9f8968f36c3d891477d0544ba9827c5974ac9ddba15cda6e1681180edab44640291bc0b18df0806a4d6612ee076ccd2e944df1b8be

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="Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects."
HOMEPAGE="https://github.com/tchellomello/python-arlo https://pypi.org/project/pyarlo/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/sseclient-py[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"