dev-python/homeassistant-pyozw: remove obsolete homeassistant-pyozw (with build failures)

This commit is contained in:
Andreas Billmeier 2022-10-16 09:40:55 +02:00 committed by Andreas Billmeier
parent cc4d5dc117
commit 4b227b57a6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 58 deletions

View File

@ -538,7 +538,7 @@ 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 1623 Ebuilds in total, 1616 of them have in total 1628 (35 different) licenses assigned.
There are 1622 Ebuilds in total, 1615 of them have in total 1627 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -548,9 +548,9 @@ There are 1623 Ebuilds in total, 1616 of them have in total 1628 (35 different)
|BSD|94|
|LGPL-3|26|
|GPL-2|21|
|GPL-3+|14|
|all-rights-reserved|14|
|BSD-2|13|
|GPL-3+|13|
|LGPL-3+|13|
|LGPL-2.1|6|
|Unlicense|5|

View File

@ -1,4 +0,0 @@
DIST homeassistant-pyozw-0.1.10.zip 147523 BLAKE2B 9035bb612cd8fe47518ebb9ca53d4bdfa2ca4be2450fe6abf40bd09abbd8fbac61adc4e17f835821484c75c84aee213ac859a28c9acdca54ed3756b589891c5a SHA512 8b955cb33ec2f4c4af89ffafc604faf555b8bb7ecd5b99ba4e8a60597b1e78274abac70551feaa81d7580d34937dd69ed87495fbf2ffa5c29ade6fd6e7a5a940
DIST open-zwave-hass-0.1.10.zip 1876537 BLAKE2B a510d9a52c69d8a8242697ac870b790bba08ecfd7004bc1b01e7aa08045514d2a9e56c659e447f98551f30b72ac07b242526c6c9f128b368b722bb2ad7b1ae1d SHA512 57d140e64b27354a548ba2d8b70f52cde3e06d60bab048f69cc38cd343f4dcb6cf695f1f226e299e45f528031668aef7470d2562077911df39dcf56102f4ddaf
EBUILD homeassistant-pyozw-0.1.10.ebuild 1108 BLAKE2B 3f990a841ab9749e7b187a313c87b3bbaa5a4bf6aa2de619dc06a57e2932c77a26c0190bcd3ac12f6e347e204bc234ab3269c402bdd94234d3344ff639f029a9 SHA512 8d7a8e518f94de50602ace6f71d3e3ed4cc75282bab048772e47fd1e5ad09195b494d3cc7abcb5b12c9cb053bee1fdc5569cad4b03d5b7ab7378d94f7f60ff3f
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -1,44 +0,0 @@
# 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="python_openzwave is a python wrapper for the openzwave c++ library."
HOMEPAGE="https://home-assistant.io/ https://pypi.org/project/homeassistant-pyozw/ https://www.openzwave.net/"
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.zip -> ${P}.zip
https://raw.githubusercontent.com/home-assistant/python-openzwave/hass/archives/open-zwave-hass-${PV}.zip"
S=${WORKDIR}/${MY_PN}
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=""
BDEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
src_unpack() {
unpack "${P}.zip"
unpack "open-zwave-hass-${PV}.zip"
mkdir "${MY_PN}/openzwave-embed"
mv open-zwave-hass "${MY_PN}/openzwave-embed/"
}
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,8 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
</pkgmetadata>