dev-python/aioairq: drop 0.2.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 15:18:05 +01:00
parent 2a6977f747
commit 04839f9f5f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1573 Ebuilds in total, 1562 of them have in total 1579 (42 different) licenses assigned.
There are 1572 Ebuilds in total, 1561 of them have in total 1578 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|903|
|Apache-2.0|334|
|Apache-2.0|333|
|GPL-3|100|
|BSD|87|
|LGPL-3|22|

View File

@ -1,7 +1,5 @@
DIST aioairq-0.2.4.tar.gz 7953 BLAKE2B 3de28881c48cc7f875d01114c7bfe02767a470284b5dd7381acf751c02768237fd51f32e511466496d9df7f17d357909da4d152e62e7f708a58c4471c65f7efd SHA512 a0188cb8472b362336b63b9a8f73d54ad65864b64a674c1332c8c261b86d30e5ca8775d93c1d4cc9fca79e5340037ef38a8752a6a2e793a185e3a1e737a7d785
DIST aioairq-0.3.1.tar.gz 9625 BLAKE2B 8966b94135007cef66fd261377a4c790b69f9412f016de2b794f13de5f7ce1296ada82d70f2cf9db7172dcaf967fb6cfb952029501442ce613b1888fc14c78f2 SHA512 384c6cf61f86884b11ed02921e20fe5c7bfb4ab275b9996837832c3d0f3afb09481e4517419f82289bc12e469ecf183354b2f70d6340e1b2bdc2163e84e3c326
DIST aioairq-0.3.2.tar.gz 9153 BLAKE2B 94cd093294fdd52fc1bdcfc8aea846d40a2224854d99f09c4b5ef9474469fe32cca7135e2448d052d029d6727e153e611046c5e6c7ed5c15e7f3c8ab61c8c56a SHA512 676aa1968c19f4eb2b9e40fdcf42f35c7491732e050e6343b4a1a3f8b82126ec009fe4483a8eb6149c0f266dbb7e05d61b0b86ed965993d3279cdd7333427c5b
EBUILD aioairq-0.2.4.ebuild 750 BLAKE2B 087b2bee595bb542ab0272460a4a64d02323b25861232b9ae36d42f6bae0cad1531fc0b07bfa1aca74d655bc571180e63063e27d66533167c65ac92b26af415e SHA512 eec8393770f49b4fbb57cf4dc7a89ba3057325fd510180c60b96ee37030940abf8340ffdbb2f9d2f8464b9e2bae5e646a281d6bba16e78d1598bed1dcca09db0
EBUILD aioairq-0.3.1.ebuild 750 BLAKE2B 087b2bee595bb542ab0272460a4a64d02323b25861232b9ae36d42f6bae0cad1531fc0b07bfa1aca74d655bc571180e63063e27d66533167c65ac92b26af415e SHA512 eec8393770f49b4fbb57cf4dc7a89ba3057325fd510180c60b96ee37030940abf8340ffdbb2f9d2f8464b9e2bae5e646a281d6bba16e78d1598bed1dcca09db0
EBUILD aioairq-0.3.2.ebuild 750 BLAKE2B 087b2bee595bb542ab0272460a4a64d02323b25861232b9ae36d42f6bae0cad1531fc0b07bfa1aca74d655bc571180e63063e27d66533167c65ac92b26af415e SHA512 eec8393770f49b4fbb57cf4dc7a89ba3057325fd510180c60b96ee37030940abf8340ffdbb2f9d2f8464b9e2bae5e646a281d6bba16e78d1598bed1dcca09db0
MISC metadata.xml 518 BLAKE2B 693a3e7a75cd57299629ee188a1dd2e71d69d4eed2c1a5a621f35dba9df2624054b36329eb4433dbbc26addf8411e4ebffcd3f25c8669057bda066aa8954513e SHA512 f0a91b2a7537571e3aa0c9cfadbdc226487585d8e299b5bde6aa1534d3c26f7cd11c99c22ed5a8ad567a715418e18c61be4b05c53967084c0b1a5a12189ebcb3

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="Asynchronous library to retrieve data from air-Q devices."
HOMEPAGE="https://github.com/CorantGmbH/aioairq https://pypi.org/project/aioairq/"
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/pycryptodome[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest