diff --git a/README.md b/README.md index 09a44c935..ad6b60184 100644 --- a/README.md +++ b/README.md @@ -606,11 +606,11 @@ 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 2270 Ebuilds in total, 2256 of them have in total 2295 (43 different) licenses assigned. +There are 2271 Ebuilds in total, 2257 of them have in total 2296 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1286| +|MIT|1287| |Apache-2.0|528| |GPL-3|144| |BSD|124| diff --git a/dev-python/py-aosmith/Manifest b/dev-python/py-aosmith/Manifest index 185d31399..2a5c26b12 100644 --- a/dev-python/py-aosmith/Manifest +++ b/dev-python/py-aosmith/Manifest @@ -1,5 +1,7 @@ DIST py_aosmith-1.0.1.tar.gz 5501 BLAKE2B 8efeea448f5892a845f6d4cf82775dc0446041c44de2de4ff269bc50da131397b814718235cc59189ab67f502ffb5e16801f886af9e76e71ea36bd8dc55259aa SHA512 d9161a3a2757adc23b941dcc112f1b12337550de06e876a2015bf6d904aa9f7f569cfc7a2d15480a3019322869597a5d933596565f662f3ae07ccbe8a598d235 +DIST py_aosmith-1.0.10.tar.gz 11147 BLAKE2B d743c219e5077e9ad2e13431cfa183754e460952752ebeea689b737b37197a300e8f87bb4798e2da542c852cfa3b389727258f976957e9ffa3f49bd2d59e5c6d SHA512 47332bbbd1f6cfe5819d78cf81559414b6c6afba1a79aef297980f1ac3416b41e484a586459f85acd053217949e4d3f19d939681122cb2dbee7e8b1ed2a15595 DIST py_aosmith-1.0.8.tar.gz 11105 BLAKE2B d1fdfe8255a0b469dcb219fd521288d11a72dff533e8c6cf880b0bf0480a7b4bbe96bc4f8e8679a32ff9bb6a797c5e281ac84e2b740134046ec547baa9430df3 SHA512 a7246d7ea102224290653fa5596c6f306667172c175f1de991a4ce5e57928fc86cf011d32057716d5023ac7193c5ecb34b89599c99d9bb45bb93af1038320f8f -EBUILD py-aosmith-1.0.1.ebuild 545 BLAKE2B 19c0865fd68d6232a2186c3d622076796f44f1b684a68bcfcf2bd1b5c6caff1c57de93be7b4dd0e3d5fef941a5655544f6c10efbd22d251043f0fcc5b5c509e5 SHA512 0bbab96b4d2de6edea4c1c2170b379475ccae32dbf7c3d67dcd973b0196acf3783fc37dcc8852848594285a9032afa9a84bef29c5c9fd4762bd58123ef65ba54 -EBUILD py-aosmith-1.0.8.ebuild 601 BLAKE2B 467d08f1332582e91a4684273132b618dbfd041d3ee8f4b916239773216ec126e417176890849cb96ec7d88e823b975118595f84699d4cceec1750a74e4e37eb SHA512 1e7c56a32fcb7d2330f74e4b49f2bdf295128b481376b1217d137af9640a8e21d47f79ee2d6c879cb384329b10d8ec143ab100f1d3ecb8f17832fe6d0989b528 +EBUILD py-aosmith-1.0.1.ebuild 545 BLAKE2B ab7d3e16cfb30a680c566c07e6040e9cf6bb413836a99882e607e6a85081eddf509daeceaa8ae8549910739591e6f0088da86f3c7bdad27ea5164f90fe9511a5 SHA512 f37b2939ffcc121958be6d301f4fc09c3f2781e66577902833fbfa4f9dd655837c7a894edf80112456de58b8c30dc1077f6ac977cddc3a099858423476e53edc +EBUILD py-aosmith-1.0.10.ebuild 601 BLAKE2B ca5428eb6cd2f4c31bafcebd7d5a5a9d96217c9df26e8cf7273ba087b743e5f3e4f97de9e518730810712561c0dfbd830e85b3a187226a578d104f4d9bcbb4ee SHA512 1b3b9d2292fa5a91f3bf60671695c642d41b911bf652d48dba7b9b0428909eff4bfb7b65fadb80455c42b7a880a8adc698d97b6b4da957729985f5afb4cad469 +EBUILD py-aosmith-1.0.8.ebuild 601 BLAKE2B ca5428eb6cd2f4c31bafcebd7d5a5a9d96217c9df26e8cf7273ba087b743e5f3e4f97de9e518730810712561c0dfbd830e85b3a187226a578d104f4d9bcbb4ee SHA512 1b3b9d2292fa5a91f3bf60671695c642d41b911bf652d48dba7b9b0428909eff4bfb7b65fadb80455c42b7a880a8adc698d97b6b4da957729985f5afb4cad469 MISC metadata.xml 526 BLAKE2B d23fb053423d222655986fc131246941d3fb72db21c3ac719a29f317f24655b0b1feaaeb69b762c972da209b480dede78d0ee39e922ab5615858cbe030d10f3c SHA512 19b0a9308f50a4861f458ac8fbba15df30fbf867ee5ceb93f9402eaf3168a850bae78f71499912ff1062df5b891f13302ffccc357e15fed229edb8fe173ea958 diff --git a/dev-python/py-aosmith/py-aosmith-1.0.1.ebuild b/dev-python/py-aosmith/py-aosmith-1.0.1.ebuild index 92935eb23..b62f6690c 100644 --- a/dev-python/py-aosmith/py-aosmith-1.0.1.ebuild +++ b/dev-python/py-aosmith/py-aosmith-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi diff --git a/dev-python/py-aosmith/py-aosmith-1.0.10.ebuild b/dev-python/py-aosmith/py-aosmith-1.0.10.ebuild new file mode 100644 index 000000000..c5ff50b0d --- /dev/null +++ b/dev-python/py-aosmith/py-aosmith-1.0.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="A Python client library for A. O. Smith water heaters" +HOMEPAGE="https://github.com/bdr99/py-aosmith https://pypi.org/project/py-aosmith/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.8.6[${PYTHON_USEDEP}] + >=dev-python/tenacity-8.2.3[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/py-aosmith/py-aosmith-1.0.8.ebuild b/dev-python/py-aosmith/py-aosmith-1.0.8.ebuild index 10da2c78a..c5ff50b0d 100644 --- a/dev-python/py-aosmith/py-aosmith-1.0.8.ebuild +++ b/dev-python/py-aosmith/py-aosmith-1.0.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi