dev-python/tellsticknet: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST tellsticknet-0.1.2.tar.gz 19994 BLAKE2B 0497cfd6d1a717efc3626c650a530905ff97ed04995010a1b61f995917d982de01046cbd08591969b98091b3b96d2c3e06db6121c7a1abd0cf4e68211dad3e58 SHA512 f9cce1d37323fd055b5e91429a70f8b575470a987430f3fe8024550772dd07f42afad8a7271be8b59415e1c50a1b205187f6193912c68265c41891fed424e518
EBUILD tellsticknet-0.1.2.ebuild 787 BLAKE2B c73facb943533870f67d99927b15969aefc6ff27da6f917dc82a0f82b490e1601b645d2db8a3a9f04f5162ee740b0ffa66c608c84d182e51abb1310324bec75f SHA512 c72407eef13d954cee02337ceb6d0bc89f10ade6ae88662a4a999670a31d78bee2bd31c4ccfcce88e53d222a786b21efd10ac9602ad14988050c0d8a000582c4
EBUILD tellsticknet-0.1.2.ebuild 732 BLAKE2B 877c6d731d021ba0b5a2a43514303081da562123a83aaa71567208fdc7bb3e8801b60d9ad2b7f37493644cad4965f530693ab6b788dad93b4f65922621904e72 SHA512 4ba05db2b862042e62f0a3432192aa1b5f376d674b1671be6305cdd6857beaaa0df9513afedc1f8e36254a4625bec8418d50448006a0c1193677e19a36f6251f
MISC metadata.xml 528 BLAKE2B c5960ba4453fc2dbb787ad5f30065999e021e3b6c73551769d84368d8602d927715d5591de606c101fab1406537049622b95cf1fbc75f816986e50059876cb61 SHA512 e252609a115f46962d45893d70c5550b333ea2fda601e82b74e60bab823b4cc6fd8415b7d8c7cac4e7c6748a4cecb96f435cb9a38fad014299522051127ac1e0

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="Listen for UDP sensor broadcasts from a Tellstick"
HOMEPAGE="https://github.com/molobrakos/tellsticknet https://pypi.org/project/tellsticknet/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,7 +22,6 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/hbmqtt[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"