dev-python/subarulink: add 0.6.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-30 17:51:07 +01:00 committed by Andreas Billmeier
parent b6afb1f2fe
commit 235101a3d1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 40 additions and 3 deletions

View File

@ -684,6 +684,7 @@
|sms|allows having a local execution SMS notification via Gammu|N|N|Y|0.105|
|snapcast|The snapcast platform allows you to control Snapcast from Home Assistant|N|N|Y|0.13|
|snmp|Presence Detection, Sensor, Switch via SNMP|Y|Y|Y|0.57|
|snooz|None|N|N|Y|2022.11.0b3|
|socat|Set a flag to install socat and socat-zwave startscript|Y|Y|Y|None|
|sochain|displays supported cryptocurrency wallet balances|N|N|Y|0.61|
|solaredge|details from your SolarEdge solar power setup|N|N|Y|0.85|

View File

@ -83,7 +83,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 **881** 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 **882** USE Flags.
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
@ -548,12 +548,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 1497 Ebuilds in total, 1490 of them have in total 1499 (34 different) licenses assigned.
There are 1498 Ebuilds in total, 1491 of them have in total 1500 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|873|
|Apache-2.0|302|
|Apache-2.0|303|
|GPL-3|93|
|BSD|88|
|LGPL-3|23|

View File

@ -1,3 +1,5 @@
DIST subarulink-0.5.0.tar.gz 38348 BLAKE2B 8263aa6b5d2692a081ec03627c3ea12607da5558d4266683bb3d189225acd25cb1fc83083b4f971c6a8245dcd18df7b8c7638cb6f74a772f7179b3fc4d7fd4cf SHA512 4b4b90cf048600137f12d60e2b46addfaf1717cdf44c8cff3dc8a86ca9fe867a55a23c0c01a40e3fba1c51e8b5e4c6f71766173a78a95ba8a538a0ddc0b03ab3
DIST subarulink-0.6.1.tar.gz 38581 BLAKE2B c0dccbf3fddfcefd069aaee9fdae06d51598d47c476964356b3335a36e61c79d8ca4fb82ab6c553fcdb81005fece44cf2a5f88783ba1a46455ce181892fd4904 SHA512 a280e4c6a7bb74fd29acb74d0c70b7e22241c3f3ff99a311be55097e1f21b86422cdb88f77514fb9f87e89950001ac0f6f1a6d03fb0f8e19a548fbf892cd6f4d
EBUILD subarulink-0.5.0.ebuild 768 BLAKE2B 366abb7e337037dae2fcab3f934cd9653a9cb2fed4f17162546e7229082c9bf385c070c4ce91dc4ca537fe13db4f5d97a1b361bf676f056122df58c4d080721c SHA512 8e3faf5b61d99964934f8dc0359d8875c911f1537d18398ebc543987e25920294d7d207ee7f1556b3ef6f9a7cd89172cde386c9aa3339b253780fe4ac244a808
EBUILD subarulink-0.6.1.ebuild 768 BLAKE2B 366abb7e337037dae2fcab3f934cd9653a9cb2fed4f17162546e7229082c9bf385c070c4ce91dc4ca537fe13db4f5d97a1b361bf676f056122df58c4d080721c SHA512 8e3faf5b61d99964934f8dc0359d8875c911f1537d18398ebc543987e25920294d7d207ee7f1556b3ef6f9a7cd89172cde386c9aa3339b253780fe4ac244a808
MISC metadata.xml 329 BLAKE2B 1473c8b3ff81ca3138bcf364e9106460add87529d5a9d56d3dbe3a794f3758cd2e67c17028585b2b2c4d627d9e878c62df41570cdcc9281c84f772c11bf80bf0 SHA512 85a9e9035bd1e9a721c4c689ed11f16e263abf70ba26a00b63fdabeaff69f6639c38470a893999a078d0f9b9b115620d101197beb7debce0b7098a0f5d8aa9da

View File

@ -0,0 +1,34 @@
# 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="A package for interacting with Subaru Starlink Remote Services API."
HOMEPAGE="https://github.com/G-Two/subarulink https://pypi.org/project/subarulink/"
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/aiohttp[${PYTHON_USEDEP}]
dev-python/stdiomask[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest