dev-python/insteon-frontend-home-assistant: drop 0.3.4, 0.3.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:02:19 +01:00 committed by Andreas Billmeier
parent 4c0a0b926c
commit 159fdcfcae
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 69 deletions

View File

@ -612,11 +612,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 1683 Ebuilds in total, 1672 of them have in total 1686 (40 different) licenses assigned.
There are 1681 Ebuilds in total, 1670 of them have in total 1684 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|964|
|MIT|962|
|Apache-2.0|362|
|BSD|99|
|GPL-3|98|

View File

@ -1,7 +1,3 @@
DIST insteon-frontend-home-assistant-0.3.4.tar.gz 5856320 BLAKE2B d4b308dd1b8630f3199c3bdc74754e5ae6dffbd69a6478db0f37667f5f12d87dc3f5ac4f87fa4bc01385f60adebdb338c22089b00a01ecc67e8be96f6c727013 SHA512 6e09b097e1875fb88b34fb5f3a92551ab989217e1d3e562c22af1a9c9f723b4473641e9b0db85d3b8f97e09aaefdc977186e7501a175a59abd972a12d1245197
DIST insteon-frontend-home-assistant-0.3.5-1.tar.gz 5849636 BLAKE2B 07a39321b0b6eabdca34ab98a3aea8a8db1f255b5712cf413ca15a0a31fb2b339a655f4fff13db222b794d2226340fc426ce1e239259050be0634bdabb7bb03c SHA512 5bb8e00a0b27ce301872ef255eec21b7adaac57758c593341cbe4fabee94be8dfee254eeab2a3ffbfc92db74a155caf1c838d65298df501a7b3f72e8c285f68a
DIST insteon-frontend-home-assistant-0.4.0.gh.tar.gz 498881 BLAKE2B 362578a89cf9faeac41b101738bb84dbee3a54959562133823ff90f374728bcdf14cc90c15d9e65739f7ee494a4929ed8af00592d0d982856d0e709e33d083c6 SHA512 90a76377d8fcf31f0b7fad5d31a8b4802884a000e50e2babc3d69aaa4f9a58572909cfeb45a6ac7efa29eb5b9c0a27fc4c7cdb677a7dad2be77ee8c2614c84a3
EBUILD insteon-frontend-home-assistant-0.3.4.ebuild 639 BLAKE2B 0fd602b35e90414e49e5145a8eec4e27aacbb6c5d76a23222777e8ef66e7f05a68ec7a18a665dbe23c8d10122e5b1b14085cdc1af0ee3578e8723fca07f9071b SHA512 97746fc9782cecce511ba03bfcb3a3b59dbf2985a7578d8d3d296233fe0442ffb0da19fbeb577f0917ddb42affbf43c01712937723c50a16b04eed4384b276ad
EBUILD insteon-frontend-home-assistant-0.3.5.ebuild 700 BLAKE2B 6f57670a4cf51254c12df4f61eb381d670f9bf0891ff54085d04b8a7d10e2ff947c3c35fe419b7ff1855fdbd5ed6eb439a45b757b359909b6ba5f6ae1e9b506f SHA512 ded568ecb89c6d383dd7d5aaef417828e6bd52c5eda715619c49fe6e2666337fed8ae7b5298d9f2f01a0fc4f1091ed27003d987dc31c5f8b7380bfb3aca16586
EBUILD insteon-frontend-home-assistant-0.4.0.ebuild 609 BLAKE2B a22e6ce6c250f7c4352e469e906e8ace02dd26ff0121fe1c000729988ac3f386f33035a4caea6fd57ee431e6c5090a67db797ae10242183311aaf2134c165faf SHA512 a929f5a5591094b0292c60b0a4198ba9dca07838e9c76690819f6e9a7a1f162daa141e682d52839665c2795c2257e6a8d9f650cd425cf5abe84ad678d0dc70aa
MISC metadata.xml 541 BLAKE2B 31b7e7179fbda4dce124557216ca7a51e94f45db13942e45be9a60227a778794aff1867541866e4c31d85d459c0a16733c66da9a58b6b1631a449ba1eabed5de SHA512 7c0c26f447311b3459a05ce7bab3db7bd895f81b5fead32ac6d937d79d7ee8c0031bf7f53b485c6a994c1be210635c3ebdb6fe680f6a5d4ed83e81db9b88eae7

View File

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

View File

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