Skip to content

Commit 05d18ec

Browse files
committed
dev-python/temperusb: add 1.6.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2660 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 5f5b6b9 commit 05d18ec

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,13 @@ 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 1632 Ebuilds in total, 1621 of them have in total 1635 (42 different) licenses assigned.
615+
There are 1633 Ebuilds in total, 1622 of them have in total 1636 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|938|
620620
|Apache-2.0|347|
621-
|GPL-3|104|
621+
|GPL-3|105|
622622
|BSD|91|
623623
|LGPL-3|22|
624624
|GPL-2|20|

dev-python/temperusb/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST temperusb-1.6.0.tar.gz 34344 BLAKE2B 6dc5d0abe8dcb88eac1b6071d84f76a3644d9d916594631466adb86c88c7989692e85bda3d4272e73be46762e63714d1f4ce6cd1b548392b05671b69d2a7038e SHA512 917179e9b3dfbef519cbf94cf7d8ad8073925cc32f2f8f38a99f39da10db22adbefb9b8605f016efb2449c2648fa7eac258dc0a97010beba5ff4d9ee1e3de59a
2-
EBUILD temperusb-1.6.0.ebuild 655 BLAKE2B 1b8be125699976632487bd7268166dc44b5ed094e6bfac6ce8ddb4dc064ec6afced3e87e55e7a1ce965ba5677673956a6b7aa4100a1dc7626bcb30495d6a6575 SHA512 e20630abece2a452c226dc7868d7744a30eaf980f8d2aeb13c8e5bebfddcb04492d014df53db2ee6e540089b28ad6d32edf28d1894600113b7c65697c4223f5c
2+
DIST temperusb-1.6.1.tar.gz 36109 BLAKE2B 95590e88803df7138ae78ae50e739f5b354a2f832af166b033a5db5dd0ed26ba9ac511827c94e55b6e0f17615ae153af98c4898ce9878b92c9b6be67db91fc5f SHA512 ef32700c156a515f1551f935a78a1ab080c266de2b487f1caa98f90e3182040419e3f5ca5730d4b8f7e93a818938f77531d741dbc306ae662ea9cdab00be172b
3+
EBUILD temperusb-1.6.0.ebuild 655 BLAKE2B b43287f523d71cd4fffef72164c8f20c0d845319b82c185d68776c91c5430b03ef259089d5d8621b0e1bb0cf426267c20882fb9700c0cb5c62cf09d25abbc051 SHA512 03cacb0e22e22de87bb89a0b8b10bf76e35643a8f0dbfbc74c2ac22198eef683dd4fad2f7aab894fcac20d594b0ec527c00be496baf0b258dac59bf27fb4602a
4+
EBUILD temperusb-1.6.1.ebuild 553 BLAKE2B 2212acdc99769a805f5c71f5d1a7c40e39d6dc7f080cffd3247ace9e512a61ba752a19e1be1a3dfe4e4b6973192f651520f9fbbc39554c7f8633eb50a1929eb9 SHA512 96db7773e8988e11313efd1aedf44c4ddd20cf660b2dbb2b99886f936630abee6e7e08cf9efa50d437b684869891b0b0f9031afa30d7450156965e9c16cf3dc6
35
MISC metadata.xml 530 BLAKE2B c54f6cffd9acaaacc97f688fea82f13edd0a58f32aebce6757ed1895dbc3f10b3d5b880a871af30698ebe508c0cd9d3e463e61037a7e6e28c414789f0d42782c SHA512 b4c73e4a04122d24be86df812c73bfb8d9d26e6c7bc4baad149953fb822d75a7e12601e9ab0fe07d66ff4905f770cbf9d05e959807f2c814fc58da52f9703725

dev-python/temperusb/temperusb-1.6.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
9+
DESCRIPTION="Reads temperature from TEMPerV1 devices (USB 0c45:7401)"
10+
HOMEPAGE="https://github.com/padelt/temper-python https://pypi.org/project/temperusb/"
11+
12+
LICENSE="GPL-3"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
RDEPEND="dev-python/pyusb[${PYTHON_USEDEP}]"
20+
21+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)