dev-python/switchbot-api: add 2.2.1

Closes: #3768
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 21:49:04 +02:00
parent d519ef8ea9
commit 41ef6fbb6f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 25 additions and 2 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 2063 Ebuilds in total, 2052 of them have in total 2080 (42 different) licenses assigned.
There are 2064 Ebuilds in total, 2053 of them have in total 2081 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1193|
|MIT|1194|
|Apache-2.0|465|
|GPL-3|126|
|BSD|111|

View File

@ -1,5 +1,7 @@
DIST switchbot_api-2.0.0.tar.gz 4340 BLAKE2B 795ad712c8cab8c725b69830548755b9013c3a5d4fdb73faf89809714f13e2055b209a8ac972e42d40e6a7998ba2135fd261caf14108a0d39a2ffc77093c66c5 SHA512 bbaca43ab63466bf886e9c1604a322fd678a3e7ff8d0e2e611c9b5b5c61ea2f0a41ff02ec775a3197c8684951a70ad5c3b4ee9717deb21d00070a7854cf9f901
DIST switchbot_api-2.1.0.tar.gz 4368 BLAKE2B 40b0b8687bd7c990e4ebddbb696dedf7e4d2434cf50d07d715a8af9a7fdd1b3b0aedd73ff874a6600028a2d820124e33606dd2a4a6de1b09cea0fcf60711f786 SHA512 303b3b24e5ed7d0afbb552ee5cf1e0df1354577f2efe126827ef262a57d01fc431def80ca9146a1bc11287c0c28c63024f2a483eb7962dc76381960d04ce14a2
DIST switchbot_api-2.2.1.tar.gz 4415 BLAKE2B c5be1a033df25e49923aa77a4735d98776052aaf5ca21ec3ff6011a0b9b5f868c4076eac53d33afc37b6ad4d7e10098272574149888d6778583544e9c6345519 SHA512 960802de283af06483cb950b82ee1615d749eefde300a83061edc7abbc1c77cc61c9e23f868fe38bc4e7880e7da9f9d8df5ca1291cdac8d0a72cfb0d5f3ed03c
EBUILD switchbot-api-2.0.0.ebuild 558 BLAKE2B 36d8fc1e122f2eea9563d5c8ea7c1cf85ab68d1c86a51df61a3b8a8c1320b55cd35fe6df0ac6ea33c360e5ba588e29200804dba5097522bcd2bc99da70f83322 SHA512 0aed1f60cdb4e910c73ad3b0b68790a8eca58bab7c5d43cb2fdc819c3d53feb02a6927360ae12d9d926155098f1f8914866ddf0e8a8d09446c19e200f27aaa25
EBUILD switchbot-api-2.1.0.ebuild 558 BLAKE2B 36d8fc1e122f2eea9563d5c8ea7c1cf85ab68d1c86a51df61a3b8a8c1320b55cd35fe6df0ac6ea33c360e5ba588e29200804dba5097522bcd2bc99da70f83322 SHA512 0aed1f60cdb4e910c73ad3b0b68790a8eca58bab7c5d43cb2fdc819c3d53feb02a6927360ae12d9d926155098f1f8914866ddf0e8a8d09446c19e200f27aaa25
EBUILD switchbot-api-2.2.1.ebuild 559 BLAKE2B 75fccadadb3152afe2419efecc126650de63e9af3a37da0e5323ae67efb62c0a4a138934cbb609bb48f4261cb5c18a642047107bd6288ae538b3e8e1ae5b3cec SHA512 df770a14bf88c9f6a4329bf72cbcc7c50f7793d7ee88f4fe1a709d5a89159002fbc9469f9bd2e0f8b5bc79a3846e0a01ee40c1d125a44bb9d9a6bb8009431325
MISC metadata.xml 537 BLAKE2B 2195eb69d989cfdbbfe400fc8b430b0668ca17ee37b1ae7e4509facf4569ac5c200096431b8380853d82ac70cc263afaeb8c19426f1add86b13574a3803ed515 SHA512 2bf5eedd52052c2b65c24b8cd675547982f981afbf9f0668c24cfd385e6722c4c220dd01c9aab4ecb9933a8079cc25432eb441fda7d8fa20aaf1781e4996cf6f

View File

@ -0,0 +1,21 @@
# 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="An asynchronous library to use Switchbot API"
HOMEPAGE="https://github.com/SeraphicCorp/py-switchbot-api https://pypi.org/project/switchbot-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest