dev-python/unifiled: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:50:02 +01:00 committed by Andreas Billmeier
parent 6f95cd53fe
commit a85a2af7da
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST unifiled-0.11.tar.gz 2217 BLAKE2B bacece436e2fca39b26ff680986e75af4b532903bbf0732047817156752a29e360d0f5d4689e0f53d91bafc23352a37d6fb6b5006f77a8f7002ee576b221906f SHA512 edc3989060a0d5b0d7f7f1be343b5295e35eb48b0f5a83700bd0832edcd9098ed29ff2d9d36b305c61d4ba4e52ed63e9b0da8f720b0ded039edacdc06125083e
EBUILD unifiled-0.11.ebuild 707 BLAKE2B de89a178e265bd5bc7da48a5a3440778374488ca1a03a6eef80311116992b7d9a5794d0f40ee3f502d1851e8faaac110ec992471b4aafb6b95ca5bd371b5f9c2 SHA512 00c007c6590933414ab2a1d435e34b13ce5477f4f58678facc13868961bd0dcce0dd471936675d3075e2f051b69ae17e129d1d092acbfa5726da89da0940c206
EBUILD unifiled-0.11.ebuild 651 BLAKE2B 7b7201b10463344466111eca991afe3a43e016923bd89da6fac943500dc9131bfb5d7499c6e087164b846d6c25f8ac4a8b5a5979bb75ee389cb4797845bbb462 SHA512 ac633fb57d0e64ea2dde41cea2534a33e1af4862e0b554fe001fdde4f72b76751158938b78ee9df00e6492634738a00de528f628c4561705f8fa3949c13661e7
MISC metadata.xml 520 BLAKE2B 09d294d372954a13edb8f454e48e123394fe99bd5f34268b3a8e4f4b6ef6e7abb17c033b0ef5c1a443379ee8943f775c5d9e12da05adbd1436d00892fa372e44 SHA512 9e9398a27872916d15503f69254c020d543b964df60c538d20d5046d4e0d8ebb5655382c5c8d3d44bb998b2476fcd93aff8c76f351cea2f03429d65df96bc48e

View File

@ -1,15 +1,13 @@
# 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="Easily connect to Ubiquiti Unifi led devices"
HOMEPAGE="https://github.com/florisvdk/unifiled https://pypi.org/project/unifiled/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"