dev-python/pyaprilaire: add 0.7.4

Closes: #3554
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 11:53:12 +02:00
parent e1ec384673
commit 26184ae9fb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 26 additions and 4 deletions

View File

@ -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 1965 Ebuilds in total, 1954 of them have in total 1978 (42 different) licenses assigned.
There are 1966 Ebuilds in total, 1955 of them have in total 1979 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1134|
|MIT|1135|
|Apache-2.0|438|
|GPL-3|114|
|BSD|112|

View File

@ -1,3 +1,5 @@
DIST pyaprilaire-0.7.0.tar.gz 19131 BLAKE2B 8e4ea9d06e633e66063277a15c75186382a7826db511b019a202be093752aa3cc727c290c016d475b119f8774cc5734ca717c7fd2c71265b9936955093e18726 SHA512 74a7a76f7a453cb17b265a4b5f6054846d5f48e8bb16c8e8b777ae1ec86b9fa06d6b69f30b3013a1429a0280d72493f3d21c6af5ceee2e2a4648891d4986988f
EBUILD pyaprilaire-0.7.0.ebuild 504 BLAKE2B e90364ffefea22307f9c2e162dcc1beabe6197c3b40ef5bd483118aa327c06ff2c6c3e33192500f94676e2d6172352720f4f366f31e044991916487b0a4fe772 SHA512 0410d5924a5bd163c359d0e3af2b773bf49ce8d4ef29b3eaccf573355d2ebd09d5ace648346c469482b94e1eeb1c408531f217824a2b4adb76955369ac3fa4fd
DIST pyaprilaire-0.7.4.tar.gz 19651 BLAKE2B 4c10e6f6288ae2520aafa895cbbd4039ce80e77aa57b0e5198c864102697a7d9e73ecf91a04c83eaac969ffdc17ba2226601e3b38046f61f6fff9bb90e78f4d3 SHA512 b1606d5c066beb5face8d5b8281407c90ebc1e37d5da25d7711cc21368aa94d928a6ffdd8a8660d9b0da61bc66ee7ed567f3fb38cd5364c5082c9f173e6590d9
EBUILD pyaprilaire-0.7.0.ebuild 504 BLAKE2B 3b2366d9d7b96f3a46e3ca33180a83a482a08c52db57ffbbb67867866ba0ca6a875552f0c1489c3b0d4b49f46e56d85e5d505c322b3437a5ea4dff3f0088af00 SHA512 bfc07f2c59e59f64181f2dd3cb24888097ce8dd8a93475334554141ea36b46c0a2b669f85698b8ad56eb10f5afd34f8a201264506c1a87bff8606dae0dc7fc8d
EBUILD pyaprilaire-0.7.4.ebuild 504 BLAKE2B 3b2366d9d7b96f3a46e3ca33180a83a482a08c52db57ffbbb67867866ba0ca6a875552f0c1489c3b0d4b49f46e56d85e5d505c322b3437a5ea4dff3f0088af00 SHA512 bfc07f2c59e59f64181f2dd3cb24888097ce8dd8a93475334554141ea36b46c0a2b669f85698b8ad56eb10f5afd34f8a201264506c1a87bff8606dae0dc7fc8d
MISC metadata.xml 330 BLAKE2B a067bab356a01d81731bcb5a23400094424d555c7665873d7645a185072c7a3f2a6b51d6bb4818237ff1afdac7c54371ed2eb6f23fae0087f2acd1ed86b40d6c SHA512 3f79bfdec5d5f6ce2720cb26dae579b29bca52969d6abc5cc12cb87e6002c74b1701eaf4c6f6438b0baef08941f84f6701ebbb58ccf1701bf9971cf5bb45562a

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,20 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="a library to interact with Aprilaire thermostats"
HOMEPAGE=" https://pypi.org/project/pyaprilaire/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/crc[${PYTHON_USEDEP}]"
distutils_enable_tests pytest