dev-python/thermopro-ble: add 0.4.5, drop 0.4.0

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

View File

@ -1,5 +1,5 @@
DIST thermopro-ble-0.4.0.tar.gz 5723 BLAKE2B d9e37b74e8a9e6c023178843f0086a75d86a9c20c02733b7dd9a43953102aaf781c3b8e7a99c87bd94f6d8d64f75e2ad608625ca0b6a2c4e056688fa293cfebb SHA512 ab81a275f31e46231e728f4a4562b1d74f45cdfaa4e310684636c545964c154fa0c09ae7600a2f5cfd4336ff2ca84cb2a4baac7696bba1b4ba9175e25cd4b262
DIST thermopro-ble-0.4.3.tar.gz 5661 BLAKE2B ca4eaa6dbb2c1db51188964a383e67f601b55b83291db4502fd0e6179300d3c349403480b17c73383311d8949c2ea8b97b12b9d9a38fb1b5e575db67c1d27b18 SHA512 1975923ac7bd87a5fdc5a4c1a1314c77ce3ab9a50c998c548aa541b8ae52a03492ae597b0c2a4ca96659402f6cdca5f56bc67012f3f0910cb63c01ce96fd208c
EBUILD thermopro-ble-0.4.0.ebuild 836 BLAKE2B fe5b2b3d39ea573e197c6eb85333b3cff2728b6c8b98bff37433bbf9fea26523263b559c805fd41f93ab9cb5483cb92d4c0cf7bca8b283b271e9e95cf2cab8db SHA512 27aa3bd61f67dc44039594b81d9b75e85b4716fdc8ea338382926b4c9ffdaf1cefc5ee77357d82a43d725d7a841461151ddc8e21fb265f0272b28300bd3c6d72
DIST thermopro-ble-0.4.5.tar.gz 5755 BLAKE2B 83f9434c0fc29e9949f69475966b11abeaaa6353f4dc021ee260917b5a0628f70a2ac2672f17c366fa211ae60c59efa6192d1783034ccd4fb0ddb36bad9cab6b SHA512 d4230b131a2c9403d4f8c5cd4098db1840da8e88fd783aec4f4bcc8d94971842cf63832542ff597eee38e0f36bc0283a0c073eb39f9b71cb0e8939fb32713ac2
EBUILD thermopro-ble-0.4.3.ebuild 836 BLAKE2B fe5b2b3d39ea573e197c6eb85333b3cff2728b6c8b98bff37433bbf9fea26523263b559c805fd41f93ab9cb5483cb92d4c0cf7bca8b283b271e9e95cf2cab8db SHA512 27aa3bd61f67dc44039594b81d9b75e85b4716fdc8ea338382926b4c9ffdaf1cefc5ee77357d82a43d725d7a841461151ddc8e21fb265f0272b28300bd3c6d72
EBUILD thermopro-ble-0.4.5.ebuild 935 BLAKE2B e02dfe717b66eea46bba8cc3e1e1e7b9fd51135c084918e391f430529cfb3d2ddb7362810547c6f7d4183e2c318ffbdd23ef16251d1c3faf77e2b9bd1c58f417 SHA512 59c83d69ae3ff9aa8bda2c45e4eb3e655069b0eff5457e779dd753b22813efe0da6b0caada0e2afc4af4706a5740abaddd1a566dbf82c9938c1bf3ef706bd5e3
MISC metadata.xml 528 BLAKE2B 4246688a22667be14545734098710a90c67495d7ff343c6fd9cbba9faef152e407e7647681cd6a07f259b7b8c17959e37f82f3d0621c063e93f36ca24e6babf5 SHA512 5df6f1d719a0f62057d9cf893f5cbe5e5e62e8ef027b5ba48eb3d259a4025033570c36394ba7f84e202716ab1f5730c92869f2adae1aa2346b36b4a438330f4b

View File

@ -1,15 +1,17 @@
# 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} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Thermopro BLE Sensors"
HOMEPAGE="https://github.com/bluetooth-devices/thermopro-ble https://pypi.org/project/thermopro-ble/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
@ -21,7 +23,7 @@ DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.3.1[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]"
>=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (