add melnor-bluetooth-0.0.15

bump tzdata-2022.2
bump aioconsole-0.5.1
This commit is contained in:
Andreas Billmeier 2022-09-03 13:32:52 +02:00 committed by Andreas Billmeier
parent 6fb5b17274
commit f10973639b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
9 changed files with 72 additions and 13 deletions

View File

@ -417,6 +417,7 @@
|media_extractor|Gets a stream URL and sends it to a media player entity|N|Y|Y|0.49|
|melcloud|Python MELCloud interface|N|N|Y|0.106|
|melissa|main integration to connect to a Melissa Climate A/C control|N|N|Y|0.63|
|melnor|None|N|N|Y|2022.9.0b3|
|message_bird|MessageBird's REST API|N|N|Y|0.16|
|met|met platform uses the Met.no web service as a source for meteorological data|N|N|Y|0.79|
|meteoalarm|watch for weather alerts in europe from MeteoAlarm|N|N|Y|0.93|

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 **863** 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 **864** USE Flags.
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
@ -523,11 +523,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 1865 Ebuilds in total, 1858 of them have in total 1870 (35 different) licenses assigned.
There are 1866 Ebuilds in total, 1859 of them have in total 1871 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1132|
|MIT|1133|
|Apache-2.0|342|
|GPL-3|113|
|BSD|106|

View File

@ -1,3 +1,3 @@
DIST aioconsole-0.3.2.tar.gz 27405 BLAKE2B 7a08ce9e38faba87a28ee6808ea0b7b707378f40ebea263d264e79b52ef881b74b58a3dc173c29f0c4f0106fed2e55f2838a7d031627662260d30e40245bd1ba SHA512 d9b2e6917e9bc7a9b1d604d9b67c9b0df1292c559988773e29f36f25e18a73689a781137dff2d01e8f48a3de6481ceba5f0bf3c1d5acd0731e9f9d2798fb5c92
EBUILD aioconsole-0.3.2.ebuild 868 BLAKE2B bc9436d464066074522e3b363fe8d104cc0aa258ddc4676613c9fc1e442555e4d9f8191795edf7b52578eb6979aef2ab7c2d4ebcee5b840f57bcb28c3f41b6ea SHA512 07869a86baeedd706bf6a0864f8744446cac4f804dc23caa97c8e97c71fd7d5e15e3caca2c7f81fcd112f8d5408760b0b78561cb55f4524040519cf8a0253af0
DIST aioconsole-0.5.1.tar.gz 28396 BLAKE2B 8a9f9b89f7b0c1111974648887787d8de89079a19041471fdf34daca8d8d78acab0711eb286e822f141022dbe1a4b8e03e825441e2e011d63f88655eed8cb92e SHA512 c8ac64eed9f6b9af576b3ef24abb3b13be5ef6c5258cf59349495359a1d5620eaf5768766549c1fa034904c96a2144368722e38192a934e9687fc4eccb16f8be
EBUILD aioconsole-0.5.1.ebuild 838 BLAKE2B 635796edbe3d093a5f148e35b938d6d06099f9d3cb142a2d9b684a3f39ac8cb5e448cda89481b58c388d347ec615f23410968a362351697bdebb4654d9f21010 SHA512 faaa9b6cf61af785ea187b7c747d2126e023ac6c89483076b0db316879d9e096489be9f4de8297923fdbf0becb7c40de9aebd4a4948f3eb6f607d192dd085547
MISC metadata.xml 508 BLAKE2B bb9703b286417807c4af1da96602efd71085b179a38592c2e75039c6f9be9e0b74a64e0f31a527e179ffddfff2599f1300ed38ba9b9303816cc866bd7d44c7eb SHA512 20d3de4c6aaed8e94952906fca2c585bb84e839edf18203e3d37dd8e3c3ec55ebc6b072a96aee172bb331a6e56e00ae93e0fcf02a90dec9f861c03e4bc738c2f

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,3 @@
DIST melnor-bluetooth-0.0.15.tar.gz 9646 BLAKE2B 8957f7b39af54135f42b69645f3bf19af0b72cc34450f5dc282450385188e93260ac4a3563a931dcab4bbef560769939bea02df6b5e34386d75e7695ab5e5975 SHA512 17b04407fb8f5c92c2e52d1d6f4f80e09d043e52f6d44e9a912eab7afa179aa9d2e9163d31165e716c601bb68e2e7e31c1f531092d0232b6c653f71427df5b98
EBUILD melnor-bluetooth-0.0.15.ebuild 1023 BLAKE2B 91dd184a5ef9c8040962fb8100050aa0f46081bc80fa606628c439f25971fa7ee9eaf47b957d6ac04245e305801cc40cc9c1fa5783d4eff007475b5c2d01ffbc SHA512 36c13e12ed6c442021de48e09fc8e9a83950714642919273cb80f3bf4675f389423e534bc2fe48c8e069fbb76c20560c3e6f3a99d02c6cb75ca02f619bb82bb1
MISC metadata.xml 470 BLAKE2B b39737ad473d8491b4f7b174a077965bce87c36a1ccc28bd29e1c680206a17a7fb5c72b39cae34e1a6eca9c653f482c382a8ae36b9b847ce615f5ebf6380fdbd SHA512 0ba70c5da2fdb79efb7d7d3a84b09c54f3fe6de0b22e6ca099de0424044a8cf1a68029c96bc134cb5858bb5c8edcc48d3174ecefe9c8b41b5c13b99d67458df4

View File

@ -0,0 +1,40 @@
# 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="A small python library for discovery and interacting with Melnor, Eden, etc Bluetooth water timers."
HOMEPAGE=" https://pypi.org/project/melnor-bluetooth/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.14.2[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
>=dev-python/tzdata-2022.1[${PYTHON_USEDEP}]
>=dev-python/tzlocal-4.1[${PYTHON_USEDEP}]
>=dev-python/aioconsole-0.4.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

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">melnor-bluetooth</remote-id>
<maintainer status="unknown">
<email>justinvdhooft@gmail.com</email>
<name>Justin Vanderhooft</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +1,3 @@
DIST tzdata-2021.5.tar.gz 184386 BLAKE2B c49681397bddd41a575216549700e9095dedec5306cc653c8f47a3eda811b83fff408efbc67f849cc52548befbc9888dd05bc9c2d8f1b297dff0a46da6909982 SHA512 e2fec5d083eef83584d826f4e0acf91867fcfd6e0c411b16e940a444c49a605a9a4ae99ac579ac71f5963fc16dbd9a2ead275baac17ee97a22a49d149b0ec863
EBUILD tzdata-2021.5-r1.ebuild 770 BLAKE2B 5b6430b28f9949418f28a719325759f88818e3cf57252abe76e20242b61764030b12eeb65c6b1c6247db0d3e3403e18ef9155cc8035c27ee35a055c0c37cfe69 SHA512 ca4d86d77730a6838f0e611fdc80ffb6f2be22e38653c2c1765b47214c2f5bb73065200ff835aa75133d0017c67dac139d26474f7503a0d45d33345c464ae24d
DIST tzdata-2022.2.tar.gz 182864 BLAKE2B 5822553a06c3a9f28839e4b07ac10571ad0e122f7dd73f5de889d7a4104465291ab744a604f2d077f75c00538b628b7e325a1ee6efb275b7d9cfa13057b0b59a SHA512 a69a8e186664d74461a0b7994a70fdd91f1bac6c0409c4bca7b193ff5e1ff5191d4d6b59351aa19561532927fc352d7d16ae6a46c8dfba670a265c4dd82c9d3f
EBUILD tzdata-2022.2.ebuild 746 BLAKE2B ce5226d9d9ad62b2586a1cc5d73cf5e97f9091fbe99421929ac1a7158d23062af44c9a7c5c95adb4d17c669db981c3b464d187677185fe280fe1ff05642ec6f5 SHA512 c133237193e291d98726ab5bc0e282e6794aec53783e3883c616996ceff4ea2221a93d3efb652fdeaa250daeb8df5b9804164dc618aaffb0ec176fe746f47e62
MISC metadata.xml 468 BLAKE2B 3cd69ced642a4808b89b71e9d03e0222c23c968f4d7a8142296447509f16d7d8ced6068a1ebdb02b3d4fd8b4e12780cdada01fa353b6f7a85fbfa4fb59a81a4a SHA512 796b23f43bf64b7d135d70d8818369d52495eb22343b95a42fba58f18405fcd329a41606b8edf5fd6ea84548030abfa6c993d6991806f5d2351215ee6757c13c

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@ -14,11 +14,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
DOCS="README.rst"
RDEPEND=""
BDEPEND="