dev-python/blinkpy: add 0.22.3

Closes: #2378
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-10 18:39:29 +01:00 committed by Andreas Billmeier
parent 065208eeb6
commit bf1d31aa6f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 42 additions and 2 deletions

View File

@ -612,11 +612,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 1626 Ebuilds in total, 1615 of them have in total 1628 (40 different) licenses assigned.
There are 1627 Ebuilds in total, 1616 of them have in total 1629 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|946|
|MIT|947|
|Apache-2.0|330|
|GPL-3|96|
|BSD|94|

View File

@ -1,5 +1,7 @@
DIST blinkpy-0.21.0.gh.tar.gz 56164 BLAKE2B d4522821ea0b1535f775799fe7ab3ffd224f70b4773232d0fde862e1fe5d219dc69b54669979a28d8225abca01b51a1acabda3228808f07457915e8f1c30c89b SHA512 3a3a3360c4303025999e76acc47f0b39ccb3e3adb7de4d7534b055c160b4102f4d32d32cd7d946478d868f4301babc8cf58ed7fcad747d941bb1ff4d36746e84
DIST blinkpy-0.22.2.gh.tar.gz 64514 BLAKE2B 10d04eb9e86a8bc7a212acf5e5fee8953655a9be7030568e0b33ad157719a864d11d1780cfafc2abae6192da9262a558466512b9de4c2731bd8a9481995a7bd6 SHA512 b53bf2986f9c57428703736ac58b3a733557143ff33010a113fe5678ffca25aa50d151279b2782faaeb87c5097e5a7755e7712c8e0522943fd4f5f151f307330
DIST blinkpy-0.22.3.gh.tar.gz 64629 BLAKE2B 1bd37a41e3ec3de18b60315b464288b9e2efec510af3445b0e8f6fac0ce4ff7f0318babc145dd4f4e148206fd20b655dc82a66d9f8ce61eaa443a00e1070daa8 SHA512 8417366ec405e5db23ed320b2c9106be3154f3fb608196d04cc02dafe27abe5ae85812bdfb93bf291f7aa2946a8798e248b02ccf6300f40dc9fc2cb62195dfa9
EBUILD blinkpy-0.21.0-r1.ebuild 1052 BLAKE2B 3b9fc7fc5ae70131253655ab638237d03b87738f5e1a5c1e0d6f4924fb0bc64fbeb78f2a4d2938e629ec5398d2f29bd444ed47fea074e5488d57907bacbaa5d3 SHA512 ce10c2c017fbbaceb7612171caf498dd7ef1ed61b1a22359ddd46615c972e504537096e75d1356456d60a79b2de62d3bd04564b02f7c25ce1a699c2b304dd13a
EBUILD blinkpy-0.22.2.ebuild 1052 BLAKE2B 3b9fc7fc5ae70131253655ab638237d03b87738f5e1a5c1e0d6f4924fb0bc64fbeb78f2a4d2938e629ec5398d2f29bd444ed47fea074e5488d57907bacbaa5d3 SHA512 ce10c2c017fbbaceb7612171caf498dd7ef1ed61b1a22359ddd46615c972e504537096e75d1356456d60a79b2de62d3bd04564b02f7c25ce1a699c2b304dd13a
EBUILD blinkpy-0.22.3.ebuild 1052 BLAKE2B 751b61a274c97117b8193e1f93b2ddf41e744eb3a581e314094cf47e31c1ee5d8565da598f8cb596770004f85491750ad3e0a94adb71ef1accb03911cebf0cc3 SHA512 08f39da52569f7e52b325297bc355411bd8478b8c08dd08d3cf8caef9f62136c8a1ea28c31dbe2886a3b888c9302b3674fa6e76fbffd14d1482ab9b682583e34
MISC metadata.xml 511 BLAKE2B ed1830993199e1849fa7f2f5d439f7e94b0d8cb79a8e8af0dd886c186bcf820a28d03bf412a17aa97bb52568748fec8f6d7aa205399f1e07ebdb4ebad52de963 SHA512 f0aec584c1f7db016d9c0698543853c466c2732833dadb5935d8c6577ae27a55883ac618262c0d8fc527c4e287ba9f4e4f7ef46aced45572133c391b654a8968

View File

@ -0,0 +1,38 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A Blink camera Python library running on Python 3."
HOMEPAGE="https://github.com/fronzbot/blinkpy https://pypi.org/project/blinkpy/"
SRC_URI="https://github.com/fronzbot/blinkpy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
>=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
>=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]
>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]"
BDEPEND="
>=dev-python/testtools-2.4.0[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest