bump pywilight-0.0.74

This commit is contained in:
Andreas Billmeier 2022-09-03 18:57:45 +02:00 committed by Andreas Billmeier
parent d631e1a1b6
commit 3c2c15b605
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 42 additions and 6 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|1130|
|MIT|1131|
|Apache-2.0|346|
|GPL-3|113|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST pywilight-0.0.70.tar.gz 25800 BLAKE2B 6ab9e3858140f0cdb67e4d833e6933c6a77806b40adae27fe8ad50f37bc94953f8f1ede9364968653655a2193fdb2b481ad9f4a35e3bfbc182233f0de0a88bfc SHA512 0c27b239790b803d0e3cbfd8d2e5027902d4e1dcccdbc886deea36275f98761f06f18d34ff2d07c465378b7cd02b1d15160a71ac450d7c2cb2e2476fecbf62f0
EBUILD pywilight-0.0.70.ebuild 797 BLAKE2B ddbdd0610db04ef04753c5f5eaecfe6e4ac38e04a26e61f6482d8b9649a47b5b6086689ce80ccb40c6618aa44cda3b8884ce44a6827d9a96b00ddf9d74a8918f SHA512 7166a783e5fb9a15d7150cf979a033d54e6863db328fd296a46e54cc71e5f159c6a515e3df7455d133563aeff8983d1de880b22ecb5f65bd47340a6fb02b079a
DIST pywilight-0.0.74.tar.gz 26147 BLAKE2B b0165ee85c80baa80fb273fa765587dc59b4e94effafc12cf33a683366f95aa37546625ed675ebe127e0aebaa6e946d9117c671d2918e54717d99b9753fc1c31 SHA512 cd2c4fcd4ced8140ab0da785bb64fc97eeda3dcf51d1ca43ac16053bf1510f1dbfa4614ac8f2cd91f247dc32db8696fa03f24bd429b1f39062942ee91ddb87f2
EBUILD pywilight-0.0.70.ebuild 767 BLAKE2B 2577457478ef39398331a7b8060ed491796f63a583b764417309b65cb6fc63b42d960c041ef4b230b30b4fc60c23ec2ff3846213288ecebef7e07cc67f3cac39 SHA512 fdf78cb0c4b0bdbc7222beba4f65a0a85cc5bf3e82e3b7a276305319d1687bec798ec74e589dfbacdff36c5b5723b6db43c6e07db42c8ba193708d7569e1cab2
EBUILD pywilight-0.0.74.ebuild 767 BLAKE2B 2577457478ef39398331a7b8060ed491796f63a583b764417309b65cb6fc63b42d960c041ef4b230b30b4fc60c23ec2ff3846213288ecebef7e07cc67f3cac39 SHA512 fdf78cb0c4b0bdbc7222beba4f65a0a85cc5bf3e82e3b7a276305319d1687bec798ec74e589dfbacdff36c5b5723b6db43c6e07db42c8ba193708d7569e1cab2
MISC metadata.xml 457 BLAKE2B 20a865d88bd3542995b0a32ccd9046fc5b80a8055d49a54153c81943cc5021be1036f287806ec99e010d9cc0540ad4041b947c445e5fd0b502a6d2c9a36093bd SHA512 34ce6d0e05d6025b774d9a843517e12fd63089fb91ed207683f7f192e9f690318ddf6affb5559fd104b9849434cf15c175b33c63836364273b70f395c6e707c9

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,34 @@
# Copyright 1999-2021 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 WiLight in Home Assistant"
HOMEPAGE="https://github.com/leofig-rj/pywilight https://pypi.org/project/pywilight/"
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/requests[${PYTHON_USEDEP}]
dev-python/ifaddr[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}