Skip to content

Commit 876c968

Browse files
committed
dev-python/tilt-ble: update SRC_URI
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9c8fdad commit 876c968

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1895 Ebuilds in total, 1884 of them have in total 1903 (40 different) licenses assigned.
615+
There are 1894 Ebuilds in total, 1883 of them have in total 1902 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|1093|
619+
|MIT|1092|
620620
|Apache-2.0|411|
621621
|GPL-3|123|
622622
|BSD|102|

dev-python/tilt-ble/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST tilt-ble-0.2.3.tar.gz 5837 BLAKE2B 3cd7332faaba4a30f718db9f4a616f3f53f4ea531f23a8551b6d21d19bb827bb1b71825090085c52ba44038b4d499408742ede5ddf307b2fcb2863f24ab270db SHA512 63a85eae65996f1fc902ba464d5525f61cb1bd5fb5b3c6e87bb29b6febb8af16b3246dc617a81e92b5e0f5cf48526582342e15de9b6342b7e53a513dde4f6c4e
2-
EBUILD tilt-ble-0.2.3.ebuild 836 BLAKE2B 6dca2eb7d4a2496beb5590b47ba4acb2567042ab777f99dd26a1d4e0d875ff77d602fd89db8f7f977d954fc44bf1748f82ad0e11b9052416a3864d2f8beb793e SHA512 07c2713e9803bb486c79dcd1fbb26e03c85ffb4a34089027cec17d83e51fad745557e61ebb75e2a0c5628094fe4063af5f1188ab226192f688a610d527f05102
2+
EBUILD tilt-ble-0.2.3.ebuild 796 BLAKE2B cca9ca963e6d19a0bcd11c86b2dcdc319868c4b877c7a59a97fc40af87e10ce3fba1cb273c9d2f71b2fe64fe976a15346ce7546c1fb0230f3cdd357602b499ba SHA512 cec640b4d2ce36e60bc0bf736d6134bea7081404a159beec5bff3c7b4ab0d5f5c5e7875114a533436bb5aa196caa68462517b57fac901fdb1a54046ae27e79d8
33
MISC metadata.xml 532 BLAKE2B 3bb6854f269e5f7e6be8b0044cd6657579011f61cb44eeafba2881f01e1abed798ba18f3c96d429b8ae32a89a136e74b93bcf428a7ad60a70580c2cb59d41d45 SHA512 e22b8e28353b53909787ecd6ae2d343f6473ce3a630d5f681cc9e57a642146d7d43978cb9eeb1ea4ab6757be132822b92c524e983e8bc70bf6feded76ff879a1

dev-python/tilt-ble/tilt-ble-0.2.3.ebuild

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=poetry
7+
PYPI_NO_NORMALIZE=1
8+
inherit distutils-r1 pypi
99

1010
DESCRIPTION="Parser for Tilt BLE devices"
1111
HOMEPAGE="https://github.com/Bluetooth-Devices/tilt-ble https://pypi.org/project/tilt-ble/"
12-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1312

1413
LICENSE="MIT"
1514
SLOT="0"
@@ -23,7 +22,6 @@ RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
2322
>=dev-python/sensor-state-data-2.6.0[${PYTHON_USEDEP}]
2423
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]"
2524
BDEPEND="
26-
dev-python/setuptools[${PYTHON_USEDEP}]
2725
test? (
2826
dev-python/pytest[${PYTHON_USEDEP}]
2927
)"

0 commit comments

Comments
 (0)