Skip to content

Commit 1c59bfe

Browse files
committed
dev-python/aiomqtt: drop 1.2.1
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent befc771 commit 1c59bfe

File tree

4 files changed

+4
-45
lines changed

4 files changed

+4
-45
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,14 +617,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 2000 Ebuilds in total, 1989 of them have in total 2008 (42 different) licenses assigned.
620+
There are 1999 Ebuilds in total, 1988 of them have in total 2007 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1131|
625625
|Apache-2.0|456|
626626
|GPL-3|130|
627-
|BSD|113|
627+
|BSD|112|
628628
|LGPL-3|26|
629629
|GPL-2|22|
630630
|BSD-2|15|

dev-python/aiomqtt/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST aiomqtt-1.2.1.tar.gz 18503 BLAKE2B bdb07a178f633c8d7ad0ba3085acad17af6020383b3dd24197d3eff5843270b3f696fadea41316d4956d5c8d1bf1c399a1b34b61c6fc4a6e54a0529cb4a9e39c SHA512 46de4cb69c4fea6ebb920b0110fef07ce8da0c7b3e4d1d8463345189225cd9afdb4bc5898916d1bad1f51de62d3b38ffe34e8f893c0f8f9ffc04fcaa6d66f8fa
21
DIST aiomqtt-2.0.0.tar.gz 16872 BLAKE2B ae041d19decbe8c9cdb94588e574c3d29b100f5da7adfac8d15a6bfdd48470b11bdec8db55c416c0f9c9a3b9d8f0fb7e04f20d0c8b1d99a1e7eb9a89eac39684 SHA512 53d3242386e1a85c53254cb44eecd0d61fc6189572e981f009543a87f8575c252ee1d6ece27cb1068309254330fff87880e6f683a7ad45c9339142ff469c7301
3-
EBUILD aiomqtt-1.2.1.ebuild 948 BLAKE2B f240d2a9ceacbef2d57f9c20ebd9015e734e0ea686ce063060295e83f192b86fac840c367f5bcb18c9114589ecdfd92d3373fb97f74ebabf9cb55bb1d7c88059 SHA512 43d4cbd999865af94d08ac5bf54bd9807cb4123aeb13ab9b8ca72644e6b6a8ae175076cc027b11869225fa997e1c59a39ea7ca3bb2b7c2caed9fc1689b28ba00
4-
EBUILD aiomqtt-2.0.0.ebuild 846 BLAKE2B 966d6daef43ce55450f6ed3f466a54fd70aa004103f883ccf4399cc9b478d79daf7f1bb31b4eab88e96b849866b50c222a57b5b270aae2fdf5355746a9fe91a5 SHA512 22a885239872b62c999730d4421aea0b885893406d1ac760514770a966016b76e1e8605c13b6d01baaa1c26e0c1624f59c5f75e69da0f3450e0eccbba268f899
2+
EBUILD aiomqtt-2.0.0.ebuild 846 BLAKE2B 63287f0eea6e4660476593121a8ad8e6df077489952184fd40a8a5ea7db716b29caafc7eb01a30d5a8eeef63db2959a378794ee9179e9948cbff133d9c7fe3b2 SHA512 19752bdc9c21c24f999fd7b6a62401511f81693dafb9daba81edad28509678339cec38d8f6c5429fbbd4af5fdc747a89596667bef5f07031de1d0f8b8eb8bb79
53
MISC metadata.xml 521 BLAKE2B be8fd9b932ef83a48a13c7aeabf70ddb2db35652e4e215bceeca58ee7be4e0620da86d3efc515191cd29d16f56c798255828a5d760abe4bcb7e2b81bf3cd113d SHA512 7802aef4efbe3cf876c6adb42a1ec9ededd0c7bc45ba0938c3212c0ac3423541014ed076cd46da385c4eab6ee9e5d7655bef05d44abb01aed6e4701baf8af42c

dev-python/aiomqtt/aiomqtt-1.2.1.ebuild

Lines changed: 0 additions & 39 deletions
This file was deleted.

dev-python/aiomqtt/aiomqtt-2.0.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

0 commit comments

Comments
 (0)