dev-python/python-kasa: drop 0.5.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:40:52 +01:00
committed by Andreas Billmeier
parent 3054649564
commit 63bfdfb28f
3 changed files with 2 additions and 47 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 1719 Ebuilds in total, 1708 of them have in total 1722 (40 different) licenses assigned.
There are 1718 Ebuilds in total, 1707 of them have in total 1721 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|987|
|Apache-2.0|368|
|GPL-3|101|
|GPL-3|100|
|BSD|100|
|GPL-2|27|
|LGPL-3|24|

View File

@@ -1,7 +1,5 @@
DIST python_kasa-0.5.1.tar.gz 93458 BLAKE2B f0283b53e52b6d5a2db1ff1a6fff3aaa0122e2768ad6d02e3cc01cd7ab2e6022c9b490b1f7e2c88762676bec984c36dac5055687c9fa9fc5a619e4cc3f17395c SHA512 5964bbe93530cfde9de7c45f9e7c7b8c434a0e61ffc060d22340852a267da14f56c3b9c71e1a666af4bc441c4615528f16b2e743a9b899c9826b1b75cceef016
DIST python_kasa-0.5.3.tar.gz 96127 BLAKE2B d0ace590678908292aab659a2b0f80018784da663e2a35519ead452cf4bbb95996c3fdf53b6d9df2f1b5838d5c3df8f9630b1c2ffee96460fa2f4d7c1c0ef480 SHA512 ed4b829ca9f1f7d9ddba755eeadddaa21e3ab79f6dfef8ff5e368688d78dd9be4e070ffa1fd4631a0fb8ef3b73c6ae51005d2126284d50fbc22e2cccd88cf12a
DIST python_kasa-0.5.4.tar.gz 101576 BLAKE2B 8e75fbaaff790ff272df8785872fb80402d6dd5092aef3578a01a144a789fea972551b453f83251d350f2aeab05e41f3df0d0cb36d4faccb8e44e22c7774ef3e SHA512 137f2b038cf9fc86b5b958abd221741537a8b2ecb636d312be8681eb865d94897a32024ef6b4e6cfe3bb7ec800db9bf346777fe2812faf8d157f5fb14193d9ab
EBUILD python-kasa-0.5.1.ebuild 1026 BLAKE2B 568fc343e126f09ecd58dd8e2cb9072f005ee34a7c77818ce79c5efd0cd21d38b1db39fb56e40871a6c45a6dbc3c66ad855887777a25d0021972cb38d10cdd52 SHA512 3319dac51d532a7ce0c0635e05decf7c00c4da7445188914f575421e85ec7ff477a298fbe6fe251595d7887b776089fc3abfa788c3707eb610e5082d96bc89b2
EBUILD python-kasa-0.5.3.ebuild 949 BLAKE2B 448bf45a3cd019555899008b0753771adf3affdc5fb9caf8e45020a2153c8baff0816a8d7e6324c841c7c2fd53d02e829eaa64c1f9b12548c053ac8ec0dedff8 SHA512 9cf74fd2807d36cd5b87e870fdd8b3cf90a36864b0ba7d3f1c8f74858e6e2569f96c85e5d524bcf63d48adb1d0c9896180bf1b176b9529f3395e1bb5e4aac558
EBUILD python-kasa-0.5.4.ebuild 1027 BLAKE2B c37583dd977cb324d0761f002fe5de51d70dfcf42a3aaba23658a7626930a0bcac8b0ab63d7d63649373084ae968d8d96aad02128df3e7d796bf71fc5945ad37 SHA512 74130939bd99d5ce6fc8b9421b519afae6578f960e78d348f6984fae38bc798d657ea882578bc2fca156d247aec74d3169e595fdfb7b38678e93d82d0e172d92
MISC metadata.xml 395 BLAKE2B 5e29f4817b9616253e26ecf83c38fd8ef6a387853437eaf615c78a24e77409b587596dd827e00f3ec161d23704e7239b0e83733aace51721d4754ab286c32085 SHA512 327a488b295cd95abb3fe109297687fa284aa2ef1e83101940d1def59c571a05d742f8cc714848893feb1d7f168db04c85902ea3c184d8fdba267f7efb55648c

View File

@@ -1,43 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python API for TP-Link Kasa Smarthome devices"
HOMEPAGE="https://github.com/python-kasa/python-kasa https://pypi.org/project/python-kasa/"
SRC_URI="$(pypi_sdist_url)"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
>=dev-python/asyncclick-8.0[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-sugar[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
src_prepare() {
sed -e '/include = \[/d' -i pyproject.toml || die
eapply_user
}
distutils_enable_tests pytest