From 12f0f52163cd165ec939ae3d9cd9b139c3ec72b4 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 11 Feb 2023 13:50:09 +0100 Subject: [PATCH] dev-python/bluetooth-sensor-state-data: add 1.6.1 Signed-off-by: Andreas Billmeier --- .../bluetooth-sensor-state-data/Manifest | 2 + .../bluetooth-sensor-state-data-1.6.1.ebuild | 37 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild diff --git a/dev-python/bluetooth-sensor-state-data/Manifest b/dev-python/bluetooth-sensor-state-data/Manifest index a7b1a0e1e..9155b3164 100644 --- a/dev-python/bluetooth-sensor-state-data/Manifest +++ b/dev-python/bluetooth-sensor-state-data/Manifest @@ -1,5 +1,7 @@ DIST bluetooth-sensor-state-data-1.5.0.tar.gz 8591 BLAKE2B 74c37f416e23dcf0406b6cc5e99ce0598340123492f3627687623efeea6c75a7a5e320e70248c949538e5fc24349f557ce8f91129a2dae6d3d7ae445920b117b SHA512 425334bb9a2cda7904b4e6f58273aa956f9398348eb648e40b0656e39c92fcf7c03422f48cd6a060972b0fd4681e72d67a9a3344fab6f7154a08b142924dea2c DIST bluetooth-sensor-state-data-1.6.0.tar.gz 8981 BLAKE2B 0e555cf0a9773b5adda82ad19d643027c6beb040cefa3f3fb84923211d406b3e8a84715f37d290a71c60a50a0cf6b001606e0f756603f70bd055251aa547fc4d SHA512 e243d75884e7de1d350be3c149263203a691609a1d444a5e8fb0942898133832257213f0865a605996f950eec04b191ff25197949ada626b1f8ee163c1d51942 +DIST bluetooth-sensor-state-data-1.6.1.tar.gz 9012 BLAKE2B cb7caccfd588ff9bdbfc79b15763d84f9116e6544df9b4aee763c0816a8562c5b19ee720ccaf697d168fa2f5fc859c50c29218074c7ba5ea518cf0bc679acd5f SHA512 432243985a7ed7022998eb09f3b9aa0ebedb7b40ec956844ad62313930d3e8aec8ac2e094fab2c394ba96d2ad1499bc95c37575380b277365f867d1c308cb50f EBUILD bluetooth-sensor-state-data-1.5.0.ebuild 889 BLAKE2B 7b688d4c627c06015225d762177c27a0ddc9fd483d10c096d00a933143fcccb66438861cb5c439fdcd2a3b687f1d590958a112b6ba74ca7d20a0b75b93480975 SHA512 9841f19f9f09e1cc592b826db0b66387544636da6c2c59145d3064dc67199039f9bd3fab9df1326fd0eeb0e3f268216ad1c02d7fdc22ac823ca8979f2890d73b EBUILD bluetooth-sensor-state-data-1.6.0.ebuild 889 BLAKE2B 7b688d4c627c06015225d762177c27a0ddc9fd483d10c096d00a933143fcccb66438861cb5c439fdcd2a3b687f1d590958a112b6ba74ca7d20a0b75b93480975 SHA512 9841f19f9f09e1cc592b826db0b66387544636da6c2c59145d3064dc67199039f9bd3fab9df1326fd0eeb0e3f268216ad1c02d7fdc22ac823ca8979f2890d73b +EBUILD bluetooth-sensor-state-data-1.6.1.ebuild 989 BLAKE2B c9a3ee3395a7d976fe592378ef27fce2b071d27ebf2ddd4065c5bcba9c665966410e1cb4777155831bc29aea0f699f2cbcaf57f71e313706a89db72fc8a56f0d SHA512 93123331f5a652981302789b4767354d2cb9e26a3b3cc5feba3d25b79040e3dd9bd95b69969ffe5bc25040f1af1342fb54064e5a55911f731873be3ff3355959 MISC metadata.xml 556 BLAKE2B ed455c03f84768378c584cfb51b8dbf2e797942a4edda2c47565eb0ff7af4977b317f5889a00e2964d7dedd19772de841398c5c710f272b0bb4a4dcc797fca94 SHA512 dec9f76991c61d971d2aab36285df790f91e78190510ad3fef876009773e6ea3dda03e7a5e661b6557290ac47c536065fd1e2f391b40b9cf4a499727c93ccd51 diff --git a/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild b/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild new file mode 100644 index 000000000..b5f5eeb71 --- /dev/null +++ b/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild @@ -0,0 +1,37 @@ +# 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="Models for storing and converting Bluetooth Sensor State Data" +HOMEPAGE="https://github.com/bluetooth-devices/bluetooth-sensor-state-data https://pypi.org/project/bluetooth-sensor-state-data/" +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="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}] + >=dev-python/sensor-state-data-2.0[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest