dev-python/devolo-plc-api: drop 1.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:16:25 +01:00 committed by Andreas Billmeier
parent 70e1d8ae46
commit c3c69a6ff3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 deletions

View File

@ -612,13 +612,13 @@ 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 1710 Ebuilds in total, 1699 of them have in total 1717 (42 different) licenses assigned.
There are 1709 Ebuilds in total, 1698 of them have in total 1716 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|996|
|Apache-2.0|355|
|GPL-3|109|
|GPL-3|108|
|BSD|93|
|LGPL-3|24|
|GPL-2|22|

View File

@ -1,5 +1,3 @@
DIST devolo_plc_api-1.2.0.tar.gz 85045 BLAKE2B 0011e20734eca26e12cfdd9f4f45826a82bbcdb581ec77227e2a7741260c41b7ad249e82e91d8daef698ab753ac1f6d8c06eae5298c0c45756c504c7589a79a1 SHA512 48f14a19655ab2827455f39f7cd0493247205daceb555adcbf1aef5dfcd1ee46d1104f63e470cc3e75843d29f096954ee372a7a03e41f83b618b4c937509af12
DIST devolo_plc_api-1.4.1.tar.gz 87525 BLAKE2B 16858baedba457e967729cbf35e70974c6c5d9e8944a307f431f74f24ef5cd1b8c3737a3295304ad5a7bd741020d646f431208915cd86ef87ccf57b9327e4d1c SHA512 633ec69415a1f827371a3b3d6d3fcc386e2594acf063a6350d1cfe03f8035f01b166c499b27cdba2ccbc966d38701b26b360fadb1e07dd2ffa6616f3f4cd6053
EBUILD devolo-plc-api-1.2.0.ebuild 826 BLAKE2B 20dff787a8e79af8bb87d9bd43fa572d681962a2f98f6ccd16db1d95eba77bea5bbb535d7d400c7e0deaa73b5f1cf23f3f6fc4cdc9e34602532fd56007a5b107 SHA512 41d2af51e30e5f6fede714fc23105a612e46c222ff1ae335d8926c982d9ab739da7ea239b647c2309c7186d1df78c21138b328085140d57351eb9b6feb93b4ba
EBUILD devolo-plc-api-1.4.1.ebuild 907 BLAKE2B 3a46b925ff2c23d09316a264ba3edcbe0a2909c3609957a42727d8a9f75224d707b4b79d6fc87ba598616e72767cb5fa0e7d00307a6c103900994c177c57f56d SHA512 4b5d57fba50f72e4bdd3c8aa3d72aea6f4f743db554251a1692e6d5cb1af01f35c067ef594e0b66b05554090de70eb844d638b008c1d777e7a0bbe6e55dd2cbf
MISC metadata.xml 516 BLAKE2B 5f12a8b449f92060cdbc913f23b2dc36a3a9a493e88f2b1324fb2aad0b979922609273accd8a28d7a86556425ef31084f2f271acbdcefc2da31d88d3ccf864ff SHA512 815735fa204bbf3ddda15d9c45781516098be0aeebd394df519314ea42f33224e308d0700d67a5d25e8e7d527816ad35887593ecde7ba3ebe577439577ae8141

View File

@ -1,35 +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="devolo PLC devices in Python"
HOMEPAGE="https://github.com/2Fake/devolo_plc_api https://pypi.org/project/devolo-plc-api/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.21[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.32.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-httpx[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest