bump PyXiaomiGateway-0.14.1

This commit is contained in:
Andreas Billmeier 2022-10-06 09:15:29 +02:00 committed by Andreas Billmeier
parent d98e69aef7
commit cfda6eb00b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 6 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 1927 Ebuilds in total, 1920 of them have in total 1932 (35 different) licenses assigned.
There are 1928 Ebuilds in total, 1921 of them have in total 1933 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1161|
|MIT|1162|
|Apache-2.0|362|
|GPL-3|121|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST PyXiaomiGateway-0.13.4.tar.gz 5776 BLAKE2B 85347608fb63747ecad07a8f6b28e113566483a67ba36a504543190dd7136873b7ff7548dc7d8b6b780836f5dd1e8881986b3caaf7d7a2a9a7c499f4cbcbdc6c SHA512 b5b79adcd587a067fb1cd7d718f69892e79f58cabf8a7ecc42324f218dde049ff402db5ff2e2317a68aad5d4f55683c476442815adec5fee3b0e451ff64b250f
EBUILD PyXiaomiGateway-0.13.4.ebuild 776 BLAKE2B b26f867b76935cc0fab37d0844d3a20e349b16414c790d46106a713c5a557fd5cbfcc179059d45daf91301b839feb5053a25e672fbbe1770d7096e9bc041bd3f SHA512 26c3f04d23c8bf148437495583c8241bebad08ca1eef8f93a93353612402d3b120421cf507ff333f4f6d885a405b2a40aedadaf9f0060bfbd9d3064f9a3306d5
DIST PyXiaomiGateway-0.14.1.tar.gz 6363 BLAKE2B d9b654b25ad4a6f67a78ada6267477713056a01ca367a4d1a219646ed0578b42573c6e98494d4f82de33ba5596e30c152a190181f36e6d860d77a94e3ba6e85a SHA512 e06383be2cb0fd692746a6f8910b8c7f38943d32e1b498356d6d97cdc30e33f22fe1d2b82a6382212f48d73493f2c5a8c947c439eaa7f2cadee19da59e341118
EBUILD PyXiaomiGateway-0.13.4.ebuild 750 BLAKE2B 8065c7f6a73ceca95965fc63e8518ba93bb9ec18622d28d101ca275cd266f0be017e517ff521ac033349a54530b4365f78e905f7be95e79f1a1a9de303613e70 SHA512 8afb2026d85ad09cc62f4552fe3ea9f732069e6ad5b484f8d1cddd7462062a4ec5989e229ae14478b8b5dd61c5d3283f9f1bbb8cc85aac81881accf88410aa70
EBUILD PyXiaomiGateway-0.14.1.ebuild 781 BLAKE2B 77cde04b873dce78bb95c20c436cf8670d8e613b9314f807be11552efdcd30264c3199b1d7f53fed273539ed655316b84e36af07cbb893cd4e3c922616165e61 SHA512 fe45d001e056171e19a80e1ad2f8189f4b55293e68179f7f232cc786ec5b5ff5c188a42679f0eabc1a592ff2252a5e252139e5deb8a48db1e05788477163d6cb
MISC metadata.xml 334 BLAKE2B afcf4f73ebb32f30d61afecb4a8b89cec6e2f99fa73f5202dd09b7cafc9384ac224a7f59868fc2948486ba6dbbf9ed8456ce263bc25becfa1093c9d416d79a39 SHA512 02fa228a1c5eef82f18912790c11d8584544c91b880fecdbc8464aae2ca2976686452ad3e70c1a25de87a5e5e741a05ac7c9588f363f027e08d65a8ee970f887

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,35 @@
# 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="A library to communicate with the Xiaomi Gateway"
HOMEPAGE="https://github.com/Danielhiversen/PyXiaomiGateway/ https://pypi.org/project/PyXiaomiGateway/"
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/cryptography-2.1.1"
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
}
distutils_enable_tests pytest