dev-python/sensor-state-data: drop 2.14.0, 2.16.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:39:24 +01:00
committed by onkelbeh
parent 788e3bf154
commit 801b764ec3
4 changed files with 2 additions and 68 deletions
+2 -2
View File
@@ -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 1732 Ebuilds in total, 1721 of them have in total 1735 (40 different) licenses assigned.
There are 1730 Ebuilds in total, 1719 of them have in total 1733 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|996|
|Apache-2.0|370|
|Apache-2.0|368|
|GPL-3|103|
|BSD|100|
|GPL-2|27|
-4
View File
@@ -1,7 +1,3 @@
DIST sensor_state_data-2.14.0.tar.gz 16665 BLAKE2B 6d36b32103794d09028be6464ccb2aa2abcd35f113161be92ab0f48d5604af064ed781f4201fd1800f4d1f211092d5f2e72d83d866266b069469310b64e324e1 SHA512 b238e79c6f28684841a85a9a023269a4c136fecc4ace66f82c7e307e2d4e783601ccfef1b3a4880e896957b0421cbf27a137a5987dbc00abeb45d85ec9b5b5a3
DIST sensor_state_data-2.16.1.tar.gz 16858 BLAKE2B 7c07a4abcaaa7b4aaa785bcc8722e82aae5efb50e20230b2084e39ab1c272c346dfd0856b6e1e899fe81a48bfc99052af2d1813af850e3da91b5e7ab19231b88 SHA512 becdbe3561741a3e0526a298bc2dbe4bbe4393f310fb001ee18fdfa3d4c5ea95992588421bde7af4a4b58399350bde65b5a09960d0954cb838dbff0c4e6d2143
DIST sensor_state_data-2.17.1.tar.gz 16944 BLAKE2B 75316f30fd5d79190dca7c5fcc6656cd6fb95e8bb1e3623df8d9a7ad8079b80895f8208292f692e919f53f671f7b6e13380228dadf13f2ee552bd459cb6680d5 SHA512 d482d4859d9eca58ac47b493d12cee1332f242ca3004b1353c999ace198ddd2b3b5fd3da7ee236820be9358300b9551791977d9b6a7e208523f1e6069ed3c92f
EBUILD sensor-state-data-2.14.0.ebuild 674 BLAKE2B 2236c00487a6371d4be4b2de3779a6e0f7344c165957a51534a6a912eecba4b0072d706cc5471f3c66014f1b1a5df8cff83bef1072d97acf59a2d62906e5d287 SHA512 bad3a1c3d7a5c665647e8ca8ebc8683cc62bc4a65a01f56e2dfa5631906d19a8384fa585583fa5620ffe359201d41b04572ea334dfc0082f12ef17970fe00556
EBUILD sensor-state-data-2.16.1.ebuild 674 BLAKE2B 2236c00487a6371d4be4b2de3779a6e0f7344c165957a51534a6a912eecba4b0072d706cc5471f3c66014f1b1a5df8cff83bef1072d97acf59a2d62906e5d287 SHA512 bad3a1c3d7a5c665647e8ca8ebc8683cc62bc4a65a01f56e2dfa5631906d19a8384fa585583fa5620ffe359201d41b04572ea334dfc0082f12ef17970fe00556
EBUILD sensor-state-data-2.17.1.ebuild 674 BLAKE2B 2236c00487a6371d4be4b2de3779a6e0f7344c165957a51534a6a912eecba4b0072d706cc5471f3c66014f1b1a5df8cff83bef1072d97acf59a2d62906e5d287 SHA512 bad3a1c3d7a5c665647e8ca8ebc8683cc62bc4a65a01f56e2dfa5631906d19a8384fa585583fa5620ffe359201d41b04572ea334dfc0082f12ef17970fe00556
MISC metadata.xml 536 BLAKE2B 64fc670ee6c0c3e0ff8b410fa31553f89460d75e2214d275fa120b528d274002b0f3ec6264b7981ad9323829615f7f083e8f3a86984a713730dc04c13831ea05 SHA512 5711e4211c4180c18d4b49acb48fe54931f495403756a4aa6b38ee69fbe2b59dbf86c724c6fb61a467def71b2c3d8f1db7c4e974afb7ec54034f755388fa1117
@@ -1,31 +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
inherit distutils-r1 pypi
DESCRIPTION="Models for storing and converting Sensor Data state"
HOMEPAGE="https://github.com/bluetooth-devices/sensor-state-data https://pypi.org/project/sensor-state-data/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest
@@ -1,31 +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
inherit distutils-r1 pypi
DESCRIPTION="Models for storing and converting Sensor Data state"
HOMEPAGE="https://github.com/bluetooth-devices/sensor-state-data https://pypi.org/project/sensor-state-data/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest