dev-python/bluecurrent-api: add 1.2.3

Closes: #3100
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 19:08:59 +02:00
parent a545b99e08
commit 46c6196648
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,11 +617,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 1996 Ebuilds in total, 1985 of them have in total 2004 (42 different) licenses assigned.
There are 1997 Ebuilds in total, 1986 of them have in total 2005 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1128|
|MIT|1129|
|Apache-2.0|460|
|GPL-3|129|
|BSD|112|

View File

@ -1,3 +1,5 @@
DIST bluecurrent-api-1.0.6.tar.gz 13553 BLAKE2B 6face576f8c14c38f3b04d6f7cbb145a825e45cca1605b6ba6a227cc2fa8eecc8eeb2233bcfbc62ee6240e5902cdb1267957ab322761ea86ae8858d00dc053ff SHA512 efcaf467dd5ac1ffab0ab5f0ca0191df1935ef9bdbf5601a472cdce71e8cb57dddd3c253161d9dbf1f781848865be283811d0596c0912e241181f8ec0281cbf8
EBUILD bluecurrent-api-1.0.6.ebuild 693 BLAKE2B d7ab993548d64516e5dcfb75693cea227dc369a5a013027e475ca8dfaeee250113043a82c4d46b8f4723a5e7c249584fb4975f6f1fb3659cce6da51d140ff820 SHA512 38dd3ea58504b1d1ae1cf1b65d8e930ccbd5d788f8ec6ef90d987688d819fc4c3a1c000701cfe7b3de89e01f1edc446330e0943bc295d8ead877dad0dabbf62f
DIST bluecurrent-api-1.2.3.tar.gz 13378 BLAKE2B d31a306b7318c536ce9bc82aafce855e2a4961edddbe89a1a9c2ad74732ca02998e53efc0d8a8fd50670b2bac6eebb5b8fb3b8ac2a57084c0ae5719daac9d93e SHA512 9e2ef8175b3aa46261e97c52f4b8371e06ed5e883820a2e9ad11c4d7dd6354b5ec8c3512bf63017eaecd5429c5cf61732fe86bb3341055abc9379d929caa3ba7
EBUILD bluecurrent-api-1.0.6.ebuild 693 BLAKE2B f996d59b3281670108db52a5da695ca06d778b5ae7a95cad756c62231468e11ea98c957045f75d035a0441a45a14dfbbbdd84ecdb0b5294be9e09d46039efecb SHA512 72abcee9d4659a9f2bcd6c7b41b0fd564ff366ca9cbf40cef3f5c0ed7747e3f57e538b93c3b2cb935274e6fc99560d142f508e99efc0a251d231bda05a3468fe
EBUILD bluecurrent-api-1.2.3.ebuild 632 BLAKE2B 2e8516ce9e5f61985af2ea49d97c4c14baf9a6532fecb74b8be7b56f9773c80fd3cf665ae8b46e0f94b8f73674c2fc2982b728fd6c7e980ee0de13df87dd2b14 SHA512 8f7f21882afb9d4789355cb2d6b2979a29bc7c0c541bd1f9267dcc984db9a7b3528c68e49a8660ef019f376af3d0517a79f11fa215016d4dabe520d182b84f13
MISC metadata.xml 530 BLAKE2B 0128f225e8448064d09d7eb979ef6264f5bfb58446e49f6ba196bfdc0d2b3c7676107606d0c4b8ca4acdb09a5158a0cb011fc4fe01ef1f8941abd9117ef8d121 SHA512 3498bb250224738cff4289881c391e8e6ed1ee656b0ca666d0c9546abadfeb73bd72abcd1f1f2a05d968be842eb260491c0a5d6e3049dce8f50f23e4211bc1da

View File

@ -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..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# 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 wrapper for the Blue Current websocket api"
HOMEPAGE="https://github.com/bluecurrent/HomeAssistantAPI https://pypi.org/project/bluecurrent-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websockets-10.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2023.4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest