dev-python/temperusb: add 1.6.1

Closes: #2660
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 18:07:35 +01:00
parent 5f5b6b90ed
commit 05d18ece9a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 deletions

View File

@ -612,13 +612,13 @@ 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 1632 Ebuilds in total, 1621 of them have in total 1635 (42 different) licenses assigned.
There are 1633 Ebuilds in total, 1622 of them have in total 1636 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|938|
|Apache-2.0|347|
|GPL-3|104|
|GPL-3|105|
|BSD|91|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,3 +1,5 @@
DIST temperusb-1.6.0.tar.gz 34344 BLAKE2B 6dc5d0abe8dcb88eac1b6071d84f76a3644d9d916594631466adb86c88c7989692e85bda3d4272e73be46762e63714d1f4ce6cd1b548392b05671b69d2a7038e SHA512 917179e9b3dfbef519cbf94cf7d8ad8073925cc32f2f8f38a99f39da10db22adbefb9b8605f016efb2449c2648fa7eac258dc0a97010beba5ff4d9ee1e3de59a
EBUILD temperusb-1.6.0.ebuild 655 BLAKE2B 1b8be125699976632487bd7268166dc44b5ed094e6bfac6ce8ddb4dc064ec6afced3e87e55e7a1ce965ba5677673956a6b7aa4100a1dc7626bcb30495d6a6575 SHA512 e20630abece2a452c226dc7868d7744a30eaf980f8d2aeb13c8e5bebfddcb04492d014df53db2ee6e540089b28ad6d32edf28d1894600113b7c65697c4223f5c
DIST temperusb-1.6.1.tar.gz 36109 BLAKE2B 95590e88803df7138ae78ae50e739f5b354a2f832af166b033a5db5dd0ed26ba9ac511827c94e55b6e0f17615ae153af98c4898ce9878b92c9b6be67db91fc5f SHA512 ef32700c156a515f1551f935a78a1ab080c266de2b487f1caa98f90e3182040419e3f5ca5730d4b8f7e93a818938f77531d741dbc306ae662ea9cdab00be172b
EBUILD temperusb-1.6.0.ebuild 655 BLAKE2B b43287f523d71cd4fffef72164c8f20c0d845319b82c185d68776c91c5430b03ef259089d5d8621b0e1bb0cf426267c20882fb9700c0cb5c62cf09d25abbc051 SHA512 03cacb0e22e22de87bb89a0b8b10bf76e35643a8f0dbfbc74c2ac22198eef683dd4fad2f7aab894fcac20d594b0ec527c00be496baf0b258dac59bf27fb4602a
EBUILD temperusb-1.6.1.ebuild 553 BLAKE2B 2212acdc99769a805f5c71f5d1a7c40e39d6dc7f080cffd3247ace9e512a61ba752a19e1be1a3dfe4e4b6973192f651520f9fbbc39554c7f8633eb50a1929eb9 SHA512 96db7773e8988e11313efd1aedf44c4ddd20cf660b2dbb2b99886f936630abee6e7e08cf9efa50d437b684869891b0b0f9031afa30d7450156965e9c16cf3dc6
MISC metadata.xml 530 BLAKE2B c54f6cffd9acaaacc97f688fea82f13edd0a58f32aebce6757ed1895dbc3f10b3d5b880a871af30698ebe508c0cd9d3e463e61037a7e6e28c414789f0d42782c SHA512 b4c73e4a04122d24be86df812c73bfb8d9d26e6c7bc4baad149953fb822d75a7e12601e9ab0fe07d66ff4905f770cbf9d05e959807f2c814fc58da52f9703725

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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Reads temperature from TEMPerV1 devices (USB 0c45:7401)"
HOMEPAGE="https://github.com/padelt/temper-python https://pypi.org/project/temperusb/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyusb[${PYTHON_USEDEP}]"
distutils_enable_tests pytest