bump govee-ble-0.14.1

This commit is contained in:
2022-08-13 14:15:04 +02:00
committed by Andreas Billmeier
parent 59db7bfc97
commit 32a650c955
3 changed files with 42 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 1843 Ebuilds in total, 1836 of them have in total 1848 (35 different) licenses assigned.
There are 1844 Ebuilds in total, 1837 of them have in total 1849 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1118|
|Apache-2.0|340|
|Apache-2.0|341|
|GPL-3|111|
|BSD|103|
|LGPL-3|29|

View File

@@ -1,5 +1,7 @@
DIST govee-ble-0.12.6.tar.gz 10277 BLAKE2B 54627d9c289fcb6a5b9d43beb0a1dce0673bb7c4415e6ee03b1231b7740c975a3898f8d1dc8648ac14f9b6fbdafc4affbb63c3064070516327993a8ed95d89a4 SHA512 86bd6bad07704342127d6639b7550b10317f20fcbe68541dbf35c54835404f42897d607f22a181bf61ed61e5338d72f3c6d611b2eb0195297edeede80ad17da5
DIST govee-ble-0.14.0.tar.gz 10469 BLAKE2B d055000eb7202a0f9bc5b2ca9652b151cec087c7327a07f1fa1f6ff2c4b2bfc4e9909ae8ea9b080807db9351780dcf693514f9cd863b3a751750ea5ed3ac2b89 SHA512 1b9730defb0d1b9b17514e78dfb5bf0424865d632a84702797c54882b4432eca037b6b68037f82db4b06331bcaf9347a0b96a335f9cbef0c059c8cd5c0563c66
DIST govee-ble-0.14.1.tar.gz 10498 BLAKE2B 11ffbd2c67cfdea6e2cac822db22e0ebbf9cb09979f473fb665ab813558398263142ec145e8a5d5e9da59dfb3cad254127fd59ce12c4cbd02b8fa250d9c75ec0 SHA512 7768a93b68ba33cd0fc25a48e44bb03f2cbf85f766945efe6d25a5d8bf207d14b23a9492b91f8fac313125848bfb0dfb3c491ce7cbabcffbe229d52818b6adbb
EBUILD govee-ble-0.12.6.ebuild 906 BLAKE2B 28c48f52494cea19b5c481092c4f373311da96f561bd4ca62f9654f2155652e242fbb4647b82be6c080cdd5dbc64449df0d837117dd9d3dbc5d76c0f2fcc41b7 SHA512 5bd07451c4197302b4579b8597f5927649254f710e69ca14797dc2c92ed9a501b18e12abdc1e5bd244ab21617c927fa24d854e88d0408c233800e6c57f1431f6
EBUILD govee-ble-0.14.0.ebuild 906 BLAKE2B 28c48f52494cea19b5c481092c4f373311da96f561bd4ca62f9654f2155652e242fbb4647b82be6c080cdd5dbc64449df0d837117dd9d3dbc5d76c0f2fcc41b7 SHA512 5bd07451c4197302b4579b8597f5927649254f710e69ca14797dc2c92ed9a501b18e12abdc1e5bd244ab21617c927fa24d854e88d0408c233800e6c57f1431f6
EBUILD govee-ble-0.14.1.ebuild 948 BLAKE2B 7a7de7b07c10d5252c7bffa2be1d8bf10c5e981a23b46ca148fb977f19efca9ae3e2825850ff5aa27db611f8503e15df201d8772309292e5bfc5fa39c893fcf7 SHA512 fa66e61b5c60b28c410e18e72ca44c7665c88a8dfbd9fd0c8f07df6213b6dd4ecdef72a2b5c44c00d52bd0427d20c01673143ceed0ab110b1c11567430784da0
MISC metadata.xml 451 BLAKE2B 31421b90de32e8b33b029eafa639de251bb0c5072012c21e6840add59ee0955beb6e6fbef05b00e079984c8dfd4f792bebf4902892cf2403948f4d2052db16a9 SHA512 d83dd10295f47c3d253d693a23683a635dc5f5d4bd949f1d7fb678a63b2b22102e37e9b1a76ad282622b8a1d2091dac66d191bdb61fcbc128f83083e29eea24e

View File

@@ -0,0 +1,38 @@
# 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.0.2[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.5.0[${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