dev-python/bluetooth-sensor-state-data: drop 1.5.0, 1.6.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
11f7ee6700
commit
07314d90b3
@ -612,12 +612,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 1662 Ebuilds in total, 1651 of them have in total 1665 (40 different) licenses assigned.
|
||||
There are 1660 Ebuilds in total, 1649 of them have in total 1663 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|955|
|
||||
|Apache-2.0|356|
|
||||
|Apache-2.0|354|
|
||||
|GPL-3|96|
|
||||
|BSD|95|
|
||||
|GPL-2|27|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST bluetooth-sensor-state-data-1.5.0.tar.gz 8591 BLAKE2B 74c37f416e23dcf0406b6cc5e99ce0598340123492f3627687623efeea6c75a7a5e320e70248c949538e5fc24349f557ce8f91129a2dae6d3d7ae445920b117b SHA512 425334bb9a2cda7904b4e6f58273aa956f9398348eb648e40b0656e39c92fcf7c03422f48cd6a060972b0fd4681e72d67a9a3344fab6f7154a08b142924dea2c
|
||||
DIST bluetooth-sensor-state-data-1.6.0.tar.gz 8981 BLAKE2B 0e555cf0a9773b5adda82ad19d643027c6beb040cefa3f3fb84923211d406b3e8a84715f37d290a71c60a50a0cf6b001606e0f756603f70bd055251aa547fc4d SHA512 e243d75884e7de1d350be3c149263203a691609a1d444a5e8fb0942898133832257213f0865a605996f950eec04b191ff25197949ada626b1f8ee163c1d51942
|
||||
DIST bluetooth_sensor_state_data-1.6.1.tar.gz 9012 BLAKE2B cb7caccfd588ff9bdbfc79b15763d84f9116e6544df9b4aee763c0816a8562c5b19ee720ccaf697d168fa2f5fc859c50c29218074c7ba5ea518cf0bc679acd5f SHA512 432243985a7ed7022998eb09f3b9aa0ebedb7b40ec956844ad62313930d3e8aec8ac2e094fab2c394ba96d2ad1499bc95c37575380b277365f867d1c308cb50f
|
||||
EBUILD bluetooth-sensor-state-data-1.5.0.ebuild 890 BLAKE2B 045e25afe2e90994615356870aaba16ac5fa0de703668b5156ab0703f97b31f16a72c3380f934bf76f983a69fa3613c915c09c5019f69fe990c96bb4ec09ed53 SHA512 8b1ab4624d3ace4e44328f211e773257c4c1136fe7daa93ee8809c6cebe36c7df8169c00e54e0e7e583e087f36090462648b73ddc2ce471ccbf602e4bff63259
|
||||
EBUILD bluetooth-sensor-state-data-1.6.0.ebuild 890 BLAKE2B 045e25afe2e90994615356870aaba16ac5fa0de703668b5156ab0703f97b31f16a72c3380f934bf76f983a69fa3613c915c09c5019f69fe990c96bb4ec09ed53 SHA512 8b1ab4624d3ace4e44328f211e773257c4c1136fe7daa93ee8809c6cebe36c7df8169c00e54e0e7e583e087f36090462648b73ddc2ce471ccbf602e4bff63259
|
||||
EBUILD bluetooth-sensor-state-data-1.6.1.ebuild 870 BLAKE2B 7e9702d0fc0a401c4a0b8c5ddfa9849b025901fa696079e55ec1800cdb326e79bb5d301e8488027f845de86a457fdedf1799b103769ed40d191e002cf2dcd9cd SHA512 d702070087529881d7bd5452ea3a8b3a2d83e5b6e4d0654f893640b19ede16f8558126feb862a6c5f406b4ec87285ef0d32375165aee3b6f9358049d625a9533
|
||||
MISC metadata.xml 556 BLAKE2B ed455c03f84768378c584cfb51b8dbf2e797942a4edda2c47565eb0ff7af4977b317f5889a00e2964d7dedd19772de841398c5c710f272b0bb4a4dcc797fca94 SHA512 dec9f76991c61d971d2aab36285df790f91e78190510ad3fef876009773e6ea3dda03e7a5e661b6557290ac47c536065fd1e2f391b40b9cf4a499727c93ccd51
|
||||
|
@ -1,34 +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=poetry
|
||||
PYPI_NO_NORMALIZE=1
|
||||
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="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,34 +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=poetry
|
||||
PYPI_NO_NORMALIZE=1
|
||||
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="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user