dev-python/openhomedevice: drop 2.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:37:00 +01:00 committed by Andreas Billmeier
parent 73c3400208
commit 5cab520a2d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1662 Ebuilds in total, 1651 of them have in total 1669 (42 different) licenses assigned.
There are 1661 Ebuilds in total, 1650 of them have in total 1668 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|963|
|MIT|962|
|Apache-2.0|348|
|GPL-3|107|
|BSD|90|

View File

@ -1,5 +1,3 @@
DIST openhomedevice-2.0.2.tar.gz 8608 BLAKE2B 029b9c8d26d6b3c7a92ffe5032e08dc3acf7bde7ff115d22b5a9750e3d27508c4711cf036bab3bc8aa0e4f89fd8e82ff60a4cf5d0560d2705560345b0086cd4d SHA512 108c3bc0225419165dd737090fb78ed119aea16f4b5c08cc83525049db575a33cfcca5c2c930a4c02a254fb50f5e61701f6c745174b5335a9f5c5989bc7c9f54
DIST openhomedevice-2.2.tar.gz 10845 BLAKE2B 87fab4b875707a515fb3f97a8106249d116d5e06df66bcaf840e6909e95eb8e09fc0f64141cde2ee7c85707dfe025314452a90b0eda3fe78a02d82dafb3b592c SHA512 c89b061c59bb5323139b583a1d97c558d797b479bbb2d7f3a9c83f211ea657521a5d45b2ddb008ea0d03d8ae517b320ffcfc7416940b38803ce98ab0602050e6
EBUILD openhomedevice-2.0.2.ebuild 739 BLAKE2B d14127b7ba87ed44735b7d9bca9c2339a174c94901b174c04db5a54b328cd35d93d54051cb796fc6209f17bcbb3b5369c59894f706888d9acb19760f2bbac41e SHA512 4f02d1c545ee147a1bfb48f11bb31fbe9e2a2528278114d6c70fc1d1c03a0df8b6f75b92f6678f7451d15ab0ef1b9c4f3c145788299f13c2d4920afc9bc5c3b9
EBUILD openhomedevice-2.2.ebuild 739 BLAKE2B d14127b7ba87ed44735b7d9bca9c2339a174c94901b174c04db5a54b328cd35d93d54051cb796fc6209f17bcbb3b5369c59894f706888d9acb19760f2bbac41e SHA512 4f02d1c545ee147a1bfb48f11bb31fbe9e2a2528278114d6c70fc1d1c03a0df8b6f75b92f6678f7451d15ab0ef1b9c4f3c145788299f13c2d4920afc9bc5c3b9
MISC metadata.xml 529 BLAKE2B 5d96f60014bc0af952c046a263e66fa01bc25ed3858437297e4beb58d05549214f13e9dd6079e34f9b32cbdf88090f578e95014d75ea387a596ae1f413214367 SHA512 7d7ce6d8bfb82a7045b65f8906c9833162fca5a6b0b6a59d07797e3c253dc276806467fa7583c105727119e89127cd808c08db87057321ccfe69fcd9fb628a2a

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
inherit distutils-r1 pypi
DESCRIPTION="Provides an API for requesting information from an Openhome device"
HOMEPAGE="https://github.com/bazwilliams/openhomedevice https://pypi.org/project/openhomedevice/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/async-upnp-client-0.27[${PYTHON_USEDEP}]
>=dev-python/lxml-4.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest