add yalexs-ble-1.6.4

This commit is contained in:
Andreas Billmeier 2022-09-04 07:43:51 +02:00 committed by Andreas Billmeier
parent f231b7555d
commit d3857f4cdb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 61 additions and 3 deletions

View File

@ -849,6 +849,7 @@
|xiaomi_tv|The xiaomi_tv platform allows you to control a Xiaomi TV|N|Y|Y|0.64|
|xmpp|Python 3 library for XMPP|N|N|Y||
|xs1|get and set values of the EZcontrol XS1 Gateway|N|Y|Y|0.88|
|yalexs_ble|None|N|N|Y|2022.9.0b3|
|yale_smart_alarm|Yale Smart Alarm systems and Smart Hub through Yales API|N|N|Y|0.78|
|yamaha|Library for Yamaha RX-* Receivers|Y|Y|Y|0.16|
|yamaha_musiccast|add support for Yamaha MusicCast devices|Y|Y|Y|0.53|

View File

@ -73,7 +73,7 @@ The Ebuild we have since `0.97.0`, as soon as I know that at least one user is a
### `app-misc/homeassistant-full`
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **869** USE Flags.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **870** USE Flags.
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
@ -523,13 +523,13 @@ 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 1867 Ebuilds in total, 1860 of them have in total 1872 (35 different) licenses assigned.
There are 1868 Ebuilds in total, 1861 of them have in total 1873 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1131|
|Apache-2.0|348|
|GPL-3|113|
|GPL-3|114|
|BSD|104|
|LGPL-3|29|
|GPL-2|25|

View File

@ -0,0 +1,3 @@
DIST yalexs-ble-1.6.4.tar.gz 28233 BLAKE2B 4a1113b0e879dd047199351dbf85ea429d51df8559c475a60fff88c8131c1ba2f8ef316b24a65102e6b7523702dfe2810058c45144520565a5c9a84e8542ea71 SHA512 aea59d19c36f084597109ffe15ecdfd45980e407df347a834773cf039749bf1847b105a4e3d1b0d3cd85098b76217c3e2abcb78358e73597357f784ea7427059
EBUILD yalexs-ble-1.6.4.ebuild 963 BLAKE2B 1b8ffccec5890de0f6a324e0d489ed47f0e1ef87f6894c332e55771a5326e5e30e0d80523f7c48a7bc88c86072e9347a21d7ec2122b8d0cfe9356a0f45304b0e SHA512 c87490c576abdeab4255505e3360e936c4f7d6af6fad349ba7a701d599eb52d549c181a1a7c9ffac5455d3ad6371c09f37bd9d0d3c8771190504e92fadd46acf
MISC metadata.xml 452 BLAKE2B e45333c3ef92995c8fb60a18f6e72510e1fa01dfa5fd766548f371d526b4905f9b975602a22f80d22de3a9b8e1a8760b3f0ef67444c03106c2d2a143598d6aaf SHA512 30654b5de14efdcfc41028d21e325113a011dea7bd95cb1c2ad12d3bd403b86929fe667182e8246391351d3f37ac7719579874e71cbef32c1376701b5d10aebf

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">yalexs-ble</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>

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} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Bluetooth control of Yale and August locks"
HOMEPAGE="https://github.com/bdraco/yalexs-ble https://pypi.org/project/yalexs-ble/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.14.3[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.15.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest