dev-python/asyncio-mqtt: drop 0.12.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:06:58 +01:00 committed by Andreas Billmeier
parent 331eec44a2
commit d6fce7c1da
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,14 +612,14 @@ 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 1730 Ebuilds in total, 1719 of them have in total 1743 (43 different) licenses assigned.
There are 1729 Ebuilds in total, 1718 of them have in total 1742 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1010|
|Apache-2.0|359|
|GPL-3|110|
|BSD|98|
|BSD|97|
|LGPL-3|24|
|GPL-2|22|
|all-rights-reserved|15|

View File

@ -1,5 +1,3 @@
DIST asyncio_mqtt-0.12.1.tar.gz 14396 BLAKE2B 867e0f00b8bc8f992cbb436acc1a64c6e3237e6353cc6adc0ba7dcaefb577535993d7f77b2dcf00f56c731e9a66a4208259ecefc491a8715529195489b649a6a SHA512 dfc37301e9d1364a5c41689cf1bf468c88b87572be38953f6ee6a99b939894eb4f962eddaef238c48b06c512d866bd5758d12df8092d6307a077141b68ce5e30
DIST asyncio_mqtt-0.16.1.tar.gz 32949 BLAKE2B 3a4701f616898d1daf2902b7aba09db958e5dfa7c441cd1a71a2b54215ef2acf6bb122cd9bde3366f76201d6ebc5c2f8350ac390f33aa34df9c58e6a915e5d41 SHA512 7592146d5d60196bed7f792e4f3931aeb44bafb28913eb8d23248b53ee963150e310bfb6251012622472cfac745b62b31826f0691d38c1933ca336bc6485a42f
EBUILD asyncio-mqtt-0.12.1.ebuild 663 BLAKE2B 72b0aa3333509b469b80417da2b0990665ca7ba1f11148febae2a946ad8fa5d196aca434227300acaddaf044e488fde87830eacd8cadadb362d7e2a5cc2698ce SHA512 76b699b76d2b39f3ba362d90e69c83a912e154fdc902097ba350e90d3547db69800f258cb731d28efe1bb47d6d8950f82ae17ac7d1b4d2b30e29475a8a056958
EBUILD asyncio-mqtt-0.16.1.ebuild 663 BLAKE2B 72b0aa3333509b469b80417da2b0990665ca7ba1f11148febae2a946ad8fa5d196aca434227300acaddaf044e488fde87830eacd8cadadb362d7e2a5cc2698ce SHA512 76b699b76d2b39f3ba362d90e69c83a912e154fdc902097ba350e90d3547db69800f258cb731d28efe1bb47d6d8950f82ae17ac7d1b4d2b30e29475a8a056958
MISC metadata.xml 532 BLAKE2B 009ea1b4d763b3c746bf7d2f162303b7fb89596f791a469dafd6e76936c5a81c106452a5424f506f200a4feb75ef8b49d01d899192918c58ef721e46bd8a7d84 SHA512 3508fb506c6189d94622d60d0391a6d52c5aed61f1223d47e37eac96f2d0aba647a7f71b9a3d8e63c995c02ba7a087595ed423044059888459561c4ac7058435

View File

@ -1,30 +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="Idomatic asyncio wrapper around paho-mqtt."
HOMEPAGE="https://github.com/sbtinstruments/asyncio-mqtt https://pypi.org/project/asyncio-mqtt/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/paho-mqtt-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest