dev-python/pyatmo: add 7.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-30 16:50:17 +01:00 committed by Andreas Billmeier
parent 7491cbffe5
commit 7a0684644d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 2 deletions

View File

@ -548,11 +548,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 1481 Ebuilds in total, 1474 of them have in total 1483 (34 different) licenses assigned.
There are 1482 Ebuilds in total, 1475 of them have in total 1484 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|864|
|MIT|865|
|Apache-2.0|299|
|GPL-3|93|
|BSD|87|

View File

@ -1,5 +1,7 @@
DIST pyatmo-6.2.4.tar.gz 95722 BLAKE2B d5ce12317a63eb757267a045956a68a006815c9ee69856f008707ba19613f9c6b1fc57c5a8b8c94dbd72728d54695cf1f01dfcdc5a1a42155948edb8e9987c77 SHA512 4520e33b79985be7a59e14139d8c63b1ab84e7501f985c039fbd00bab6238b254f5c40c35cff66e3c185744a4b11d955af5d320786e391e4ef40f99399ab909a
DIST pyatmo-7.1.1.tar.gz 123075 BLAKE2B 61c204aadc83a34dbb793a233f1529821de204ab62c4a84e3298891dc248e71e5de0adb004096b5786d4d07b7b04ddafe1cb7877dea41898ab67fb2f6dc6d5a4 SHA512 1760117d1148a373d92e46def3c29284b894e25e1c517c59b3ed8fb1d6c349db36862a9fa711115396cc2895a46a8ddfd24ef685af176ef6d0919f51daf8ce05
DIST pyatmo-7.2.0.tar.gz 126649 BLAKE2B daba9c83a10a5bd36bff105bc45c7ece275b4819e617d23cccfea179930e23c5134fc02af6a550f9114efb0ac118ca2a220105726c4470cc8d02cfa574d505e1 SHA512 c060b207e531db5e0032bdd9912780208b73643b293e5c8462ad00be009bbdb5c72c16ae85cce6c1efc074ad230a07396435440994a44de0552d3e36434e6c75
EBUILD pyatmo-6.2.4.ebuild 890 BLAKE2B a9f14031f82731bebc89acee9b4320c7d447381fed6feae9e142ab89d3fc9a4de6aa2b4530f5f4bbeca8f977e8656da1dcbeee81fe3079d7f05f24ec91d569c4 SHA512 940b08e06c91eab67d375d849cf383e1d59ad94598f6fdce880cbd2a17c6ce39812a30dbfefee060b4c8aef1902eec1bf71641336a74ce28729cd87c8df216ee
EBUILD pyatmo-7.1.1.ebuild 953 BLAKE2B 2a5df1529d0438a6cc8b2ac49b2f3339d6243e059ce748ec007f82caffad143cd59f68d56cc022a33902ac8581fad9cfafc2a365d067b98feff3adf4f2024b6a SHA512 a614667ba378f10715b087a62c30940a9019d2931587a05c039e5cbc5f3673ecb24a1707f289893c3aad64407ec64c5b6bc1d5a2d55a5e02e1030b03f326a366
EBUILD pyatmo-7.2.0.ebuild 953 BLAKE2B 2a5df1529d0438a6cc8b2ac49b2f3339d6243e059ce748ec007f82caffad143cd59f68d56cc022a33902ac8581fad9cfafc2a365d067b98feff3adf4f2024b6a SHA512 a614667ba378f10715b087a62c30940a9019d2931587a05c039e5cbc5f3673ecb24a1707f289893c3aad64407ec64c5b6bc1d5a2d55a5e02e1030b03f326a366
MISC metadata.xml 446 BLAKE2B 98e7586b190a2b7639fbb3411a9460ed39a46a0a98aa337994fade61ce7e30b0f66c7133b56882beb02b3a7bcd7ed9c940e5f61512b0837ba8e9fdecd01686ee SHA512 451b5032ad8d0694612405d9c719c98b467e8ea70c7749acc795b0d5230c1ddad6e20dcb014fe3518824a15b5eb2482abac1dacdaae14d960d5265b4885b1b7a

View File

@ -0,0 +1,37 @@
# 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=setuptools
inherit distutils-r1
DESCRIPTION="Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)"
HOMEPAGE="https://github.com/jabesq/pyatmo https://pypi.org/project/pyatmo/"
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.7.4_p0[${PYTHON_USEDEP}]
>=dev-python/oauthlib-3.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.24[${PYTHON_USEDEP}]
>=dev-python/requests-oauthlib-1.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest