dev-python/thermoworks-smoke: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST thermoworks_smoke-0.1.8.tar.gz 4787 BLAKE2B e8694f035ff351677cb65ca302aee94e33212474a46e819169ca8179b78bfaded5bf0530f58d95dcaf153f1a1d34f308809837189f3a9d057aa16f732a672f49 SHA512 1c5214532e4c95a9cb7a20965b23ca32fa12c7602ff0722c721a54d4578c915f062fd85df88cc4b9ef31977730eae58bca4a87a2b24bdccec8335275073dfc9d
EBUILD thermoworks-smoke-0.1.8.ebuild 792 BLAKE2B 178a1e64e817477bebe0cc6e7ad81b02d9fb7460141a44360e81fd931b3257d0c761c468f4484602b2a536d32ede9976df5d137e84827cc51772c442604b0265 SHA512 effa3625e5e2821a89c53e1b145c5bd458b28d7fd09656ac49cb4bfd26a819b0ae7da09e0730a848a261b3b88c12e7fa2fadd1b3c7cce5a0248edb6981cc9b68
EBUILD thermoworks-smoke-0.1.8.ebuild 682 BLAKE2B a83254772767a9fce1513fd73c6f8bb81d46f6cadb26025b4e64e07aa343f7c95753bc143b4ce934331b8a1b9203a1aabd5c1cd7077b59da0823cf749233fb27 SHA512 19b0a842c4d1785e10fec1ae0c754a957c588d8b753c30be29c9c4c17ca3fc3730bab06ab6e205e64cf38c312b598d2e1bb86e0c82446402e41e14c92c2dcad4
MISC metadata.xml 531 BLAKE2B 788257d706163414bd1d177aabaf65965213a6c5eda45b4298ab16e6117ae9c39834ea18671b5178a72201d5bcff9c010ac0420768e6dab609d28fe5a02a4aa9 SHA512 6f000f6fe6361947351c2a45199b690304f67611da9b8e634e2d4525e11b5d155f1e273edab3345a2d2ab583a1e341c8c6abe62e81e5b87339e7499ebc92232a

View File

@ -1,18 +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
MY_P=${PN/-/_}-${PV}
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Pull data for your thermoworks smoke thermometer"
HOMEPAGE="https://github.com/nhorvath/python-thermoworks-smoke https://pypi.org/project/thermoworks-smoke/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
S=${WORKDIR}/${PN/-/_}-${PV}
LICENSE="GPL-3"
SLOT="0"
@ -24,7 +19,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/Pyrebase4-4.3.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"