diff --git a/README.md b/README.md index 6b5e60f4e..69e602098 100644 --- a/README.md +++ b/README.md @@ -606,12 +606,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 2410 Ebuilds in total, 2392 of them have in total 2431 (44 different) licenses assigned. +There are 2411 Ebuilds in total, 2393 of them have in total 2432 (44 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1369| -|Apache-2.0|561| +|Apache-2.0|562| |GPL-3|149| |BSD|127| |GPL-2|28| diff --git a/dev-python/atomicwrites-homeassistant/Manifest b/dev-python/atomicwrites-homeassistant/Manifest index ec0789d65..7215ffa85 100644 --- a/dev-python/atomicwrites-homeassistant/Manifest +++ b/dev-python/atomicwrites-homeassistant/Manifest @@ -1,3 +1,3 @@ DIST atomicwrites-homeassistant-1.4.1.tar.gz 12223 BLAKE2B a548e48d71bc5bb3e652eb5f7824d5e9a92b7f9ebd454d2e398e94b68a5a476b42f7baf0ecf0fafd83bb2870e2de428c7424f2e9f932f358d7ea12349763d86b SHA512 640275805114ff5dd4ef5e664a87f5aaa7e583f39d056d52bde7a8eb77a060e963e83f279ad400ac6bd9971355bd9587a5e951bb9289dcfc03ae90f2b9339050 -EBUILD atomicwrites-homeassistant-1.4.1.ebuild 518 BLAKE2B d5a940aeb74472e104265aca1ad212c93e8a348429961fe4fb0ce55d57647eb411ff2bd2e9c152785a4eaca37bdc02b7dfda969d496a32780da2290a824cbc7b SHA512 9c0835b1c371e785fe9c27b74e28732d37a9eea708e55cefea9f71eb3172c51d48fe8e57dd2a3ef847f4e31819d0a360d6ca93518a82ed550e4a83a0b4167085 +EBUILD atomicwrites-homeassistant-1.4.1.ebuild 592 BLAKE2B 2b4e4ba174a69283973bc4925a6a33b60442852d8454bb065951080b53140dc79801a6863c91ca0a0a4795d43278ec1256bfa9add8ab1047d60ea8721aeb3e08 SHA512 7b097dd06e11076f491c411879a2800ed9c8dec3443857b24897a5c7a76371b62b425e44e53482c75da9624b85189e7a263b4b6949cfc4e3235df9ecbb738c05 MISC metadata.xml 554 BLAKE2B ff45dc3c83e9a63bbb3ab130fa20f5194983de54e00d18aff3ce4d9f44ae6eb766fc8fcb14f6bf3e9e125a1de4abb75e3db8aebca70f866c9f7ed8ce64f65f02 SHA512 6d64092ef9e3e78e74ba5eaaa4cd47ac559a189584c82c2cf5f3761ac2204b608804866ca16e296d5473265a3c93a38e719e4360ba4b3a7ed45566f0299da1bb diff --git a/dev-python/atomicwrites-homeassistant/atomicwrites-homeassistant-1.4.1.ebuild b/dev-python/atomicwrites-homeassistant/atomicwrites-homeassistant-1.4.1.ebuild index 15b01e703..05d178165 100644 --- a/dev-python/atomicwrites-homeassistant/atomicwrites-homeassistant-1.4.1.ebuild +++ b/dev-python/atomicwrites-homeassistant/atomicwrites-homeassistant-1.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi @@ -20,3 +20,5 @@ RESTRICT="!test? ( test )" DOCS="README.rst" distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme