dev-python/atomicwrites-homeassistant: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-25 14:31:29 +01:00
parent 972bb8e78e
commit a6b8d4203c
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 1822 Ebuilds in total, 1811 of them have in total 1830 (42 different) licenses assigned.
There are 1823 Ebuilds in total, 1812 of them have in total 1831 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1033|
|Apache-2.0|410|
|Apache-2.0|411|
|GPL-3|120|
|BSD|103|
|LGPL-3|24|

View File

@ -1,3 +1,3 @@
DIST atomicwrites-homeassistant-1.4.1.tar.gz 12223 BLAKE2B a548e48d71bc5bb3e652eb5f7824d5e9a92b7f9ebd454d2e398e94b68a5a476b42f7baf0ecf0fafd83bb2870e2de428c7424f2e9f932f358d7ea12349763d86b SHA512 640275805114ff5dd4ef5e664a87f5aaa7e583f39d056d52bde7a8eb77a060e963e83f279ad400ac6bd9971355bd9587a5e951bb9289dcfc03ae90f2b9339050
EBUILD atomicwrites-homeassistant-1.4.1.ebuild 556 BLAKE2B 78d270d963f825eb6ae09bedcef7d55bffd38092851fc709654492b2cc35a412e43f43f75511341947d70ee1ce4ba9493ba3239432bc57d526ea6d350265c213 SHA512 03be55535a4a1b7d52f883c445d1ce6252b149aa4b624536af0ab38c0762ca133e36c86564d6fc86d89a5471f131b09cbfe3a2215411d96add509108e78bc48e
EBUILD atomicwrites-homeassistant-1.4.1.ebuild 557 BLAKE2B 2fb9a412f8a071f033b50bbecd1ddf0058316a42ead61ea5d2e9142339409e4b6a26b76fa935bd23f0f989615ca92245f931e2acba67c4d10404aadba99aeaf2 SHA512 3c0d215b38a85e8a58322dcc140157f12b01a7b3422c1d89fe91ccf6b8a0eea7a15e7d78fe87208575510202e77d9c76bb684d8b96340f3ee4a1f55f365d87c3
MISC metadata.xml 554 BLAKE2B ff45dc3c83e9a63bbb3ab130fa20f5194983de54e00d18aff3ce4d9f44ae6eb766fc8fcb14f6bf3e9e125a1de4abb75e3db8aebca70f866c9f7ed8ce64f65f02 SHA512 6d64092ef9e3e78e74ba5eaaa4cd47ac559a189584c82c2cf5f3761ac2204b608804866ca16e296d5473265a3c93a38e719e4360ba4b3a7ed45566f0299da1bb

View File

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