dev-python/pydiscovergy: add 3.0.0, drop 2.0.3

Closes: #2962
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 16:55:54 +01:00
parent c64e578b76
commit ee7a927f27
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 17 additions and 11 deletions

View File

@ -617,13 +617,13 @@ 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 1852 Ebuilds in total, 1841 of them have in total 1860 (42 different) licenses assigned.
There are 1853 Ebuilds in total, 1842 of them have in total 1861 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1050|
|Apache-2.0|421|
|GPL-3|122|
|GPL-3|123|
|BSD|103|
|LGPL-3|24|
|GPL-2|21|

View File

@ -1,5 +1,5 @@
DIST pydiscovergy-2.0.3.tar.gz 7007 BLAKE2B a9339d250344a2890809566c956559db8adfc5f7352e0fe4c636c1d656d0c8d1df07dbd1766552eba14b643a01ff2c9671b1b6e3688bbe39545b231df05c0a63 SHA512 71401ff9218fff17b0951ec7760af8592928af4cc57b6c57a77650e02fb4a74824bd08827694cf9e3a1406f0eee345564b9418762bfef8965e425dd5fb2eb8ea
DIST pydiscovergy-2.0.5.tar.gz 7106 BLAKE2B afb3b2c1ffee0d7f1690bf9e11caba062fb602932e3dde9ba4aa2c1e85f6564600be4ea5b15640104fb34211afefda6ebe2bed477ec71d2c311ceb4a18121a02 SHA512 a15087eb831b692c2ad8a2287dad19ba5acdbae7df4bcdc542c33c4d94bf8b20d427275daf2d7efd1542f21fea8b953c2495631fe7792b2f4f16387e09708d77
EBUILD pydiscovergy-2.0.3.ebuild 777 BLAKE2B 02d6ecd8daec227a709839b4350f88929833070252c6e3453670548849162018053fcc4caf7ee7ed6eb8fa4c2ed734804238403e64e552f96240f1a2bad34c10 SHA512 7bbde09b18f58632051c0882da14c102b58369de7ae56cef1317e3d6596db3fcc957483bcbfcae6656450b7c8362db72fcdd0022291e62681c356b720cc454c8
EBUILD pydiscovergy-2.0.5.ebuild 909 BLAKE2B 7dccd95bd850dd5204c97ce189922ef29dc25260fe81bfcc2a7ce0ac85206e7ef0a296b090d5bfd3b0cba4a5af7f71f6f157c928a6654c64bd848d2b2279d541 SHA512 b0f7797a20a4a90a43545afcd914ed1b6c651fc229fcf056ed9f93e8682bd5ebf61b16c6573a7ba15dc6e682adbcdb80e39d6723dcfa797924856d8601d92fea
DIST pydiscovergy-3.0.0.tar.gz 11508 BLAKE2B 496a579929fcdaa401150de1e08512a211dc6d3868a4d175ac6a0192694997ca7909abaee8d0a7acc53a599f4345625d58ee3c00d82058cba25363faf78667e1 SHA512 9863aba2f8a11f0bdffd75634112d0857aed1f7a019bb90f5f810566e8bd4c1fa05e278bf63a1922d68d457fe01015b8fde587d3003b0b7a309ed81e10d06026
EBUILD pydiscovergy-2.0.5.ebuild 909 BLAKE2B 801f1a6823b8f608bdac2ac5c729fb254913ad675be3ccd16ffc1178aae15f5463e46e00130b78c5222a723d4013e16b52775a1dd5d450399c9262d72f57a56f SHA512 b435b327a34bdc2cac576242def3eec80e6db9ce34b720c667243b02a1935fecedc1502d847b25906b01fd2d6bbc249354a99439e27fcf72fd4ab3d873610995
EBUILD pydiscovergy-3.0.0.ebuild 1038 BLAKE2B 3a14bb711f56c80418cce75cd31fd1d089ebf56d1541c06175c4847e49f45879cd3fbff2cde9949f199d2a2e4aed2dcadf9e41d369bcfe1e1af319e997c149da SHA512 32ec1f34d423d7a12d3a3e855747a9248d80ff7890a2844ae92ef910d6ea8d6409dc953ba522812fdd2272c05044b4ce9ecc2b51803a3a30c740e9ed11c7df72
MISC metadata.xml 524 BLAKE2B 594797e79f925b6433d4286f8124b678f9a6775eea66c2f50ed0bf363e8496460c04414bc0b74fd79a9f8cb4ed5850ea302e646864e13ff6f56155abfaef0177 SHA512 5a7f1eda63bdd18ca94281c21e72bc13b6b6360d752c35574003b976d415093dfb8e68668c4584c2064f5068a5f50e03c1115005484df60a828f75e51d7981b7

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..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

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..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
@ -20,11 +20,17 @@ DOCS="README.md"
RDEPEND=">=dev-python/Authlib-0.15[${PYTHON_USEDEP}]
>=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
>=dev-python/marshmallow-3.19.0[${PYTHON_USEDEP}]
>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]"
>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]
>=dev-python/marshmallow-3.19.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-httpx[${PYTHON_USEDEP}]
dev-python/respx[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest