bump pyoverkiz-1.5.3

This commit is contained in:
Andreas Billmeier 2022-10-06 07:30:22 +02:00 committed by Andreas Billmeier
parent 8c58dee40b
commit 32474a59f3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 47 additions and 2 deletions

View File

@ -538,11 +538,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 1919 Ebuilds in total, 1912 of them have in total 1924 (35 different) licenses assigned.
There are 1920 Ebuilds in total, 1913 of them have in total 1925 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1154|
|MIT|1155|
|Apache-2.0|363|
|GPL-3|121|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST pyoverkiz-1.4.2.tar.gz 33148 BLAKE2B 8f6821bed26687f0d27ec2593873132da1816094d11afad3eaa23a5068a5e1b69edd50dcbf9997843054add1287ef4cb5e70160c344c97deabc0bd38171df90c SHA512 09962c490481e323f8c3abee1a84c7a8dce8cd9a3b7f31c64f7ed9106bbeb6af3cd989da346f460f39415ba218c71fa944e29c8d3d0aab120d62b7c876bc2624
DIST pyoverkiz-1.5.0.tar.gz 33420 BLAKE2B 633f7fb6f379d4c47eee146d8c75713077a6b6086e956e5397b839a627abe33225a8f8d3c80fb8f85b79d85d9772027c82cd6add701410f077125336afea6261 SHA512 8f28d67c106e9b65d4a272bf7b91e704cc1d34a2193fc780db58d15e1eb1d6521cdbe51c6124e1732c8bed20e06ebaf257cfa61b2c70436cf5ab8f30754cc55d
DIST pyoverkiz-1.5.3.tar.gz 33581 BLAKE2B 82336b973ffc25212695b92bf1c5e432884638f0f43949d26af1e0485f4631b3cdd2648389f82178ea7602a12b3aa592cfa726965926c59b8a2abab2272b5b1b SHA512 c8419443a7d4dee25943ce688f2e7312ec6b06e63534572d933dd4d20eed10be87f413d712d226d91f2994da8fb666d2a0e53d1baac26c6b5ac8d70401bb12c1
EBUILD pyoverkiz-1.4.2.ebuild 1144 BLAKE2B 7eee14b89bb264ae52f3ff74b993df38eeba55263fe177588991e7cb15e2598d09948b19b7b207885863f242c11aa015add709b4e009ef9022cc7f971de02f7a SHA512 a3cc9ff87509f6cf87bf66c3b4ce9d1ef10fc2492b8c61862d9c5392d91066bedd2b1e0b8992f2da7858c8bb6df8408c0f9a6ce45beccbd45d1bc051a5bbfc13
EBUILD pyoverkiz-1.5.0.ebuild 1172 BLAKE2B 39c379f3bb5037702d8172be4a2b48dea7f18c3b78417a7328d943dd49e6a4dc4d9c9ab8b42175952d1a32b19bc2f28d39a8f29f9d748bb47b41e497105de168 SHA512 3a22359ca801f8db25fd13e78b01003ad9e8aa4df161a22fceb289035d9a1f6aed943109420970816a683110b8776e13a9789f757a99f80a139d9a0ec864f132
EBUILD pyoverkiz-1.5.3.ebuild 1172 BLAKE2B 39c379f3bb5037702d8172be4a2b48dea7f18c3b78417a7328d943dd49e6a4dc4d9c9ab8b42175952d1a32b19bc2f28d39a8f29f9d748bb47b41e497105de168 SHA512 3a22359ca801f8db25fd13e78b01003ad9e8aa4df161a22fceb289035d9a1f6aed943109420970816a683110b8776e13a9789f757a99f80a139d9a0ec864f132
MISC metadata.xml 328 BLAKE2B c9d7e0ea1cecedbc6293de37b2423b3d0a0d51696cbe37bbe5cfc1e871e041cd33d5211ee62826fb66ca1745438ca9bf1d4f0f4fbc33fef4b4470a4fbdbc30a3 SHA512 64452547d075441f1de2da987998cb982da73f0c33eae5100959d0d631e9c47dfb02a1cdabbfef86aca80f810095437298bdfc0003759cfb3cd88e62cbdc19ee

View File

@ -0,0 +1,43 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma)."
HOMEPAGE="https://github.com/iMicknl/python-overkiz-api https://pypi.org/project/pyoverkiz/"
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.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
>=dev-python/pyhumps-3.0.2[${PYTHON_USEDEP}]
>=dev-python/backoff-1.10.0[${PYTHON_USEDEP}]
>=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
>=dev-python/boto3-1.18.59[${PYTHON_USEDEP}]
>=dev-python/warrant-lite-1.0.4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest