dev-python/tilt-ble: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 00:01:21 +01:00 committed by Andreas Billmeier
parent 9c8fdada04
commit 876c9682f5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 10 deletions

View File

@ -612,11 +612,11 @@ 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 1895 Ebuilds in total, 1884 of them have in total 1903 (40 different) licenses assigned.
There are 1894 Ebuilds in total, 1883 of them have in total 1902 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1093|
|MIT|1092|
|Apache-2.0|411|
|GPL-3|123|
|BSD|102|

View File

@ -1,3 +1,3 @@
DIST tilt-ble-0.2.3.tar.gz 5837 BLAKE2B 3cd7332faaba4a30f718db9f4a616f3f53f4ea531f23a8551b6d21d19bb827bb1b71825090085c52ba44038b4d499408742ede5ddf307b2fcb2863f24ab270db SHA512 63a85eae65996f1fc902ba464d5525f61cb1bd5fb5b3c6e87bb29b6febb8af16b3246dc617a81e92b5e0f5cf48526582342e15de9b6342b7e53a513dde4f6c4e
EBUILD tilt-ble-0.2.3.ebuild 836 BLAKE2B 6dca2eb7d4a2496beb5590b47ba4acb2567042ab777f99dd26a1d4e0d875ff77d602fd89db8f7f977d954fc44bf1748f82ad0e11b9052416a3864d2f8beb793e SHA512 07c2713e9803bb486c79dcd1fbb26e03c85ffb4a34089027cec17d83e51fad745557e61ebb75e2a0c5628094fe4063af5f1188ab226192f688a610d527f05102
EBUILD tilt-ble-0.2.3.ebuild 796 BLAKE2B cca9ca963e6d19a0bcd11c86b2dcdc319868c4b877c7a59a97fc40af87e10ce3fba1cb273c9d2f71b2fe64fe976a15346ce7546c1fb0230f3cdd357602b499ba SHA512 cec640b4d2ce36e60bc0bf736d6134bea7081404a159beec5bff3c7b4ab0d5f5c5e7875114a533436bb5aa196caa68462517b57fac901fdb1a54046ae27e79d8
MISC metadata.xml 532 BLAKE2B 3bb6854f269e5f7e6be8b0044cd6657579011f61cb44eeafba2881f01e1abed798ba18f3c96d429b8ae32a89a136e74b93bcf428a7ad60a70580c2cb59d41d45 SHA512 e22b8e28353b53909787ecd6ae2d343f6473ce3a630d5f681cc9e57a642146d7d43978cb9eeb1ea4ab6757be132822b92c524e983e8bc70bf6feded76ff879a1

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Parser for Tilt BLE devices"
HOMEPAGE="https://github.com/Bluetooth-Devices/tilt-ble https://pypi.org/project/tilt-ble/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,7 +22,6 @@ RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.6.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"