dev-python/habluetooth: add 3.1.1
Closes: #3391 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4d8c06c234
commit
9d58fba06b
@ -606,12 +606,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 1927 Ebuilds in total, 1916 of them have in total 1938 (42 different) licenses assigned.
|
||||
There are 1928 Ebuilds in total, 1917 of them have in total 1940 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1103|
|
||||
|Apache-2.0|433|
|
||||
|MIT|1104|
|
||||
|Apache-2.0|434|
|
||||
|GPL-3|114|
|
||||
|BSD|110|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST habluetooth-2.4.2.tar.gz 32034 BLAKE2B d8e60a3eb99c727935a27326e7db3bd9ec5471cd1d8cab162e2d36c914e71233a746a7bf8a2d5a0284678e099e490f2eaa5c777d95cabfb3099289cc3f55c1d8 SHA512 bdc578a4280da5a108a95a38923096d0bab03f7c83a18ae3d5504e050937ee6ac258bdd290cc4ab47a766aa278de51f2e84c8e226aaff163b062722a8e921a4e
|
||||
DIST habluetooth-2.8.1.tar.gz 33429 BLAKE2B 1c2a81596d91a4be98b4f771becc80cfd0f2bd8f94d340c7bab4baeffd9c564f067e8e63e526144df0f1ebbc3ba2f6bbd8ad8feb055fc1d3b61ef2edf7748a36 SHA512 f0c2c313250d2d8737edefef9d9f1680699ce31b61ea9187146d3a9b18c13bb0771f33781a7569d4194fb5ffc86190c8667dc5dbb699b8b35a4ce70d3ffec064
|
||||
DIST habluetooth-3.1.1.tar.gz 33640 BLAKE2B c848a8881d07dfe6da7da44a45bf2803278faf8c4b8da6d63fee416d97ba89b9eac48d40d4c587da29a16a714e39bce7677370f00df217104b305e970168ac2f SHA512 0f25fa5cc4ee4e7b57e7c6704537f920e42d6b81e79dbac6f3d649d28e1c485fe97033467c4ccb2cf32b5a5edef26b40cd8cbe0479749678007edd4217e0e841
|
||||
EBUILD habluetooth-2.4.2.ebuild 890 BLAKE2B b2a33fab4a754392316fdb612f6e10015e357d72f8a266183b294e8a9fe794665f2367215f843ad5f03ed2572a3b8c2030335e3aa3a25cf4cc0cec9c3bab37e8 SHA512 53e30b279a1441d9eea4b5d22fd23736246f1522a7b8684781768e9baf9cca24360f6281e404d26b0489bdbba520dc955e7197ea0eb731b6922717cea62719ea
|
||||
EBUILD habluetooth-2.8.1.ebuild 944 BLAKE2B 4ec6efb62f2ec1747702be4bdadf5ae104663ed03dfd1c5bd5582acd2447106166e35cbd5582660a85e92b999da0c4c77b6e5cff31b14ff4a7c17e6a1f6cdfca SHA512 f751415b3b56ebe99274ed3639accf7370172d467cc5d8b00b9a0974a07eeb9f69aeaa815553907d75a367fc17f23c1bee2cfec1d733a3de459bcaecb3da8e11
|
||||
EBUILD habluetooth-3.1.1.ebuild 944 BLAKE2B 4ec6efb62f2ec1747702be4bdadf5ae104663ed03dfd1c5bd5582acd2447106166e35cbd5582660a85e92b999da0c4c77b6e5cff31b14ff4a7c17e6a1f6cdfca SHA512 f751415b3b56ebe99274ed3639accf7370172d467cc5d8b00b9a0974a07eeb9f69aeaa815553907d75a367fc17f23c1bee2cfec1d733a3de459bcaecb3da8e11
|
||||
MISC metadata.xml 529 BLAKE2B d5b1105a3535ac5fa41482f130d3f2bcdadedb14878cda087b258bf683ed68114eb4da36c9c42bf65545cfb75ec2295498c6f0ffe4fbc8016befcba4c6d9afd6 SHA512 e5a8681a4bfaa8d1fdbaf72543550b4620b22e0eba693505e552e932f8b42d4d63738ad1e2b0205332c409f5230b50cd75426978b7dc4acc11e786897cd87945
|
||||
|
33
dev-python/habluetooth/habluetooth-3.1.1.ebuild
Normal file
33
dev-python/habluetooth/habluetooth-3.1.1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="High availability Bluetooth"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bleak-0.21.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user