dev-python/thermopro-ble: add 0.5.0
Closes: #2496 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 1724 Ebuilds in total, 1713 of them have in total 1733 (43 different) licenses assigned.
|
||||
There are 1725 Ebuilds in total, 1714 of them have in total 1734 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1009|
|
||||
|MIT|1010|
|
||||
|Apache-2.0|363|
|
||||
|GPL-3|98|
|
||||
|BSD|96|
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST thermopro_ble-0.4.5.tar.gz 5755 BLAKE2B 83f9434c0fc29e9949f69475966b11abeaaa6353f4dc021ee260917b5a0628f70a2ac2672f17c366fa211ae60c59efa6192d1783034ccd4fb0ddb36bad9cab6b SHA512 d4230b131a2c9403d4f8c5cd4098db1840da8e88fd783aec4f4bcc8d94971842cf63832542ff597eee38e0f36bc0283a0c073eb39f9b71cb0e8939fb32713ac2
|
||||
DIST thermopro_ble-0.5.0.tar.gz 5178 BLAKE2B 9a33f3f105fae4956a0bd1d38b61ac2ab6e69d3b1e3cd1217372b1c5eb6ed228a4b9c7fbf3ff024206a46e3f5ef608f86c0267aac26fd69163f2914bc561e0cd SHA512 722a43c487226746af044902db2b60412034f8326081fdb5c914d27b14ca1a7de78e59556638788e68f5770119165fe8c5d6236dc184daf274ccf73f96286881
|
||||
EBUILD thermopro-ble-0.4.5.ebuild 776 BLAKE2B 05bfe4ca758c2a06896a9d7e3e0d69e4ad26f3624468ad0fe4710494dc617c6824ad823feeee7a6545daed2828709c73f40ecf5ec9f4836fd7d5aba7ce98b000 SHA512 e6775c65be23d3a429cadc10b29f5161a714c3b4c21a08246a6c0787247c380da6938ca357d0690307fa4c0be41383cd265f0863150c6ebe232d5b7599739b18
|
||||
EBUILD thermopro-ble-0.5.0.ebuild 818 BLAKE2B ed1949af13942a8ba3450486a64e80ed44bfba0736d30bea76129e312fd34e9f1c6fe50e3b0e86bdcc3546b18518b6a85a5e59a9ea5ab75bf8c776de954dad98 SHA512 0d2fd2be3c8e86564986bc583380fee189de2714ea92b5eb889fa1f123ec5439335fd3f05414bf981fd404e90735ad2793bc2cb8eaf586d955fbaa0d3d150633
|
||||
MISC metadata.xml 528 BLAKE2B 4246688a22667be14545734098710a90c67495d7ff343c6fd9cbba9faef152e407e7647681cd6a07f259b7b8c17959e37f82f3d0621c063e93f36ca24e6babf5 SHA512 5df6f1d719a0f62057d9cf893f5cbe5e5e62e8ef027b5ba48eb3d259a4025033570c36394ba7f84e202716ab1f5730c92869f2adae1aa2346b36b4a438330f4b
|
||||
|
||||
33
dev-python/thermopro-ble/thermopro-ble-0.5.0.ebuild
Normal file
33
dev-python/thermopro-ble/thermopro-ble-0.5.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2023 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="Thermopro BLE Sensors"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/thermopro-ble https://pypi.org/project/thermopro-ble/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sensor-state-data-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-sensor-state-data-1.6.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user