bump aioesphomeapi-10.13.0

This commit is contained in:
Andreas Billmeier 2022-09-03 11:21:48 +02:00 committed by Andreas Billmeier
parent 8754bc40c1
commit 5a3bc9ac9a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 2 deletions

View File

@ -523,11 +523,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 1864 Ebuilds in total, 1857 of them have in total 1869 (35 different) licenses assigned.
There are 1865 Ebuilds in total, 1858 of them have in total 1870 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1129|
|MIT|1130|
|Apache-2.0|342|
|GPL-3|114|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST aioesphomeapi-10.10.0.tar.gz 48866 BLAKE2B 886434857b0a478d263581c4c2a6ec43ca0f5ce3a6bb6d479b397bb10c750726904890936ff31a9ebe715b8a67aca5ac5b732c049cb726e10b24cad36f74b990 SHA512 1699adc843c8b8196bd206fd207e04bc06aac051bf8a5cc7586cf2312a7bde3ab287d40ba7fac267ba8b62628befa25d5a08a9d9553992cdf04c19ddf9b89cc9
DIST aioesphomeapi-10.11.0.tar.gz 48863 BLAKE2B b7a6214436026904d21fabe6813917beecfb18d11ee600cbb8361cc54ec708bcfcad9d56a630290b13e7328fdf66382aa72541c589a1b160a811630a4afaf19a SHA512 e7cf81f31d498119cff8d69bab59c63a26f55f3292d7f1c913c8b4077f603a77dd0d0c1d0d75bcc65a9fe3b58e72dedfafded72090bf5cf0d801b97bfb99deea
DIST aioesphomeapi-10.13.0.tar.gz 49999 BLAKE2B d9f0bd9fe7e53ffd7ecd3e95da54c3863fad3b584fe6236c0dc35b0737cc929124f281ccaf1feda4de77afe5dc045bb5cbc242e84d9ff0d0ed7528d12de54e54 SHA512 379cd58997669e5c1ecb919cf1c92ede61be40fc5c348a2d33f0d2602445ed7dc1ac9d7101a157285522b80bfa3c87614acb0ecd9f9be7129f2037cc35fcb9b1
EBUILD aioesphomeapi-10.10.0.ebuild 996 BLAKE2B 42e555d03c568d5a9364775c434b615cf0057b110f08d3b82205de311046f6236c128aff7e4dffdcc979877684731d4222be0642fbafa029d650d0daf0e35ab8 SHA512 98759ce5f0bebb4ba37cd9e60d75c76a44927312d6f402107f291893bd5e9de0c5001f7cd393d160a085ff66824805687980835b06d06a01466bea01d51bf67f
EBUILD aioesphomeapi-10.11.0.ebuild 996 BLAKE2B 42e555d03c568d5a9364775c434b615cf0057b110f08d3b82205de311046f6236c128aff7e4dffdcc979877684731d4222be0642fbafa029d650d0daf0e35ab8 SHA512 98759ce5f0bebb4ba37cd9e60d75c76a44927312d6f402107f291893bd5e9de0c5001f7cd393d160a085ff66824805687980835b06d06a01466bea01d51bf67f
EBUILD aioesphomeapi-10.13.0.ebuild 996 BLAKE2B 42e555d03c568d5a9364775c434b615cf0057b110f08d3b82205de311046f6236c128aff7e4dffdcc979877684731d4222be0642fbafa029d650d0daf0e35ab8 SHA512 98759ce5f0bebb4ba37cd9e60d75c76a44927312d6f402107f291893bd5e9de0c5001f7cd393d160a085ff66824805687980835b06d06a01466bea01d51bf67f
MISC metadata.xml 457 BLAKE2B e6eb5bead5a46792167601a1c1b34399c75bbb20fb789bcf1d7974d52ce91c68d6b50213e899a51fc1193e6e4f6bed9d197debb6355baef1f06cc2f822fc071d SHA512 ac9de0a3e936d7b2baa3c2f57747492ead558d6068213d4728bd61642ac1e3884c5d19c817af1250e6b5e110b99e31435b1556381e8a8dc44f33c04faee4718d

View File

@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python API for interacting with ESPHome devices."
HOMEPAGE="https://github.com/esphome/aioesphomeapi https://esphome.io/ https://pypi.org/project/aioesphomeapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/protobuf-python-3.12.2[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.36.0[${PYTHON_USEDEP}]
>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest