dev-python/cached-ipaddress: disable py3.10

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-24 09:39:27 +01:00
parent e0d885b6fe
commit 5c1293e2df
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 5 deletions

View File

@ -617,12 +617,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 1939 Ebuilds in total, 1928 of them have in total 1947 (42 different) licenses assigned.
There are 1940 Ebuilds in total, 1929 of them have in total 1948 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1091|
|Apache-2.0|447|
|Apache-2.0|448|
|GPL-3|130|
|BSD|108|
|LGPL-3|25|

View File

@ -1,3 +1,3 @@
DIST cached_ipaddress-0.3.0.tar.gz 7379 BLAKE2B e6912f79a0d8ab6a5cee16c9625292319ccaf87a60aeb39129af118c1f8f0e7ca68b0c2ccb706e45307ef058715551dd4a0dfec201730a11d2022323672bbdd8 SHA512 656b74ff384726f1fec4c9e4b2a28d8ad7ca609f714798837c4fedc06b647b9c8676ba3884cf1e3cf33831422f3b8541f8f4f75929d450d3091d5ddfc405fec1
EBUILD cached-ipaddress-0.3.0.ebuild 466 BLAKE2B 6539c734ab23ff2c6f5ed5306520ca8b518c7039e088868a50781be153820f78d2db35d3d4d99522208cc9374bef95a7619b1c81e950ab6da097a606043e583e SHA512 477b3a32f036e45ee938008d6c1b81db9e1774b23d7747b69f319ec7c32118618d105ff316fe67a1d9ffb151b5b51557a95e3d0660f7a4822ba93233acbc3c8a
EBUILD cached-ipaddress-0.3.0.ebuild 466 BLAKE2B a8f4396d82051313828b4551d932559c2dba3d97a879e15af8a4383b1dc7aeda2f2414ee0aca0a754d368ed6dc6d9e549f7b97031efb322d8b0b9884df08d11a SHA512 3fdbc5a93f0d2f9fceb40dd0318f296935c4d56f6777690beb0da2621552a1b782459a334de599f000a31da9ee87fa1bd45398fed505906c79020da3a25f1a36
MISC metadata.xml 523 BLAKE2B a78a1c97cbcd56a7374a346af34cc4e50acc310565ba6192bc9bcba4ac8d35ee3bd7686d3c9976f12391e29673341b5a5a6604ce95e41f8e33feee6c5eed7b55 SHA512 9ca2e915d0cb2933b122a8bbc6d86e4864f2d429d77f586821cc72899ee7a545cc6ee6ee690e96ee2d986da19da32caf888f9fbde9a1b16dcc8a70cf6ce6f2a1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi