diff --git a/README.md b/README.md index 38a6fca21..1f8370114 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 2308 Ebuilds in total, 2294 of them have in total 2331 (43 different) licenses assigned. +There are 2309 Ebuilds in total, 2295 of them have in total 2332 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1316| -|Apache-2.0|537| +|Apache-2.0|538| |GPL-3|141| |BSD|124| |GPL-2|26| diff --git a/dev-python/PyViCare/Manifest b/dev-python/PyViCare/Manifest index bd7a2ed8a..b5941d7d1 100644 --- a/dev-python/PyViCare/Manifest +++ b/dev-python/PyViCare/Manifest @@ -1,3 +1,5 @@ DIST pyvicare-2.34.0.tar.gz 26183 BLAKE2B 7576911f46234dbcdce88afaf16d2d6422a5e543ccfb1aea4092bcd4d1b26800e5ce4fc76cdde5bc8c2cc1a815d8d2603f4b0bce96648b26c522d6ebfbb7d9da SHA512 0368592b806ba966d511390463a48cc357a2e80e31f821a7c3657b22e68752b067ce74b7f35751636541be17928e8b53766ca77cf066c4128e18b1880eca16f3 -EBUILD PyViCare-2.34.0.ebuild 744 BLAKE2B 2ca4391ff2880d6cffad2248283e2fd783e09d10f1844348193ed19b3e406774a0dab5c4d19ff5cc6a5b2d3806e574667483a8e8517645ecb261204d436ad1c0 SHA512 56bcbdcfc028fa9c6c18aed4551033697557f24c4a7b2a224016b540cf96b5ca69fd6bc7edefdc9d09b44d92d7e15c5bcb7cc98d90f992e401b1941644511a25 -MISC metadata.xml 516 BLAKE2B dda267ec985e6c6d68f71a765f5d1bae58dc61d92adb1f71f95854da5ef512ac7a3f2a0b7bdfa87fa7eac733a1ff4b0da1a347bded5738b44a79ef40a3478af0 SHA512 91c3ddded6dcb6851ae8e2e2d612f31d578ec90be1b0e08e1d810bca1d5d0c4fb391a14c7bc496786e07d4de36286b532fe58bb05ae5c3190b2331a167e05f0a +DIST pyvicare-2.35.0.tar.gz 26277 BLAKE2B 80d15d5711052e5a169d34248f68877883e9a14a29f40c4ce2713fabe45562f9f40879a749b6ee1b9285d757e4acb277f05e94aae83d19c6aa123e86e24c3a93 SHA512 620457ca7e6cdb944bb035f0c6f9c49ee08c341f908796e2747e73326a330d0356cbf4a5a606bb7946598826282120902f554674274fb2adc8b517ea5684d522 +EBUILD PyViCare-2.34.0.ebuild 744 BLAKE2B 0f84d807a875b8a97e7dc26e601240b0e498cce432a6c8681d7c711fce44af281442ca7e730f5b3e5fef32a7a6bef01380e7ffe00c046634569c8cbbc0cc0e0d SHA512 0de163190ba954ba67c1a9cf806e88285eab435799d9637e5978223337128acd10395aa217ce4ee94add841b3283e07caa31e35bd3d99b2e7f03cb29b00a2728 +EBUILD PyViCare-2.35.0.ebuild 690 BLAKE2B cdb42a7448bb44e31aba6a477a2ce0b71af6f4cee7314a58a76ab64b06b8fac7147a39c9e9c6ddd5b6698328200bcec257240dd2e29b8daabe763dae7da43f53 SHA512 d103d1cabc1059d44b94590526c0645c9b55e82b313f024b56dfd34ea6d7d7db2ff83d04c2024190925b983d9390f9786f94153c1608bbf83dbe59c2918e0b2e +MISC metadata.xml 527 BLAKE2B 9a88e2d888ad91ef0e939a80afe00814d148d62736bfc832d46568df18c3b9b87534ff51f40e90c516409ca0e8015b14a746ce13a91c4365be282dadc67f14b5 SHA512 bf6f114981cb4949b9bed67fc665123fbefaf6b01f3c9dce373ca7f3e0abdbbf2a37d6312eba5ca86b24b7030924ba799e094ff67202914b902e16e8b7d7fd4a diff --git a/dev-python/PyViCare/PyViCare-2.34.0.ebuild b/dev-python/PyViCare/PyViCare-2.34.0.ebuild index e3e49c7e0..d34ee4dd0 100644 --- a/dev-python/PyViCare/PyViCare-2.34.0.ebuild +++ b/dev-python/PyViCare/PyViCare-2.34.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/PyViCare/PyViCare-2.35.0.ebuild b/dev-python/PyViCare/PyViCare-2.35.0.ebuild new file mode 100644 index 000000000..fe7256c28 --- /dev/null +++ b/dev-python/PyViCare/PyViCare-2.35.0.ebuild @@ -0,0 +1,25 @@ +# 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 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi +DESCRIPTION="Library to communicate with the Viessmann ViCare API" +HOMEPAGE="https://github.com/somm15/PyViCare https://pypi.org/project/PyViCare/" +SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")" +S="${WORKDIR}/${P,,}" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/Authlib-1.2.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/PyViCare/metadata.xml b/dev-python/PyViCare/metadata.xml index 596638c5d..dd8826ee6 100644 --- a/dev-python/PyViCare/metadata.xml +++ b/dev-python/PyViCare/metadata.xml @@ -7,10 +7,10 @@ PyViCare - somm15/PyViCare + openviess/PyViCare - mail+pyvicare@gillet.ninja - Simon Gillet + fenner.christopher@gmail.com + Christopher Fenner