dev-python/aioambient: add 2024.1.0

Closes: #2746
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-11 18:15:55 +01:00
parent 5865414e35
commit b1af1486d1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 deletions

View File

@ -617,11 +617,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 1685 Ebuilds in total, 1674 of them have in total 1693 (42 different) licenses assigned.
There are 1686 Ebuilds in total, 1675 of them have in total 1694 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|959|
|MIT|960|
|Apache-2.0|368|
|GPL-3|113|
|BSD|95|

View File

@ -1,3 +1,5 @@
DIST aioambient-2023.4.0.tar.gz 10012 BLAKE2B 816f94dc5efa5f64b2ab7e8aa9c98b190a9c59fe2afe473defbd6c4a251c554f622191418368ccfcfc758112e85d57c02fd87605b987556b8ceada725069db7f SHA512 8cf8bb731fc244f611da18097a7402d0abd59460b5722cb3bef74c143e04b575c331ec83b1cd3f730da291acb6879bb5def178b35b6dbca032a4a1c4ccb8c301
EBUILD aioambient-2023.4.0.ebuild 949 BLAKE2B 67a2bb4c174743d184062dacdd8572d8665ea03087b5648566f04bf5ba85bfc465ef72814c6923d01e495b6dabbfc573cf1467f2375f76861b19c093c2b692ba SHA512 f812ca49820d2fd4ab7dc5dcb374e728cff4f416f016ac6ab1771e84de2b5fc61f4029348316f8d89139c5e12d6297737d2f6d72271d0ccd6c83095204cf6424
DIST aioambient-2024.1.0.tar.gz 13603 BLAKE2B 2bca82a6fd79e961f7f06f9ad5d1432ce6bb30cde71cda766d578515655b4d350a429c2000bdf1c4dcfbd514c9e899df49907627e943458b1e24b2eb45776d11 SHA512 8d070759ce991297a51efdb2cec3628a1bb0fa87a3869290e44d6ae29ba72b7d9e743370b9753ea28399cf9b68b8b25f731394189c10475345cdc7fbde45df24
EBUILD aioambient-2023.4.0.ebuild 949 BLAKE2B a9a8738459c9fbb16d1ebf0fa8a3f091148d85c295027242f61e2bd8124e9d3ff06ed43d36411b861673b5dc95bf19302007a7e10f3c6e0ffc09f6b086724844 SHA512 cbf860ae61cb0cf818f4b21d71c02279653d2ebf156356a8a3bcf1b0da14fd8763c2a5b33dcf90230962e668fe58b5457bceb045d2c5ff5e40a48ec9b080475e
EBUILD aioambient-2024.1.0.ebuild 963 BLAKE2B 1ed56bfd3c021d4e8211a7a078b0dbee577f35fbd82ccf28478d9e54ec3711144b327df7a2ad30d6e86a880fa1edaf123142900661015271782e4def6aa7ed78 SHA512 9bd93d25dcf69dbfcf4adf36d8172e40db57505863b5501cbeecf660933eba33a0a1394183154f4e4f4c65d88eaa50f436bf3f0d420c4f5d7df55b8c970fd570
MISC metadata.xml 512 BLAKE2B 136f189f1902c6f3db25b56c337e04b2d1762d81abc412f43c401335e94451774a45f54320b93a364c022152ad1d0bee0f660f2d849835bf3c208e09ce9b91d6 SHA512 f0cf09792864c9cd3f657be1a3d6812a8eeb149199fb16d54d83b118882e613f2319647ff8c147e353e0df96142fad6fcbe5b4ea42d3635de8efa80952a31860

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A clean, async-friendly library for the Ambient Weather API"
HOMEPAGE="https://github.com/bachya/aioambient/ https://pypi.org/project/aioambient/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/certifi-2023.7.22[${PYTHON_USEDEP}]
>=dev-python/python-socketio-4.6[${PYTHON_USEDEP}]
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
>=dev-python/websockets-11.0.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest