dev-python/odp-amsterdam: add 6.0.0

Closes: #2443
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 10:10:44 +01:00 committed by Andreas Billmeier
parent 9d688290a3
commit 38e020fc75
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 additions and 2 deletions

View File

@ -612,11 +612,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 1673 Ebuilds in total, 1662 of them have in total 1683 (43 different) licenses assigned.
There are 1674 Ebuilds in total, 1663 of them have in total 1684 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|979|
|MIT|980|
|Apache-2.0|349|
|BSD|96|
|GPL-3|95|

View File

@ -1,5 +1,7 @@
DIST odp_amsterdam-5.1.0.tar.gz 12907 BLAKE2B 683c0d636379e754f0b9f720878f7aae5fe53453bd3b73f0744dec011157e9f4338c07a654218f36259377acb6921022f45ba87aff779c935f862bfd5db99b68 SHA512 7ebdeb88f95b1898e2cf224557cf50718e72a231fcb8627825a4b93610d798ce77cb4700295ae1e364c7f00844385d64432abb796c38a9056ac1566a826fd5eb
DIST odp_amsterdam-5.3.1.tar.gz 13232 BLAKE2B 9d8695fe5a398f370be03612a68261efb62985abf2736a8152d97321e3d1dfe098a5cf4ccf20c38bc20e07b9ae8cede3fa5a17384a671f5080892e5cb23bbd4a SHA512 7e158040a9dcdf09add0d6bc2726b11c0ee4adf2fbb04e928ae4ad0e6c20945569e733e798be617d9de2f1d9b8420cac18b63e0e030eb99dd47412597ece1f03
DIST odp_amsterdam-6.0.0.tar.gz 13244 BLAKE2B 31acf2848a34b5722b59bcbe50b891bd1b0b56179d29d4222a1fc7c55e1b45903b56a4d34d112676ac22842a585ae8d02fce6be573b1bf967496e3dc1a6ec89a SHA512 9282d59abc50465a119da0c14cae06568c6a335e8ce1af175c8cb20c11b30a25841382fa7e214ad942adfb2247341fd349689419cf39df1a8e1aab9c3de08f0e
EBUILD odp-amsterdam-5.1.0.ebuild 825 BLAKE2B a14cbab6a12fcd18b42abfc93ec06c964f6fec7ada9e0dd71f8d46590302c2ec4d8834d64ec337c66899377606a944a864922d87af0e98827aac430b43a2ebca SHA512 e5ca235d991cdece8f00711f570977cd858ee0fa3677ebb5f0aa1d9adf783465f5d85af67456baadeffb1fcf24ca426f2935dc1a95ae009560ba4e7a9d7daf1a
EBUILD odp-amsterdam-5.3.1.ebuild 869 BLAKE2B 79c675bf72c4d2750e8f00dc85ebdaf596946bd7ad6c8075c83ec840bfe7cddeef39e17b72f6eec73ff8258cf99eeccc920f367dc422a10836641a771d0169fe SHA512 a8260b16bba602cc5232b45da3ea4b8493cf2e1ae4c7f482b07b68d1b777ac0ec0620fb512e9ecde27621a96369cc862788a72f1051b7f5f19d7553299b51d1c
EBUILD odp-amsterdam-6.0.0.ebuild 869 BLAKE2B 79c675bf72c4d2750e8f00dc85ebdaf596946bd7ad6c8075c83ec840bfe7cddeef39e17b72f6eec73ff8258cf99eeccc920f367dc422a10836641a771d0169fe SHA512 a8260b16bba602cc5232b45da3ea4b8493cf2e1ae4c7f482b07b68d1b777ac0ec0620fb512e9ecde27621a96369cc862788a72f1051b7f5f19d7553299b51d1c
MISC metadata.xml 541 BLAKE2B e9ca0536b1ff96b36252a99d29545832440dec1ce285a60c014cf1cdd70be7973f407edab1cd2d54c5ad739dc963549aedcf0f14ceca8f75a9d23f7f43d340c1 SHA512 1ba10efdfbf2692e46097c19067e2ca1a5f1142f7310009365cfc5ae11d880fac672156c7477444f17b26e2aaea82bd558c136c4092290fd97a0f4341d51cb5c

View File

@ -0,0 +1,32 @@
# Copyright 1999-2023 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="Asynchronous Python client providing Open Data information of Amsterdam"
HOMEPAGE="https://github.com/klaasnicolaas/python-odp-amsterdam https://pypi.org/project/odp-amsterdam/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest