update home-assistant-cli-9999

This commit is contained in:
Andreas Billmeier 2021-12-17 00:05:27 +01:00 committed by Andreas Billmeier
parent 610b66bec1
commit 1e7767b465
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 7 deletions

View File

@ -484,12 +484,12 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 2046 Ebuilds in total, 2035 of them have in total 2050 (36 different) licenses assigned.
There are 2043 Ebuilds in total, 2032 of them have in total 2047 (36 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1193|
|Apache-2.0|399|
|Apache-2.0|396|
|BSD|142|
|GPL-3|115|
|LGPL-3|32|
@ -525,9 +525,9 @@ There are 2046 Ebuilds in total, 2035 of them have in total 2050 (36 different)
|CC0-1.0|1|
|GPL-1|1|
(Last counted: 16/12/2021)
(Last counted: 17/12/2021)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 16/12/2021
Last updated: 17/12/2021

View File

@ -2,5 +2,5 @@ DIST home-assistant-cli-0.9.3.tar.gz 61623 BLAKE2B 3833b3e63c9b44afd911d642f9a82
DIST home-assistant-cli-0.9.4.tar.gz 61027 BLAKE2B cce0f297c2fa6022d28b7ba0e5fbe4ba7d8ff781a9a3d58718689ae3ed6e6bbb5fac23815b1f181b92e263c8333d30bfc840f8826565b68324830b887b9cdb3e SHA512 a7cdbd74d5eb32b2bce380d7086320ef6c1775dfdbce72eb18ebaad7518b540f385ec910696bed0f2d3852d001a8dbc85bb1ea47508c1e709ba04f7df815a31c
EBUILD home-assistant-cli-0.9.3-r1.ebuild 2454 BLAKE2B ebc0d7721dfdcffcb86e0fab8e443f623f0829d643470d4394f0c4735ac543f1cb528cb11d16802ecee7bc2101d0edcd1b505b142af8900b03816b338dcbf5e4 SHA512 9842371539f4ebbb856ff1388378c111b138334f253357617562e85561dcc15f55453b868d587fbbc0ed7ee8e45ea9a78b73f6ab46ba1ec5ad47890b77cff371
EBUILD home-assistant-cli-0.9.4.ebuild 2524 BLAKE2B 994a88b6500b2b5f4d05dc3cb93e98cd02a0fe9849efef6cf638318ff7c1bef8489a841e44396c60f91c045a58e835fcce124dc9e9cf3bf5d92da1473928e3c1 SHA512 a73dcc62d3bf2dcf4655f842fff71f78a9cc987adaa6095548217073c35dd32cda13ebdcf51cf02f44d28952414df9eab12df45935ab7c7e4e37c3359730d41b
EBUILD home-assistant-cli-9999.ebuild 2523 BLAKE2B f6ccfc005957bd914351c0013bdb474972c19b6be4c47fd2f8cded41a93971f9b67dc0974e01d7553d2f3dcb2e35fd3582f447d9c74fe8a69e208bbae7cd7e6c SHA512 08103c1293283e7e6092b60056730138cc593ffbb05fd5494910e1df7a8fece5b174c284343070a7a5b42616123297fc0e391d0939f36851abd794ff4ff482dd
EBUILD home-assistant-cli-9999.ebuild 2626 BLAKE2B 7f840671fe5c9cbb991bb771b5ac457f167e539a1c13886aefaa74f4686971f9cc6195fcd4dcafc265c488449a1b36803b07eaffac40c70571bdc08d281734af SHA512 90c150ac81432143f778c2d5dfe21a671e5aad39a5e8e926c85247bc79168fe3c3da048370e2fff4050f12dd3175b396733f69e2cac9d9c9b59a95de96466c67
MISC metadata.xml 480 BLAKE2B 171a4a346c5b4d88abdd8f0e1b2e3480cb7e8e5e250e759cdfc7ee9dc7f763f235617ac12f171d9f96eeabe4f92a9a347371badbee7a230c59229e9fae14ec84 SHA512 ce473493061008ae30714cb39fa7f13fd0aff9451342da57da0cac5f6d6c4488dad514044548c8fe9b0e8030d00ac7c606a68c176f3834df2aed810fbf0b2902

View File

@ -57,9 +57,10 @@ BDEPEND="
)"
src_prepare() {
sed -i -e "s/'ruamel.yaml>=0.16.5,<0.18'/'ruamel.yaml>=0.15.100'/" setup.py || die "Sed version helper failed!"
sed -i -e "s/'regex>=2021.10.8'/'regex'/" setup.py || die "regex version helper failed!"
sed -i -e "s/'ruamel.yaml>=0.16.5,<0.18'/'ruamel.yaml>=0.15.100'/" setup.py || die "ruamel.yaml version helper failed!"
sed -i -e "s/'click>=8,<9'/'click'/" setup.py || die "click version helper failed!"
sed -i -e "s/'dateparser>=0.7.1,<0.8'/'dateparser>=0.7.1'/" setup.py || die "click version helper failed!"
sed -i -e "s/'dateparser>=0.7.1,<0.8'/'dateparser>=0.7.1'/" setup.py || die "dateparser version helper failed!"
eapply_user
}