dev-python/pyatmo: bump pyatmo-7.1.1

This commit is contained in:
Andreas Billmeier 2022-10-09 22:58:24 +02:00 committed by Andreas Billmeier
parent 77c524e470
commit 679d8bd980
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 2 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 1934 Ebuilds in total, 1927 of them have in total 1939 (35 different) licenses assigned.
There are 1935 Ebuilds in total, 1928 of them have in total 1940 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1169|
|MIT|1170|
|Apache-2.0|363|
|GPL-3|119|
|BSD|106|

View File

@ -1,5 +1,7 @@
DIST pyatmo-6.2.4.tar.gz 95722 BLAKE2B d5ce12317a63eb757267a045956a68a006815c9ee69856f008707ba19613f9c6b1fc57c5a8b8c94dbd72728d54695cf1f01dfcdc5a1a42155948edb8e9987c77 SHA512 4520e33b79985be7a59e14139d8c63b1ab84e7501f985c039fbd00bab6238b254f5c40c35cff66e3c185744a4b11d955af5d320786e391e4ef40f99399ab909a
DIST pyatmo-7.1.0.tar.gz 123045 BLAKE2B c96e597377cfe7d41ae544ff1ad0e01fd792241711f3fc85d8f26db04b77275d62cabb2dc7d2d4f257b59170842d442f28c89c668a0d873e59daa94507f42810 SHA512 aab43f9a20a946d6f6525eaafa602816ced71967414cbb2bf2bcad450fa5abc39d4ba79b6fdf6351f23ab51b386065b215063d81e5be52ab6edc0402cb6d57a1
DIST pyatmo-7.1.1.tar.gz 123075 BLAKE2B 61c204aadc83a34dbb793a233f1529821de204ab62c4a84e3298891dc248e71e5de0adb004096b5786d4d07b7b04ddafe1cb7877dea41898ab67fb2f6dc6d5a4 SHA512 1760117d1148a373d92e46def3c29284b894e25e1c517c59b3ed8fb1d6c349db36862a9fa711115396cc2895a46a8ddfd24ef685af176ef6d0919f51daf8ce05
EBUILD pyatmo-6.2.4.ebuild 954 BLAKE2B 1a8f15e57b836bc5dd99215304d8d078d865e10bf8538a4ea4160549dd318fc877d70a3680e1889b72c13920c65a234b3e317378fcc9cfad4a167fd042ea957b SHA512 8a5512a21a6da674575075cf882f91e3ac2b1e7a000b2bc6e5995f9f4c759b29b5f746c8dbebef358fd0d7a59a64bdce1d8051fd9855f5eba904790285038f5f
EBUILD pyatmo-7.1.0.ebuild 986 BLAKE2B 9a527e4db6c324b16c854d61eec77791151d760fbfe9fc3ca8aebf983829cc9207d4bdd0478f30dc5d369767cff5368b8960bdc4ab303e1c2afdf8ee818dd1ce SHA512 7f6f91c368966ea80fe27baaaaa289f9f3ea2bff16320883ae2dc4482d54a29772cf11ba6f2c406f1b0724df5afd9b0ea8d83d17bdddf3f49f07e2aaa70b7d56
EBUILD pyatmo-7.1.1.ebuild 1017 BLAKE2B 5b02a0dd4b17a4e0cdf442bdee370139403a7c4166cb445dc28bc324c25fa52f8dbff211552dfee1c753cde12d903b81fcdcff7479cfd09fe7f4002dacc6e1aa SHA512 7764748d2840cc933f8e67b0e364c8627992a05eaec212f966c3cb9774092fb97b247c401a88ed215c39d66623b818c982fc8260aa02e95eb9035ce7b8c94e61
MISC metadata.xml 446 BLAKE2B 98e7586b190a2b7639fbb3411a9460ed39a46a0a98aa337994fade61ce7e30b0f66c7133b56882beb02b3a7bcd7ed9c940e5f61512b0837ba8e9fdecd01686ee SHA512 451b5032ad8d0694612405d9c719c98b467e8ea70c7749acc795b0d5230c1ddad6e20dcb014fe3518824a15b5eb2482abac1dacdaae14d960d5265b4885b1b7a

View File

@ -0,0 +1,39 @@
# 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/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest