bump govee-ble-0.17.2

This commit is contained in:
Andreas Billmeier 2022-09-06 06:34:34 +02:00 committed by Andreas Billmeier
parent 6a22800257
commit 743b4491c6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 2 deletions

View File

@ -523,12 +523,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1872 Ebuilds in total, 1865 of them have in total 1877 (35 different) licenses assigned.
There are 1873 Ebuilds in total, 1866 of them have in total 1878 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1133|
|Apache-2.0|348|
|Apache-2.0|349|
|GPL-3|115|
|BSD|104|
|LGPL-3|29|

View File

@ -1,5 +1,7 @@
DIST govee-ble-0.14.1.tar.gz 10498 BLAKE2B 11ffbd2c67cfdea6e2cac822db22e0ebbf9cb09979f473fb665ab813558398263142ec145e8a5d5e9da59dfb3cad254127fd59ce12c4cbd02b8fa250d9c75ec0 SHA512 7768a93b68ba33cd0fc25a48e44bb03f2cbf85f766945efe6d25a5d8bf207d14b23a9492b91f8fac313125848bfb0dfb3c491ce7cbabcffbe229d52818b6adbb
DIST govee-ble-0.17.1.tar.gz 10517 BLAKE2B 2366552e6c727e663b5055c076148f8c228bd7ad590adad20d55d6705452f951399049000a6d8fab4cd914a170ce0f57e737525f6cc13ba2dd16473b21226cea SHA512 0cf6b4ac389014364d0e5e886503a01262b8d14a18658377f5c62400bf0a50df49af72443da1ba9ce0f091103f61e503f27291d5b612599b8f76b16a72944682
DIST govee-ble-0.17.2.tar.gz 10531 BLAKE2B 6ec99a99986b997eea9772f45e6495417c248e50a6775a3d6fe29c9de6a8335c1367b9cb6c4735eaade36e34dfbf5fc94690df5b6f410d082c88942523fb1f84 SHA512 94c78b81352380791b61c715bc3996bd5151da11e79172379f5fd121eda0b615d824caaf2278a5a5ad51a044509a479820f5f828169f48cec0cc2b70824772b1
EBUILD govee-ble-0.14.1.ebuild 948 BLAKE2B 7a7de7b07c10d5252c7bffa2be1d8bf10c5e981a23b46ca148fb977f19efca9ae3e2825850ff5aa27db611f8503e15df201d8772309292e5bfc5fa39c893fcf7 SHA512 fa66e61b5c60b28c410e18e72ca44c7665c88a8dfbd9fd0c8f07df6213b6dd4ecdef72a2b5c44c00d52bd0427d20c01673143ceed0ab110b1c11567430784da0
EBUILD govee-ble-0.17.1.ebuild 1007 BLAKE2B fb466b08329d3111cd256cbef61b4df90519b446eeb8972252e13e7947fbd22bc08673fa45b4a81c30c4049df00e264c1f2d2ae5354870578a46b6723155ca6a SHA512 38c88e810f3405e4e8747031fc63b03a86bafc928f2dc34dd70b015654fcf58780ad7db5e4dc338b4e8493b090c5626a03ab7374f750ef64b1021f0a11fe4659
EBUILD govee-ble-0.17.2.ebuild 1007 BLAKE2B fb466b08329d3111cd256cbef61b4df90519b446eeb8972252e13e7947fbd22bc08673fa45b4a81c30c4049df00e264c1f2d2ae5354870578a46b6723155ca6a SHA512 38c88e810f3405e4e8747031fc63b03a86bafc928f2dc34dd70b015654fcf58780ad7db5e4dc338b4e8493b090c5626a03ab7374f750ef64b1021f0a11fe4659
MISC metadata.xml 451 BLAKE2B 31421b90de32e8b33b029eafa639de251bb0c5072012c21e6840add59ee0955beb6e6fbef05b00e079984c8dfd4f792bebf4902892cf2403948f4d2052db16a9 SHA512 d83dd10295f47c3d253d693a23683a635dc5f5d4bd949f1d7fb678a63b2b22102e37e9b1a76ad282622b8a1d2091dac66d191bdb61fcbc128f83083e29eea24e

View File

@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Manage Govee BLE devices"
HOMEPAGE="https://github.com/bluetooth-devices/govee-ble https://pypi.org/project/govee-ble/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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.2.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest