dev-python/aioopenexchangerates: add 0.6.2

Closes: #3897
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:56:21 +02:00
parent 2ae06c4639
commit 6e7f2c72ac
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -606,12 +606,12 @@ 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 2088 Ebuilds in total, 2077 of them have in total 2104 (42 different) licenses assigned.
There are 2090 Ebuilds in total, 2079 of them have in total 2105 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1207|
|Apache-2.0|470|
|Apache-2.0|471|
|GPL-3|128|
|BSD|111|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aioopenexchangerates-0.4.0.tar.gz 10358 BLAKE2B e1be2834af935ebd1cb881eacc5ee510e7e4b7f1a9318387615db835ef11c5f417ec71f536f7c31634f1de94f57c3c31dd536cde7bed1ab6b62e4531d1d549b4 SHA512 852660cf3b1e0d2c15d0da9142daf99344e6c0b07f48a83089a06b41400fa6a9ef11a6ce1acc8699e2bd44d957895ceb146cf04a32526581f3d5fc6cc4d30a4f
EBUILD aioopenexchangerates-0.4.0.ebuild 731 BLAKE2B d8bb5f9bb7be2a4d61e0ddad3bc6e8fc11cedfb25b212e51091d3f0478ddc8604918a1c4046bd53a5e45105c52853d4763f040cd01c7b93449a0619f2756017e SHA512 18e1ee86f311156700151978cbc88093e981348a9f6bfbb145b5b8b33a6d72aa676f00ecfdcb653f889d5c961c05999cd16640c794fe5264241a9de5bff04877
DIST aioopenexchangerates-0.6.2.tar.gz 8583 BLAKE2B 5d1967b7f0810c59a053605f74677fa98a5296851e90335deb4db8bb4358e9750ee60146118799269e4494ceb6bd1c824d6c7809799c72faeb967cd8af518e78 SHA512 28338dda33ecebdd42a0cb30ef31477f544fa5448bfaae3ea9091d52dc69f8e8d230506dce0e2910055c52d6731bea537ddc3d7fd107cbc3657e3a3dda2e04d8
EBUILD aioopenexchangerates-0.4.0.ebuild 731 BLAKE2B 87093f29ad40e45de1f3dc5d37bf1ca3e3a25a7dc4bde6db582e14f0e3c9a1a21227beeb58afe47a3ed66f29382dbdb82c14fc0c563778d22ee6a6f0631698ec SHA512 f5b1b13f4fe196c285dd3c10ea185545d29076eea65c823ebd2f3c9278449c0c6e598f5a9332f049fb541014b9d2cc95610a89afc1d0c4daf57f6aa53ebdde79
EBUILD aioopenexchangerates-0.6.2.ebuild 633 BLAKE2B ac9e83c071265e016e3af26d8e0efbc20e5e30d6538e05a2aeda4962fe4fabfe4d5d13981470770767c3a93e9eb84dec739830193f989253364dcabe2a4b77be SHA512 59f6006cac2b3d79a17a953f7493692797634dd7024504ec536ccb6a6d35cde2abd036869648197f7e59c67acc96ae1d2f5a049caf215117f6607e8a2aacf824
MISC metadata.xml 543 BLAKE2B b2ec1fda0d78290c3855d9e77eb85256686641bb63d3517a24f2c0be57874152a7073fbe47cb30fde66697f310557bd2ca11c80cc4e5125b6cacabe00e2745bb SHA512 c0770b133b7f86ea5ff063964aa6c1b7409e03b997666c8d5bef4ff8637ac00d7b1384c131b0d7a668966b338cddd9e7e779748adc14216df621fc023cb30856

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Fetch rates from openexchangerates with aiohttp."

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Fetch rates from openexchangerates with aiohttp."
HOMEPAGE="https://github.com/MartinHjelmare/aioopenexchangerates https://pypi.org/project/aioopenexchangerates/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.13.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest