dev-python/pyvera: fix typo in 0.3.15

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-19 23:52:19 +01:00
parent 0760e3597f
commit c0c6ac9d69
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 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 2361 Ebuilds in total, 2347 of them have in total 2388 (43 different) licenses assigned.
There are 2362 Ebuilds in total, 2348 of them have in total 2390 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1338|
|Apache-2.0|562|
|MIT|1339|
|Apache-2.0|563|
|GPL-3|145|
|BSD|125|
|GPL-2|27|

View File

@ -1,5 +1,5 @@
DIST pyvera-0.3.13.tar.gz 24360 BLAKE2B cc2f3163dcf115a2add69b21fa60bc955539c7dde2fadcf73794cab49155d57b130dba5700c2a2c178b9eeee20e7de292e270bd8d36392ea7f6de1d030130052 SHA512 05039c95cf39ea967ffb6d6e02b1ac934f81bd24b778fbea04ed7ab4b4fefe983ab931b88a01147078a466ee6c24f111a3524136bb36a6cad5465391a5b63cc9
DIST pyvera-0.3.15.tar.gz 24882 BLAKE2B ac4d6481e70d9d127dceabce2e961243d364c2dbc937d6ed8cf7d27acba4198ff514612e26f996ec34791493cf4e83230c33172b57db42b220bd2f7a057333d1 SHA512 7c34ed5bf5e07ca59ae753089bc8edb37e7eeb0ae56ebb8b195357ba4446b70bb2f464610d65e2a5cba6cd83312016ec152d1b837a30f22e025453f12f599ceb
EBUILD pyvera-0.3.13.ebuild 717 BLAKE2B e211844b6afd88f62952618a6eb17f87d0e7f7ca5d6b459c156c10b9dc2273a36735352f0d10c51e9e71e133cd4ec3eb5c732ee33a715898270aecb5e41034d7 SHA512 1ebcd2e886f31a2029919f7b7bb87d5be7cb2575dce69d921916c465a99834db7e2ea2672849a8193bb7c54165442660bfd8dc5235262fd4db4f0192cf02cbe4
EBUILD pyvera-0.3.15.ebuild 539 BLAKE2B ac44946a9a443b6ab38bde60d0902d4fee0fd481976c3095b5e89dd77511049d6acfc80acca1892b5949d08827655e4ffc2a0e1822543dfef40cf47e080695ef SHA512 02b8e506b46e114cc3cbdb54d921739b941d3655c6032c3638bd2a967f1a8fda97e0c7ef9f609d88651ed0b19c9d750984bb51778e14c1ee1d4bdb7bd827ce51
EBUILD pyvera-0.3.15.ebuild 538 BLAKE2B cb80e97aa80bb57aaaecdd3c245aea795d69a0257e3c3ced085052eafa5a1905dd22e2a6727fff6872742ec27502710f34d7095112e0650677b6bc8e2be5c28e SHA512 0c248f2ede1a6b3e469ce688d25696df5dcbcef7baab692adfa3e360b1bf8662df462049783847bccb7841fab28209572a1a1c1b5f3ed7e8224553465612f676
MISC metadata.xml 380 BLAKE2B c1132def60b3f6887c5745375818de4bd9e1d201a3dd41699cb84270058ca61c17283ed6abce85202a480c2f05291d38f2c1d0f845e0f23e43ba45873e50f862 SHA512 c18a2f7043c9ab940a1c7eadc49d0414a4f8aa1b254d44e68288a0aeb5dfbcf05646591ff1c305d3fa70a58a8a7a9c4d90828e10add0362615b74590a9f02f74

View File

@ -17,6 +17,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"}
RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest