update hass-nabucasa-0.56.0

This commit is contained in:
Andreas Billmeier 2022-10-02 11:30:36 +02:00 committed by Andreas Billmeier
parent 3007c668df
commit 549ee7e844
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 47 additions and 2 deletions

View File

@ -538,13 +538,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 1910 Ebuilds in total, 1903 of them have in total 1915 (35 different) licenses assigned.
There are 1911 Ebuilds in total, 1904 of them have in total 1916 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1150|
|Apache-2.0|365|
|GPL-3|118|
|GPL-3|119|
|BSD|104|
|LGPL-3|29|
|GPL-2|25|

View File

@ -1,5 +1,7 @@
DIST hass-nabucasa-0.54.1.tar.gz 36708 BLAKE2B 8263afc3b8ec660a52d7fd4c7301fa0d6d5c2fca6faa9e7a9f27f480ffdac35184923110c627d017697a420a5838031dfa909bd5e8ac7c5f83c4b997a197c0ea SHA512 6390bab82f82aa8c7faa5457679b55ea8dbd6e9b62d21438a56da4aeb79d8579834cf519d11f455f5b4803bf2899da208a87122c25efac711db3fa25d7885f30
DIST hass-nabucasa-0.55.0.tar.gz 37959 BLAKE2B 5298098d8310eda273054980dee1bc415d75725329a7446ee0ba5df7d58b33bed954f663ed49bed2fcd1922c44c9e8dba7350275e3d76a8f29cb0793dbee987a SHA512 5485f7eac80ca3d7d3d0b45f5dd0232d971c6ad7fbf62a80b37541858f73a7164f6f4640cf7633a408c427b641cf6f0eaf7d16477520fd98d2aa1cb81e12235a
DIST hass-nabucasa-0.56.0.tar.gz 37952 BLAKE2B ea3353fb5f3d715a1dcff27150cf9c81ea4822c146368545ca385df4551310d60778cc958276129052b964c6074d50471063b8879691067f21d7440c7e3b3294 SHA512 1f00600fbfa51e4fcf21a6fa967da95e8a64541520454da8d992e5703f16f7b33381e7120344b2273a2336c9e49b4b0f26870c7af3a62ff261daf35b080ae5fe
EBUILD hass-nabucasa-0.54.1.ebuild 1203 BLAKE2B c0a55a5e2ee9cf228f5a287711c84e94976ec71adcf3293acb19de29b583d61faa1657e054d79f1966ed8e86a21569988bebb0b1a720ecdab740f335b0b7fb6a SHA512 5d4f0707fea84afc51bbeef75578f11cfdb856d42c489294c030e089ba18f27a2df558aab9871011fe2dd144c0623026972c564f628f55c8b0b45c47abac6466
EBUILD hass-nabucasa-0.55.0.ebuild 1203 BLAKE2B 5ab86023b113690ff0556864b30d8d6b5de0d126e1c52b6b615e4f292d858c350257ea9a7a635b186338fda54ce6ae86203dfa32fd4fcb4d0da96f13e3d5adb2 SHA512 2398be0ad0de2ea64ea1447fa7233b793653e90f84e88bc255b080753da133a29c9bac824d4c8865d6f775f8415d81d7cc5db69443bbd73c63336c7ee0dd0657
EBUILD hass-nabucasa-0.56.0.ebuild 1203 BLAKE2B 9e4afebf0cd1c6a51840309be9ca93e1ab72a924802410af12ad3e35ff6a8b81a6b872881d793537656aa32c4ebe198f8a8beb6e511afb0d43fa397a19e26dc2 SHA512 74bd541c4932af90c74339f99e51c3ee81cb6e1355902bf972787fe6faccbe60641c5fb935ae33fe3ad75290e1e2bff136b781e5f7711889e4d714ed82e52410
MISC metadata.xml 464 BLAKE2B c6b39b5b27af5d4dccd5b3d013a16fa0c7a485352083ce564a337cb2a30b77d12c3c29469d63af33b8ff2a90c0d6be759050f5813c92d9b253e739c05e87eace SHA512 c076127e8753548a24db6b73120ab93bb7ca7ebafdf2050142b1027273ff5d332b7d7f50ea23bf9143e2c4185019faed9052cce1af8a319d6e524b89c5fe6f11

View File

@ -0,0 +1,43 @@
# 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="Home Assistant cloud integration by Nabu Casa, Inc."
HOMEPAGE="https://www.nabucasa.com/ https://github.com/NabuCasa/hass-nabucasa/ https://pypi.org/project/hass-nabucasa/"
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/pycognito-2022.8.0[${PYTHON_USEDEP}]
~dev-python/snitun-0.31.0[${PYTHON_USEDEP}]
>=app-crypt/acme-1.30.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
>=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
~dev-python/atomicwrites-homeassistant-1.4.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest