dev-python/netdisco: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 18:46:47 +02:00 committed by Andreas Billmeier
parent 74ca57aef8
commit 4027616575
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST netdisco-3.0.0.tar.gz 20413 BLAKE2B bce689834f55c97249b81eb47cf18c6ff71d8c365f4d1ca02f83d741b0810142f4b31775ced00d628d116f91e6150a0de234868d8a8458eaf1d8228d5ab733b8 SHA512 47ec671951b9796316000a6dbf028547fbf2918cdb545868dbfb066d83c2471d123e0865d375feadbdd76321df8c09110520e6c9cf3c6c1dcdaa49a09faf1097
EBUILD netdisco-3.0.0-r1.ebuild 759 BLAKE2B c85b4c8cd81c7e9747f2f93541abc1dd640690eb96857305104c33e718c0d3327c188b0d5cf7202b8b937361a250625c576f859e0b298bb9f301ce5995e754c3 SHA512 b355f9574adfeb99c6d9a012e53790b65e53cc926871c9cedd73a83ab303ee6fbed639f4fb1e11d09017fc9b8d849bcacb2727498d8ba1f41841751d0801b488
EBUILD netdisco-3.0.0-r1.ebuild 704 BLAKE2B 7e2cb895d027a3a98e41e3914993ab14f9f17089271b26b50aee9afff2e60be16eb6309fc841a61e8a5d49d45b18fc8101f1013df47d9d153d164530efae1ef0 SHA512 646d58def7299e19b9f13f542cb4200437dcc875c9e51d1d36037d65f7473a96d5fbce5f04241af6a80636c8b2c06a6b00acda043e41f7583097a83658f09634
MISC metadata.xml 527 BLAKE2B 8da47bc1460105eb36594c8191978b4b5090f9eb198cddb5bc51104a84b17d3e5359d938d464b48d8ad1d57ce098d5924652a269f44bc6e6a5635bc2cf6f71b2 SHA512 19fb22ff0f4e78f6aab8682c959a726ab0180964c99f8d805188f3952cf43cf11cafbec521fb668b2943aa3d31db9e9bd0f2db27321c789818255a00f8585f85

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="Discover devices on your local network"
HOMEPAGE="https://github.com/home-assistant/netdisco https://pypi.org/project/netdisco/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.30.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"