dev-python/sensor-state-data: add 2.18.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:04:45 +01:00
parent 16727b5e83
commit 3d54a9f02e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 deletions

View File

@ -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 1769 Ebuilds in total, 1758 of them have in total 1777 (42 different) licenses assigned.
There are 1770 Ebuilds in total, 1759 of them have in total 1778 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1006|
|Apache-2.0|390|
|Apache-2.0|391|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST sensor_state_data-2.17.1.tar.gz 16944 BLAKE2B 75316f30fd5d79190dca7c5fcc6656cd6fb95e8bb1e3623df8d9a7ad8079b80895f8208292f692e919f53f671f7b6e13380228dadf13f2ee552bd459cb6680d5 SHA512 d482d4859d9eca58ac47b493d12cee1332f242ca3004b1353c999ace198ddd2b3b5fd3da7ee236820be9358300b9551791977d9b6a7e208523f1e6069ed3c92f
EBUILD sensor-state-data-2.17.1.ebuild 674 BLAKE2B 2236c00487a6371d4be4b2de3779a6e0f7344c165957a51534a6a912eecba4b0072d706cc5471f3c66014f1b1a5df8cff83bef1072d97acf59a2d62906e5d287 SHA512 bad3a1c3d7a5c665647e8ca8ebc8683cc62bc4a65a01f56e2dfa5631906d19a8384fa585583fa5620ffe359201d41b04572ea334dfc0082f12ef17970fe00556
DIST sensor_state_data-2.18.0.tar.gz 16955 BLAKE2B 9607af77319c48c7cc97cf4ba754cd4dc67c95019b699e47564e79f61ab54dbf351628b849819cd25023f5a8de1f78323f7b9bdcc2e17c038dfd19113ab853cd SHA512 4801fae28b637e783da4164c1b81496f82460680b4518d5663a34164c16d839ffd7ce008f5cae5741a5b7e853445d6346ac7559067b3d9aed012f029ff028dd9
EBUILD sensor-state-data-2.17.1.ebuild 674 BLAKE2B 92f3a5d53b1696da5440ee5575b31ff91b0b29d104e76e688c266b967152785e371b87104751c103c7d1544a52140ccda5acbb2888e6fe396bc1f7c19b3e20f5 SHA512 e8b4afc53407e1cbf3394d0082e9dd0ad5c628df96e0cc019a9695afd2ac5af75cc310db8d0f4d7f9aab60fc592f7dea0c263ccc412d5d899442748fdcb6aa4d
EBUILD sensor-state-data-2.18.0.ebuild 529 BLAKE2B c9e3306e24c5e192006c24c203c75b3eec798b4ac882e30c11106f9ed517f197b067a73b24ad66cad59b0624685df7ce4cc12d5f273a2ffa2e6bcfd810338f21 SHA512 2866161a902b8762c5199365d89c6b8c0b98fe57cf433f891636fdffff3c97207f73ac989ddf93a17a9560c38d966e19c0721a5b703acf29f9ed4f9f690dca21
MISC metadata.xml 536 BLAKE2B 64fc670ee6c0c3e0ff8b410fa31553f89460d75e2214d275fa120b528d274002b0f3ec6264b7981ad9323829615f7f083e8f3a86984a713730dc04c13831ea05 SHA512 5711e4211c4180c18d4b49acb48fe54931f495403756a4aa6b38ee69fbe2b59dbf86c724c6fb61a467def71b2c3d8f1db7c4e974afb7ec54034f755388fa1117

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,21 @@
# 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 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"
distutils_enable_tests pytest