dev-python/evohome-async: drop 0.4.19

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-21 09:57:19 +01:00
parent dc3189b2c3
commit cc4fd1a7bc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -606,12 +606,12 @@ 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 2379 Ebuilds in total, 2365 of them have in total 2408 (43 different) licenses assigned.
There are 2378 Ebuilds in total, 2364 of them have in total 2407 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1356|
|Apache-2.0|557|
|Apache-2.0|556|
|GPL-3|148|
|BSD|127|
|GPL-2|28|

View File

@ -1,7 +1,5 @@
DIST evohome-async-0.4.19.gh.tar.gz 82753 BLAKE2B f00fef59e3a64fbafbc121e133a71dd90fa52e7ecc976a32e3917d3dfa078312db9679bada7c27aeef0ee4bc00de36d72dbe900ce55059f9f1e09f260a2a98cd SHA512 5134765ca310fa36125b6fc5ebe671e83a80811ac8809758b32de4494ceeaaa07495f011eda4cce2b44bda2f43b1e9caba799805344138b365c91b33ce9ca01b
DIST evohome-async-0.4.20.gh.tar.gz 88049 BLAKE2B 18aa2eb0f96927d938db46fdaec3f48031b5c0f194982fc91290f28c528a75e794082117052b4c5321edb865b5f2f180f937fdad6c7ab088f3257fe2e62b2f2d SHA512 8c5d1bac1239c333a3c46e1e2e807ae3f1a67b05aaf2f80d26399a86946a97b638af51cfedf72c58b6f037998fa7e7e9ba5bc85d96388ff31fd683ae61cea19a
DIST evohome-async-0.4.21.gh.tar.gz 88050 BLAKE2B 242f93fa46263a0194ad171990b45c64fc65366f80c4349a1cbb1a6d7c297340acb17ab9eff830c6a5e8b24803a91c9aed24e3decd60abe40f1e5b7b5c55d74d SHA512 14d35e163185f978a1410d86a4eb3a84ff4b64e92424ef8b044912b7e7d091e03fc43a8bf23e5cfbae428f7932ef6932dd0fbaa933ffe4789eb4c6c15494c195
EBUILD evohome-async-0.4.19.ebuild 861 BLAKE2B c67ae654a722d3283b161f8c98643362cc47b17dd6ba93a80dda482905fc90038ffe9f6bf0f77d6e419272620a053108834ca9f5cdecfd68b50050cafb003180 SHA512 85cd75c23b961e1dfbeac89ae27e300d8ae171b835c8f14f4129cea8cd71c123a503ced7bb2b20bc0486e4c753b4653764c84e0b895b98ddf45b7976c0948d6e
EBUILD evohome-async-0.4.20.ebuild 862 BLAKE2B 3f2feeaa3a96cd7d6a183c980166c9c75df993ecfbf1878181472829fc92a279918ceb9b26bea24c1b362515fecdb49d20213ff22644421705cfe06cecc6724e SHA512 af6482ad776b52e954f8a1b791c9c661506a9080843f74f5fad7ce51835108b6f97658e37053cd39867da7839c132c3c01f8a30459c0c316599392ce44b02717
EBUILD evohome-async-0.4.21.ebuild 913 BLAKE2B 7af57d166cbe4c3ed466190993503012a2267072aa1e0297d6ab5d583614daf1e1a86167855af1fcbbe632ab4b77b40a46db9b1e93975f16f3436c86f096a82f SHA512 55e7770794720a0eb1b162bd74cdee4243d8aca5ea007b6d5750463049310e29faadf55037a09a5f395e03a1ad722c582e8d27adb46aac041f462d5e75c8ee66
MISC metadata.xml 516 BLAKE2B c33d9a43ad0793fe790e6f76ca1111ca6b2c85376d86192bae5b65b7ce258dcb5efb5cab8c77ea5aab2f17652cefb7510bf163df13789301f9d1fa4eb3187ef0 SHA512 37d882cc537ddee4ca4690fec927a1c9c6e95411d29b3983ffaac416558f9199465ae2792c8d9a642dde03294bd44029dd1ed0d4fb176ff4b019ccba353ee960

View File

@ -1,30 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
SRC_URI="https://github.com/zxdavb/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
DESCRIPTION="An async Python client for connecting to the Evohome webservice"
HOMEPAGE="https://github.com/zxdavb/evohome-async/ https://pypi.org/project/evohome-async/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
src_prepare() {
# remove dynamic-versioning
sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
eapply_user
}