dev-python/insteon-frontend-home-assistant: add 0.3.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-04 09:37:08 +01:00 committed by Andreas Billmeier
parent 67d1fd4df7
commit 6c6154d6c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 deletions

View File

@ -573,11 +573,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 1798 Ebuilds in total, 1787 of them have in total 1791 (34 different) licenses assigned.
There are 1799 Ebuilds in total, 1788 of them have in total 1792 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1046|
|MIT|1047|
|Apache-2.0|390|
|GPL-3|112|
|BSD|94|

View File

@ -1,3 +1,5 @@
DIST insteon-frontend-home-assistant-0.2.0.tar.gz 4417188 BLAKE2B 885e5c4e7d0bad9fef99ee2ea110b3b90cc12f33fb7870de347921d045964216bfef328aba79d3544f7125b9c46807ced93d61d94cc4deaa7a3b4037539c1d35 SHA512 c7c818510c505411d70ecaa7d115b1c2a4f345c51551050907b96527afca55f4fa701465675641563779c04c25c2a26775ed7184f88f844abe80240dd1b2dae4
DIST insteon-frontend-home-assistant-0.3.2.tar.gz 5864402 BLAKE2B 2d518fed2d1a0bc9333ab6b2da22d76db07e3651ead5a665f99dbbe78a14412f981584009e685ba758f11886c661454ff30dc5a91664b93bf05c5f14b11d4ac5 SHA512 90a90cec1639cfb4afe51beb58f98056b99a96340da7ffaabfec23e35eea163e8643968b7a3b7215046a91c426c101ebfe78fa39895936d6743e174d2faa25bd
EBUILD insteon-frontend-home-assistant-0.2.0.ebuild 674 BLAKE2B a1e476df895684847ab1f08f858f31641bf8079b9ff7e0ac5d66c5e832f148ee1c6a05b06c20a722fed4be644d343acdd5490dbd50c5ff07edbf30f19ec800ba SHA512 4bc8d8cc690955c4c565785dd430613ff33765ed9b29a98b166c3bf8901760700e391c9d7becb5e7e99f8a8834cad69fbebf1b3509bb84a4208e57f8907c2058
MISC metadata.xml 541 BLAKE2B 3aebd4035ae6b2ffd40a7bcbdcb21aa0c56e99b0bc44630793ecdc42e1d3a7e4aec04bd065939739d1e1be152c20feb33b04f23cf547648af358bc16401fee24 SHA512 fc26dcda63b117508af28761d1a52e5aec29a148378b0f971c61c000caa1045f85b8126639a860fe091fc462ac25fd1af683992319df8bc6b2135e6cd724ab0b
EBUILD insteon-frontend-home-assistant-0.3.2.ebuild 747 BLAKE2B dc5d38467e47ab31a012034ea9ba512603f223f666b8f992ef879e94208f9c6610393021688e19ca092502722dccc5efb91f4c05a8d030ad7e68f7fde2328479 SHA512 06b7616cc42b46aded3f0640225e28dc2cf65ed1318fd33c1f7c750a9f5ec57876fceec66efcd62f19ad126844cdc86a852f1f338721818e878c1af58dfdb439
MISC metadata.xml 541 BLAKE2B f034fd8892d77d5eb828e1916f70de7f0b8cbdb510e1b8962b69f66cf8a9252deb71b88773621074b16fa03f2ff596980a8e1536d085de1d1dd2b0b99385b204 SHA512 36c94e046f599117902e65b21353839082374182ae633f1b0cabbd13f46b87a247c74ff5f332931b8daa7374a9d68083cd928008d3ee942e474c548b5309026d

View File

@ -0,0 +1,33 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The Insteon frontend for Home Assistant"
HOMEPAGE="https://github.com/teharris1/insteon-panel https://pypi.org/project/insteon-frontend-home-assistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}-1.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">insteon-frontend-home-assistant</remote-id>
<remote-id type="github">teharris1/insteon-panel</remote-id>
<remote-id type="github">home-assistant/frontend</remote-id>
<maintainer status="unknown">
<email>pyinsteon@harrisnj.net</email>
<name>Tom Harris</name>