dev-python/heatmiserV3: add 2.0.3
Closes: #4025 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ff476ae7cf
commit
3781692f32
@ -606,11 +606,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 2280 Ebuilds in total, 2266 of them have in total 2305 (43 different) licenses assigned.
|
||||
There are 2281 Ebuilds in total, 2267 of them have in total 2306 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1297|
|
||||
|MIT|1298|
|
||||
|Apache-2.0|526|
|
||||
|GPL-3|145|
|
||||
|BSD|124|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST heatmiserV3-1.1.18.tar.gz 6713 BLAKE2B 5b7b072b4093795ac977b88fb9d13dc661abdd0f3df0fd44c1d7a9fc6928d7cd11b6f1752973a72991febbf20a6afd7b0b5faada84b5959c5bbd7ab94a165e76 SHA512 cb097bc8f3fe7e05179842b3aedbb007f93d0d5e33ecab34c8917ede4f44647e1affcc073390dcbdeddc2b98c639e4f786eef9ac8f9e8371fcf24d786486c7f4
|
||||
EBUILD heatmiserV3-1.1.18.ebuild 666 BLAKE2B 34cee720dffb956872f52a54b20769a0ecd80166ccae6dbf091661a1052f318a3ee3381fe17cb6c51c619194f59550c65f013bc98d562aeccf31791367c535b8 SHA512 fff7bbfd31ff4ad4fc2064d2cf3961a3c6b33118b9b018f2121d3da0dba7c62127d1bf49d8d2236351e4c0d23ba869611d1ec1c621580e1ce8d894e13dc53923
|
||||
MISC metadata.xml 515 BLAKE2B e511c22bce7bed5038e347a54fe73ed74f04fedeb2bcb833707caa7773e1d157ce81d2670e4d5c231c882e7293bfa2a43e42bc42dcbb18f98ae5d8acf81b1f09 SHA512 423b30f198396716a0458e2d64a451f538899e7d44a169e2c234fc70c7beb0804cca84ebcff99338da6d5a270a60a108bbdb57a22ad37f292954836903cb1201
|
||||
DIST heatmiserv3-2.0.3.tar.gz 8131 BLAKE2B bce466a6a53420f6f7047eb878ce2d8f9fdac4f7e98ee25cba00adffb8d0f1d92f87eaf70c97f5c28cd3d2b469dd18b847875b4fa9f27a88d85c433e2375fdc0 SHA512 204c2a64cf36db1ceaa7c31314eaa2510f6d6cefd9641520fa28cf693d8e94cc1b2b115c5c939aa525f3ff9d84c923dea205805cb9bf118688283a15797e12a2
|
||||
EBUILD heatmiserV3-1.1.18.ebuild 666 BLAKE2B f895bcf1ed4e2b7f6b84c523a12da0bad69407994d737ce02bea6376809038b55cf207866d2542f0b7578b17fe53cbbc02ed28fc70eac5ea428fbefadca8da01 SHA512 ef2ac28314caa3f09a6d385ef4a5d1260f13c960aeec74e0536e71270478166ca2e3bd4508765a8169ed5b4f9bbc7d6e9acd077a2b63a0e4d3d35d8820cc18bc
|
||||
EBUILD heatmiserV3-2.0.3.ebuild 624 BLAKE2B 6833c9674f80c5b834e1722205bf93fe3009505cd4f0cb7d975a580ad35d204fd65c82f0e2c8e4884cdbbd3c0a663f3ca4aaaea76e1e9526b2de9046ba95505a SHA512 cb394e3d5d48c78df6e9745ddf178f23b3eee35eb25add798ad976df40b0c66045105cb0c904378a425a85e839c4cb0354ec6ed9426907c3d486541234cf12b2
|
||||
MISC metadata.xml 518 BLAKE2B 794952b9aa2fb29aab9b7a555c66960a21ad279e429b0e47e3aef3f92da0f6a0c34bd85fae74f8efe6108231ba817d4d301e6dae4a861578e053a91616e88941 SHA512 78e046cb80e825b1bb31a1ae82f42f8239a874c8e644dd94f9597b256fc69a13b5b3d258b44cf533f7e7e299eb93d8ec0c887deef31a3fc17882fff35e0b6071
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
23
dev-python/heatmiserV3/heatmiserV3-2.0.3.ebuild
Normal file
23
dev-python/heatmiserV3/heatmiserV3-2.0.3.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to interact with Heatmiser Themostats using V3"
|
||||
HOMEPAGE="https://github.com/andylockran/heatmiserV3 https://pypi.org/project/heatmiserV3/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -6,10 +6,10 @@
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">heatmiserV3</remote-id>
|
||||
<remote-id type="pypi">heatmiserv3</remote-id>
|
||||
<remote-id type="github">andylockran/heatmiserV3</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>andy@zrmt.com</email>
|
||||
<email>andy@lockran.com</email>
|
||||
<name>Andy Loughran</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user