dev-python/aioecowitt: drop 2023.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 16:59:53 +01:00
committed by Andreas Billmeier
parent 60e64f4e38
commit 7ecb3e3a69
3 changed files with 2 additions and 35 deletions

View File

@@ -612,12 +612,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 1755 Ebuilds in total, 1744 of them have in total 1768 (43 different) licenses assigned.
There are 1754 Ebuilds in total, 1743 of them have in total 1767 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1023|
|Apache-2.0|370|
|Apache-2.0|369|
|GPL-3|110|
|BSD|98|
|LGPL-3|24|

View File

@@ -1,5 +1,3 @@
DIST aioecowitt-2023.1.0.tar.gz 13760 BLAKE2B 6aab17a8b86bd466cd5a9fee0cd66a3a09a632911abf57d5ee9cfe00540f3ce577121abb74366e6864f7162bac4927a06a56eef404f27ca1e7ff12340e35d3ce SHA512 88899abae966c4c2517a4bf5514f8c5a26d44c36c3bdc8910d6b419c5eeb07c25881daccc5f39aca65685f96e7a0c62ddbf09c670efdfb88571acaa1760145db
DIST aioecowitt-2023.5.0.tar.gz 13743 BLAKE2B cd2914b10402ec65179c5295cdd340b0496576b08590d01fbdcf87745f58d22e122e2a3193c111ff5ffb0797c925ec6ab8979af6ca1938e6d5b3eabd98c6b689 SHA512 5884f941e020f79638285be1ac398ff480524b537f770823a52485d0538755a0681b273fd98d49995b87d06e2dabf3b2f2769cfa844c5f44ccc38f503c35de25
EBUILD aioecowitt-2023.1.0.ebuild 702 BLAKE2B e852d6169226ea2152fbbe8b67fa9e66e44070e7ffe9635240a978e1b13f0d0d5d47992c883c50df9b4f30caf1a00d1dc89de0af5f05027d68dfb3f531885165 SHA512 e348c5d94c4db14f35827a9e7d3bd3be23b406e9b8eab797f10d5e802539524d461c07de51ae417b9a09e1f8b161a8ab1057bd9eeb821ff8ed1943e846a5cee5
EBUILD aioecowitt-2023.5.0.ebuild 702 BLAKE2B e852d6169226ea2152fbbe8b67fa9e66e44070e7ffe9635240a978e1b13f0d0d5d47992c883c50df9b4f30caf1a00d1dc89de0af5f05027d68dfb3f531885165 SHA512 e348c5d94c4db14f35827a9e7d3bd3be23b406e9b8eab797f10d5e802539524d461c07de51ae417b9a09e1f8b161a8ab1057bd9eeb821ff8ed1943e846a5cee5
MISC metadata.xml 537 BLAKE2B 9fba83b0d61fbde4213fdc7e17fc2bbb51791cc0d3d7fec3f1b8f68661612a7b0aeee570c742de489effa2f699dafc06407102816f1f636a8080cddb57b98573 SHA512 ddbb6948f1da95277b93b7c91d2994eb865e7b6cefb80f23d2b55e4356f8f69c0e0703dab5b4efe1aa25f657a5ceca50421a0301bf106ee106ee85ee87ef4f90

View File

@@ -1,31 +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="Python wrapper for EcoWitt Protocol"
HOMEPAGE="https://github.com/home-assistant-libs/aioecowitt https://pypi.org/project/aioecowitt/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/meteocalc-1.1.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest