bump simplisafe-python-2022.4.1

This commit is contained in:
Andreas Billmeier 2022-04-30 11:42:04 +02:00 committed by Andreas Billmeier
parent 5bccf9ebcd
commit 8d50952f0f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 45 additions and 2 deletions

View File

@ -506,11 +506,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 1689 Ebuilds in total, 1682 of them have in total 1688 (35 different) licenses assigned.
There are 1690 Ebuilds in total, 1683 of them have in total 1689 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1035|
|MIT|1036|
|Apache-2.0|298|
|GPL-3|106|
|BSD|88|

View File

@ -1,5 +1,7 @@
DIST simplisafe-python-2022.2.1.tar.gz 23357 BLAKE2B 7731533bbacc00f93092ae6876defd0346c1a695c60ad0f25c04bf78df422e0eb435830543e4df4b94f85dbe97f7e14ceb25ea93816d33dce71bc189eaf8d4a5 SHA512 1300fa9b06359a3293e270c2f423707586b0823cf95280d234fcabbc18bd503d903df61c3d7ea92a037dd78889eab86cf3dd41ef65881ec112d8a766c02db32f
DIST simplisafe-python-2022.3.0.tar.gz 23361 BLAKE2B 78fd095b096df9a8c6f5ba6fa2614fda18c85bfc585f3af1bc13c37a9f91b56a68c7e27d961e90633c1b47e65b2337256c4c4a66f5a40304ef2af389fef10813 SHA512 af7ace6b5c63f3b98622e38cce123bbb991c53a299e6678d0d395b430b605997b307728917f1feb148b9741d8ab310b6cbc193df32e79404c9b9043fc336c19e
DIST simplisafe-python-2022.4.1.tar.gz 24061 BLAKE2B 7ebb68d84dbacbd1084ac767eaa7e4ab74f869b652bf39aa1027cd5f7b664c164b40d2d64f32a170f4ca78d6f647b4b4fc7487c0bf31b2be05b8593c8718a5cb SHA512 93876cf67b9dcbfd886c74ef8012051404ac810020d146e2d28047a469c35b53a688ad5199c2299646793cdc23b30e0527d7127e0aef7c0fa5440e0364f02dfd
EBUILD simplisafe-python-2022.2.1.ebuild 1237 BLAKE2B 36246cd9fecc6f98f0837f246eabf56dd233f7c1640616f85ad5edd06e4570b8f56bbdc58b7f74da8825d0722e5d7e0e6d719a92ac51c8be14abfc3becb0d3f9 SHA512 bac1473bbc05c1e30711937a232dc5994838c0f64aadf452020b45f81b13184ad3fd7d5bdd81aef178dcd9f43b89af4dd27c1d6d06117c9025385691ba5ebdab
EBUILD simplisafe-python-2022.3.0.ebuild 1143 BLAKE2B 9123c474081fa0d4e5f0f3377a045a288e27b84877dd3776ebdf2084a6ff22a1ce74834c2c9bdd0c1c961a306ba5bb0245e8753b058ece01eab7fa212cc9b33a SHA512 e31be27de9f8ed75b853a529f629ad1752360285288805cc9f368a31e6cbf155eb2595cc7f814706dc2902c7b5343335076a6207279b9d6f2d5641a16950c61a
EBUILD simplisafe-python-2022.4.1.ebuild 1143 BLAKE2B 9123c474081fa0d4e5f0f3377a045a288e27b84877dd3776ebdf2084a6ff22a1ce74834c2c9bdd0c1c961a306ba5bb0245e8753b058ece01eab7fa212cc9b33a SHA512 e31be27de9f8ed75b853a529f629ad1752360285288805cc9f368a31e6cbf155eb2595cc7f814706dc2902c7b5343335076a6207279b9d6f2d5641a16950c61a
MISC metadata.xml 460 BLAKE2B 2b1ee497f05835d4310a427c78a87cfa43c367775a3a900519fcfdfb034a5ead492552353b006967f37be4bf9b291b9ae1fc19ed656ad5c27a399b4d1df905ac SHA512 c611e4d648ea6ff76b0df103fe9684f8d56cf8d3e15eafb90f036677a131b4019df4fb453512f8c3aef0ad196f0ebedffa2b3a282fa9c69e0bc505013b46a753

View File

@ -0,0 +1,41 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A Python3, async interface to the SimpliSafe API"
HOMEPAGE="https://github.com/bachya/simplisafe-python https://pypi.org/project/simplisafe-python/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/backoff-1.11.1[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
>=dev-python/websockets-8.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}