dev-python/pyRFXtrx: add 0.31.0

Closes: #3014
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:22:28 +01:00
parent c211cb73c7
commit 49f9e8989c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -617,7 +617,7 @@ 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 1878 Ebuilds in total, 1867 of them have in total 1886 (42 different) licenses assigned.
There are 1879 Ebuilds in total, 1868 of them have in total 1887 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -625,7 +625,7 @@ There are 1878 Ebuilds in total, 1867 of them have in total 1886 (42 different)
|Apache-2.0|432|
|GPL-3|124|
|BSD|104|
|LGPL-3|24|
|LGPL-3|25|
|GPL-2|21|
|all-rights-reserved|13|
|LGPL-3+|13|

View File

@ -1,3 +1,5 @@
DIST pyRFXtrx-0.30.1.tar.gz 42645 BLAKE2B 1927ec37c0628f246423d031c863501a0ac7972bd1fe46ac81f61d8f4615a935f55a9af61fecad06a23087c941011ed3c9ae5ec5d22080e66452bbd1d10af518 SHA512 bfb17826ac356d11c155fc990a256ff6515c7ca1ee9b646360bb44f4e14bc53455a9628d255378de281ad2bfeb8269fb1d964bf14b09aa1da246835ca3d00786
EBUILD pyRFXtrx-0.30.1.ebuild 693 BLAKE2B 00f6d8433e808a98bdd77bbc17a1a44818aba8dd38055a7e8c2236a1482f7b1ea1fc237245376f8229756d8cc288ac6dba23d285aba841bf3578830929b08a06 SHA512 5f1907f8f5b58ab8cfeecfb5c3d0088feb3a38c04e8cd180f4f11bd4d0cb5c77fa4231dbadaa53b98bda8258ade07fd936f1af46a289b7a6c195e1d282e59a8c
DIST pyRFXtrx-0.31.0.tar.gz 43839 BLAKE2B b8f4dc8727addc2ac58abb18353e3faabfab376d73339484cc8b9f1f3c2d09b5e8da6c5b54e3f7bf37154d716164b7629d05ebb04a605dfc36029898d19b4a89 SHA512 75456227ef9414d43f661754ebcf26d112b1237163768c9726dc63667fef7982c5e71e39572a4ac51f584796028659e114fd20f65367cfceee76ca31132051ab
EBUILD pyRFXtrx-0.30.1.ebuild 693 BLAKE2B a1585ded2be8074b0d7f50535edf5e559f4ce5d3d15a10e93cbab95ad3b876889e0929718718939641de89777d706c675847ab84fdc8611edf199346d8f05cc3 SHA512 93cfd1a687bcf1a3145d9229f1bd2be255a90e5930406bf0c943f2dc8f2da1c0e6f279f5b8bae0efcf82ba1d6c69f40bfe7d2e00dd431cce4bd590b437ebcf6a
EBUILD pyRFXtrx-0.31.0.ebuild 591 BLAKE2B 969bc0dbb0bca5a32e87bb413fe49dd9175fb5f3bf5adcc71ce3816f0eb97d25d7f82d20c864a86378fd7021ce3ac41d4ddcee9a6216b6e233be0e9bcad9d182 SHA512 17c7e184dfe5bcd73a9299957e86f59a94a1d87d9d693a75af3d9425b4ccf4cf7b41ee7429c1bf2db043bc29f28b52bc28e20d814ebd763fcd30d70b5a24caa9
MISC metadata.xml 511 BLAKE2B 5c1c5950e1a28e0f56119d6846e2f86f777d02675ead4e949a70ed9edef98011e262870454beb5ee161b5e687932c520bda786b9b5b255e56dd69cfb4500800b SHA512 b4b5555f0450344dac450bdde5985d6e7980feea0a11a831266579d631252fb0422af77f94a8fecce5e92a0c3a93d0ccf3dd34c5f9da4167d380c02eadfaadd1

View File

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

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="a library to communicate with the RFXtrx family of devices"
HOMEPAGE="https://github.com/Danielhiversen/pyRFXtrx https://pypi.org/project/pyRFXtrx/"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/pyserial-2.7[${PYTHON_USEDEP}]"
distutils_enable_tests pytest