diff --git a/README.md b/README.md index f84480553..c4c184e24 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 1984 Ebuilds in total, 1973 of them have in total 1992 (42 different) licenses assigned. +There are 1983 Ebuilds in total, 1972 of them have in total 1991 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1121| -|Apache-2.0|452| +|Apache-2.0|451| |GPL-3|129| |BSD|112| |LGPL-3|26| diff --git a/dev-python/bluetooth-sensor-state-data/Manifest b/dev-python/bluetooth-sensor-state-data/Manifest index df32aa031..53b631c06 100644 --- a/dev-python/bluetooth-sensor-state-data/Manifest +++ b/dev-python/bluetooth-sensor-state-data/Manifest @@ -1,5 +1,3 @@ -DIST bluetooth_sensor_state_data-1.6.1.tar.gz 9012 BLAKE2B cb7caccfd588ff9bdbfc79b15763d84f9116e6544df9b4aee763c0816a8562c5b19ee720ccaf697d168fa2f5fc859c50c29218074c7ba5ea518cf0bc679acd5f SHA512 432243985a7ed7022998eb09f3b9aa0ebedb7b40ec956844ad62313930d3e8aec8ac2e094fab2c394ba96d2ad1499bc95c37575380b277365f867d1c308cb50f DIST bluetooth_sensor_state_data-1.6.2.tar.gz 8490 BLAKE2B 2f7f79804e20cb567bee7afe37c950b5825fd97de4a29db911d3d136a3fa01d6b9293888fc506d7f05f95ea4094cd78162f3930090cd70b732dc76be46a31c8a SHA512 460fc6563739246347cc528e4e1a22e46b73f10d03fc5ccf1a248b0e90c1c060adc26b190f0f58983e673bd1af51c4870e24a95a8e845e77fdad983d675bed06 -EBUILD bluetooth-sensor-state-data-1.6.1.ebuild 829 BLAKE2B 090596bb2f314fd5a0c373e73ae9e2da64a67a916d4461c31761523fbff97e43ee672dab4d50e878474c635becf6e17326299caf4f2e85a889ac1fd2e200b6ae SHA512 137c829d5ced98a0c591ff40f3f3aa89d4952927acd527a863550b52ab07a7d5af707072a2fb9627387955bdfca2e6efd771c6878eb4fff893b34ae2a341bc62 -EBUILD bluetooth-sensor-state-data-1.6.2.ebuild 685 BLAKE2B 578948a273a358e2b729b5fff1dbf0e27ae09624fca35b47da037df6c91819a4a4a8c0153a286fd1f66cf09ba0388618aaab2e5dc68b599ad255280ea75e7176 SHA512 c873a6e1fbb63dcc217a6cfad1061ac7bbb50ce5f4caf45cddfd200e7cd2db2ee1366f82d2a375cd3ce3bd9b4c8ab9011c5dd70413659a2d1e370022c2065022 +EBUILD bluetooth-sensor-state-data-1.6.2.ebuild 685 BLAKE2B 429a8476749f0e30844f3cbd900dc067532cec7e0fbefa32526927f92ab2277ccb9d02a02fea95aa4fe47b1c343bd6178f664dc317637829d71386dcb4d9b25b SHA512 12b83fdffa1d4585c2efaac754a4886b31f8acfd74da51a0bb276505ef72d505e4850d40e0711898d9e26cbf7aba49fcb4466f72809967704216e6462999946c MISC metadata.xml 556 BLAKE2B ed455c03f84768378c584cfb51b8dbf2e797942a4edda2c47565eb0ff7af4977b317f5889a00e2964d7dedd19772de841398c5c710f272b0bb4a4dcc797fca94 SHA512 dec9f76991c61d971d2aab36285df790f91e78190510ad3fef876009773e6ea3dda03e7a5e661b6557290ac47c536065fd1e2f391b40b9cf4a499727c93ccd51 diff --git a/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild b/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild deleted file mode 100644 index bbfdcab7a..000000000 --- a/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 pypi -DESCRIPTION="Models for storing and converting Bluetooth Sensor State Data" -HOMEPAGE="https://github.com/bluetooth-devices/bluetooth-sensor-state-data https://pypi.org/project/bluetooth-sensor-state-data/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}] - >=dev-python/sensor-state-data-2.0[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.2.ebuild b/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.2.ebuild index a1dd931da..f11262ded 100644 --- a/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.2.ebuild +++ b/dev-python/bluetooth-sensor-state-data/bluetooth-sensor-state-data-1.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi DESCRIPTION="Models for storing and converting Bluetooth Sensor State Data"