dev-python/qingping-ble: add 0.9.0

Closes: #2634
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-04 12:42:52 +01:00
parent bd27cd7148
commit df248277e7
4 changed files with 35 additions and 4 deletions

View File

@@ -612,11 +612,11 @@ 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 1615 Ebuilds in total, 1604 of them have in total 1619 (42 different) licenses assigned.
There are 1616 Ebuilds in total, 1605 of them have in total 1620 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|927|
|MIT|928|
|Apache-2.0|346|
|GPL-3|102|
|BSD|89|

View File

@@ -1,3 +1,5 @@
DIST qingping_ble-0.8.2.tar.gz 6586 BLAKE2B 0f5ffac88404e2dbd568e24919eb6dac369a331df85f442942a075ea2c9c5ce71bb413b8b59008c68861add9029b44cccd11ed702203256b966aceb309f9319f SHA512 34462b9fd0f47abb0ddaf37f0c0667286fa0b7788727742291e17fcb82b083fbfd5a57e799626b7a3d705cd13990bb38f6ab8705f73ef4599253a23fb1546018
EBUILD qingping-ble-0.8.2.ebuild 815 BLAKE2B d87faf83566c6681e5e5d373a0d270c56a2a88c0b4c6009d2d91a25bea33f091c4b36256889398cc6d539ec8f9b81a31af0163535a0f4054c09f38efd5e2f149 SHA512 2c456a40eb7fb559e25a9cf1db9de49e38bf81aa17e4ad11961bd36688c99e8611fb83db3b8275b47d734875d604da4a12d9289040db43d55090fd2e69ac3a70
DIST qingping_ble-0.9.0.tar.gz 6057 BLAKE2B abffdecb280aaee0c36949b14ec1fb2a2153e2ced7004c54fc882b2d9e99383722203f9792b25c2decbad5b8c5af30620ff4d93854a4520d1cb068613bdfc6a7 SHA512 806900f4ca7845db3db849b13bd0407b18f0e18e4547650930ce7d6bcd89e13917d5f874145c3ba9eaff2cf4aca5910401fcbf24f060b84d25e0f08fb7ce7a38
EBUILD qingping-ble-0.8.2.ebuild 815 BLAKE2B ce714d2b667fc40a3975b0c98136233155fdd92b1f21ef621470bb50c15c8a0228bacac3abe7e218c73a82b92cdedaefde5d15b02f77c677eff1ae27e902f7b8 SHA512 a229d3016f3122abc78e802d3bd60408d8a33327bc0f0c057ae349d3e67df46c349245c31e064b4040f7a7aa7ef1935abd7e18f3d2f6c0bb732d257747a6edfb
EBUILD qingping-ble-0.9.0.ebuild 774 BLAKE2B 694b811c3c090b100da3510d1ad59beebd8d93f09a602d89c5fbd39b88e5c64821b80b8ccbd3c8c5690aa6c9e546d1857157e8ccaf24aea94d9b7df38fd1da14 SHA512 b68cd7a27c4614600269dbec4dcf4671f74f2dde44659e3b749b0e1b7e8e066267e1e7eb23611dbf268db5c34955dd304247bdc9a97f249bd6f578e9238e7c1e
MISC metadata.xml 526 BLAKE2B b43ffbe70a43b8a57f60a3d1206093230c05277144ecf27eb705e7b37f1798daf8da05ffd0c7f9eb1261f1114a14a3a94b2a86989b724e4bf501b238d01becce SHA512 6ddc253d8faa93e2e37a093d3beb7655bb92b6e06093001d3837797c965832578a0e18d94d683d4fec87a7e4a5d7ba47ca40e064c63f38efc3d528fb96660e06

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Qingping BLE support"
HOMEPAGE="https://github.com/bluetooth-devices/qingping-ble https://pypi.org/project/qingping-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.1.2[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest