dev-python/pysensibo: add 1.1.0

Closes: #3748
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 21:33:12 +02:00
parent 72718050dc
commit d4500d6c4b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 32 additions and 7 deletions

View File

@ -606,14 +606,14 @@ 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 2059 Ebuilds in total, 2048 of them have in total 2076 (42 different) licenses assigned.
There are 2060 Ebuilds in total, 2049 of them have in total 2077 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1192|
|Apache-2.0|464|
|GPL-3|125|
|BSD|110|
|BSD|111|
|LGPL-3|24|
|GPL-2|23|
|all-rights-reserved|16|

View File

@ -1,3 +1,5 @@
DIST pysensibo-1.0.36.tar.gz 8467 BLAKE2B 9e414cf0d88a126f7738955feb3385ba93513d33a4f9edccc945e697c4570920f511d14f92ac50bef945178a4fdb025bee3273fc94d9a3be5701c2c4b8f55065 SHA512 af1d948aa16c84259838fec6d5c5dd0773368045bfbf547ce50909a5263a0d048f82da6839a9b2d1ed9c4e6eaac625f3c998e345a9a687f25ffa035be96ca10e
EBUILD pysensibo-1.0.36.ebuild 641 BLAKE2B 460843e42ae66358924c860dfb34887918c3a4fde74a0a26a75c668f7024fedcb6e3a1a01c252637561355b9e23a43f78d072f491fe8c9f062dfc48293826a9e SHA512 ac64e7fa86a7f352eafff88ff52904c2ac8d228328fbd9981169447221e8882f5169880db6622f27a976b692ffa2ec6d9e6750a8a39fd5f7762a4f0767f646e7
MISC metadata.xml 529 BLAKE2B 87843df93004effef04fc905e796f861ca18e026cbc437c131ce5256b5ee4cb5b77ec8a24fe8eec2d84e4d94468d8f498ce3316b4924e5fa85da28b63b4b23d5 SHA512 99e3e0e102ac5819de498d72115c053b0599941bd051989c998e1554f0de1249ac42f8ddf16f1c657a14465963ee11b0fdfa10c4cf90eff65cfc5174707febd8
DIST pysensibo-1.1.0.tar.gz 13672 BLAKE2B 898b6491c5c1c99e57fcc24b62949d3d9e9bd2c8d8a2757b01274c55c2384a208e6e1e7c68fde3ee4d22f15e7bcacc7e43786ca1589e9eb9504d314d3f898fa6 SHA512 1662b157fe63a05c183d78a0de03bbcedfb552497d10ab1ff265ff7175df6497db40f376fd92e0cdb48cea07fcdc54ab608a6e89d8f0b39257f7579370d47e59
EBUILD pysensibo-1.0.36.ebuild 641 BLAKE2B 2b3fd2d83c16fb2b6968a775eb326a1a96f7430088874936dc9fd73b1624e158db9e10a5a01fb7d3324c590d1d3b6304223a3eeddc74590c22750a0efd5e1670 SHA512 5292c012d7a79ed19edf83c48eda0ccbf2cc1239b75442997b9334ff619958c7dc2ba4ad03adb16b0eaa1e025e8b416fbb916c659751b8ee8fca6e2d82105850
EBUILD pysensibo-1.1.0.ebuild 535 BLAKE2B 314c99cc12537b399797b3e009e33bd0317ccd8c93014e8303768ef032523674367a986be85c0cc025789ba869585eb60ba899d78fc8240bf813168f433b4f4e SHA512 a77c4e7c7cbb5b6a51e3da7967ba398ee748316aaccbc6cc442be9057a3cca52a25b5dc7dbb6ac95cb4a7765a21703e43f0868d81b09e067d6de0cfbd997c7b3
MISC metadata.xml 521 BLAKE2B 69b9306cecd11e7d184134d7b70c99f8bcf26b3638fd35cfaf09b61114daba13ad72bf75e0d458956281bc71b60a068c292bae95cddd5beb13fd43df6f9047ef SHA512 e56dd3fc8c9b854e7b402aeaea2a84bb358735beb4dbac557c36e691ff1a0c0e10e7bf9562f8222cf5fef4cae9965f46924e1d5d34c13faeef7f94643410f9b7

View File

@ -9,8 +9,8 @@
<remote-id type="pypi">pysensibo</remote-id>
<remote-id type="github">andrey-git/pysensibo</remote-id>
<maintainer status="unknown">
<email>andrey-git@users.noreply.github.com</email>
<name>andrey-git</name>
<email>goran.johansson@shiftit.se</email>
<name>G Johansson</name>
</maintainer>
</upstream>
</pkgmetadata>

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,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="asyncio-friendly python API for Sensibo"
HOMEPAGE="https://github.com/andrey-git/pysensibo https://pypi.org/project/pysensibo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest