dev-python/pyplaato: add 0.0.19

Closes: #4178
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 10:24:16 +01:00
parent 63ab153cf4
commit 93d2a0b20b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 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 2380 Ebuilds in total, 2366 of them have in total 2409 (43 different) licenses assigned.
There are 2381 Ebuilds in total, 2367 of them have in total 2410 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1352|
|MIT|1353|
|Apache-2.0|568|
|GPL-3|145|
|BSD|125|

View File

@ -1,3 +1,5 @@
DIST pyplaato-0.0.18.tar.gz 7199 BLAKE2B 25877d87be10d99dac5d6806dc6cd8541d749aa4eb8904ca831ec02585a473a9aaef6c06c82f9608070cc70cd5c574b6e62e901764366e73405d5c82b37a2a0f SHA512 894821ed22263b02ad5b09b10dc3921d10726bd633b2b116a5df221af5024e1756afc3f43bd1b8bc39a722ea5bf36c88fbcf220ae5de413a27a5a39acea07103
EBUILD pyplaato-0.0.18.ebuild 708 BLAKE2B 29ff123d4909d155e7d97b1f3a2d120e2bf4cada6d9f89b8ddfecc076d58b870a3cf5200a4c33ac23263c61e6fdeb524953cbcfe43fb0ad0c750d55728e67224 SHA512 b908f135ba7860145c625c4267cd604f7ebe894166d3f7d1a89570df89eab42d93a95f2161382b9ad788fdd51716ed9e28173d04d1c7b4014b5f0905a00eb215
DIST pyplaato-0.0.19.tar.gz 7187 BLAKE2B f600894861af4454a0589961c24d598d6143de7d24003779c9c28a551dac4fc290da3bf0bf6989ac348de2f775bdbd5a3a0662e818425a363b4ccef6e86e25c8 SHA512 aa0465971eb5d8b241c35bbae3d13298a1c322e64dbd4cbc4a9984bcf59739c1db51678dc4d8c99ff9c62c195d77e98a988125ce2cbafa213c82157f8c019773
EBUILD pyplaato-0.0.18.ebuild 708 BLAKE2B e306259fab94e1577d1002ebb925785d6235b78dd3f4962b3026e8aa8e6b977a0afb7f03d769f4602545ff2b7ab465da6f00f15d23225f95b6556ce70ca4b3e2 SHA512 2c57441e219cf34ab2793d9961c81528e977d42e970eafd2969f707687b997c8ace17529603121c78bfaed0e0da186da6e6d09479bb9f5dcadb90995dca0aea3
EBUILD pyplaato-0.0.19.ebuild 606 BLAKE2B d9ad65c1ba985e3123052ac882d4a2ab4ee0b463a9c1073af88240e49be7075b4ebcae88ebc7df0809a43510c15fd53a072d01d0a878071fd1db2c700938b8ea SHA512 7b3aa9b68e53c3c4fd54313774656bd80a5db5d06b5b23ecb9b2ba9a46ce7f791b124b831ecc87508b0bacf271f8c64a07d84f1a18439c4b82ba3d12de60b403
MISC metadata.xml 506 BLAKE2B 6fc8e131d20601f2cd03b6931dc4a146a75fef4eb0254b833039d394e28acc3bf81ad6cb52b62e8ed4720597699339e420af72bcaabfe68165bd521309e5e3bb SHA512 0aa12e8175949d536df8bb60e847eeb64c2514b9ee2d2f77ef57b234fe55cc9d53a83b3bbe57e76bb6b6f6d7eed43f3f7f179a485400d6a4be4b90f1fc8f21de

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
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..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for getting Plaato Airlock and Keg data"
HOMEPAGE="https://github.com/JohNan/pyplaato https://pypi.org/project/pyplaato/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
distutils_enable_tests pytest