diff --git a/README.md b/README.md index 066b016e9..6d564fc02 100644 --- a/README.md +++ b/README.md @@ -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 1955 Ebuilds in total, 1944 of them have in total 1964 (42 different) licenses assigned. +There are 1954 Ebuilds in total, 1943 of them have in total 1963 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1110| -|Apache-2.0|439| +|Apache-2.0|438| |GPL-3|128| |BSD|110| |LGPL-3|26| diff --git a/dev-python/google-nest-sdm/Manifest b/dev-python/google-nest-sdm/Manifest index cfde882ce..4a08e6510 100644 --- a/dev-python/google-nest-sdm/Manifest +++ b/dev-python/google-nest-sdm/Manifest @@ -1,5 +1,3 @@ -DIST google_nest_sdm-3.0.2.tar.gz 37377 BLAKE2B df3114f3fa436f8dba71a9d0deef01f3076b70ec8b6c5524333a59f98971d58a973764c2fdbe95e6d78c21dcf101f062c96bc2389e213cdab41ce9cfbc888097 SHA512 21ddb30d41704b97776a2f1bc60ffab4483f8dbacdfde4c3b9df1741bee0a903e324cac308e1c7c7b133752f1019cc1a713986ff513fcb099ed64e987b8c0315 DIST google_nest_sdm-3.0.3.tar.gz 57090 BLAKE2B 26972d9aa88f50091f6045ef35c9db5be812f804342be961ce668e0259a4d36a89aad58fc03f93b46fa2a4c4ad2392a1ece00b4a0352d891710871a1275a804c SHA512 83fe630387ce5418f48df9a6f7c1598ecb2779f08501b90316bfcac37e30dbcf59ed9eaf45b1595c50bb264faf7ca24a61afd22d6f8d1b71cc92eb301eec73dc -EBUILD google-nest-sdm-3.0.2.ebuild 986 BLAKE2B 85940185284af3a26326c4195344a4ca9199527f21d9173e2368366816a334bd80ea46b577dc77f44450ca70d8566b3220853bbdf74b42b74f751884c9b0dd6e SHA512 7b4da27873e4b09b804b5f877b36edd43ac5b5fc5ec5fc6e7175ff6c59ad5873e92f440d6475a3a7bdea29c6b668f535e433985e49395e5fa5c26530b7477243 -EBUILD google-nest-sdm-3.0.3.ebuild 987 BLAKE2B 0d71dd09752c1d6df9c76a08f9e5c453de44808483198ab6fe04fc77133a9ad5be9ddf1bd040f0a861a277c6f77538001cf9fa1a9a04a6de9f5ca4be271b93ed SHA512 f1ee497342887aabd62252814fcef887d9406d149e0a75868b778963ec755d9c27133bfb2649d2b5bc34063bb43d03096eb53af3d43dee25a21660b81b183761 +EBUILD google-nest-sdm-3.0.3.ebuild 987 BLAKE2B cf79c8c58f17706d632f735daa851cc4dac80f1332b7f47759fd4c7178b3f98f41142d1c07a2b9ee271fa749c37f6805fa727e9e9c7c130106bf0228deb7aa2b SHA512 defe0618ff382512527aefa7b0a55f78e3002460c46a6779dbe6c055c19f3c7a0ac5138b187127dc2cd6eb8f3640765e3471af5a5bf0b40e8fd04991940b31df MISC metadata.xml 534 BLAKE2B dd5c01a07de6d7860437be20335d832ae3a499c9833098cf503e568e2376dc458993e2c2d101da289d2f33036a2e0c369085ce6a38d40ec5033395e332638749 SHA512 4cdb9fdbe19c7f912aaf6f9b1cf6f7f012f1ce68304262c9121d22c7a7c7c1081866ffbf0edf2c84fa208930b07b37a957ca899f903b76994b85ce959b77dfb3 diff --git a/dev-python/google-nest-sdm/google-nest-sdm-3.0.2.ebuild b/dev-python/google-nest-sdm/google-nest-sdm-3.0.2.ebuild deleted file mode 100644 index 912c6436e..000000000 --- a/dev-python/google-nest-sdm/google-nest-sdm-3.0.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Library for the Google Nest SDM API" -HOMEPAGE="https://github.com/allenporter/python-google-nest-sdm https://pypi.org/project/google-nest-sdm/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.22.0[${PYTHON_USEDEP}] - >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}] - >=dev-python/google-cloud-pubsub-2.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}] - ~dev-python/pyyaml-6.0[${PYTHON_USEDEP}] - >=dev-python/pydantic-1.10.4[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/google-nest-sdm/google-nest-sdm-3.0.3.ebuild b/dev-python/google-nest-sdm/google-nest-sdm-3.0.3.ebuild index ea12b3902..ba4b4baf8 100644 --- a/dev-python/google-nest-sdm/google-nest-sdm-3.0.3.ebuild +++ b/dev-python/google-nest-sdm/google-nest-sdm-3.0.3.ebuild @@ -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=setuptools inherit distutils-r1 pypi