dev-python/pycognito: add 2024.2.

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-09 14:58:15 +01:00
parent 0c0078637c
commit 0fb40e9e13
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 6 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 1842 Ebuilds in total, 1831 of them have in total 1850 (42 different) licenses assigned.
There are 1844 Ebuilds in total, 1833 of them have in total 1852 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1047|
|Apache-2.0|416|
|GPL-3|120|
|Apache-2.0|417|
|GPL-3|121|
|BSD|103|
|LGPL-3|24|
|GPL-2|21|

View File

@ -1,3 +1,5 @@
DIST pycognito-2023.5.0.tar.gz 27993 BLAKE2B 032f1483445db31962b0f54b2bc23fc96d5bde6f1741520dd23367690eb70266a2770e9d032269b3802e706246278f4657e3a85c7485b38023bf7a3729e229e5 SHA512 425ece1b23c55b46e4490db34d281623ff180012a383b1d00c2b62e6f4098d280d5a07baa70092c1b4dbe46b0c1a5324854114a4e9e2b0418b9acf3839a848ea
EBUILD pycognito-2023.5.0.ebuild 855 BLAKE2B f1c67b9547e2c0629570a5116269a13f921d91b2b6ba31dcb858bcce2f1a74279735e54692283e0e08e8d74edc4164e95956bbf3ae1886effa03bd0be9bf16bc SHA512 71fc5b9ab9f7c9a116d1c5776178ca15dd75bcc340d9225f8b8e69618eb5e28a7a22a20e0f8f1b7078a3232ffb7683411d4fd34bfcfaf9e1a4879c4f2af6c197
DIST pycognito-2024.2.0.tar.gz 31067 BLAKE2B b7517eca73825311023d8388bcd9bd4160e6447fec40c9c50a3b76cc3a5a64d3262a8b99c4f9c6c4b6b4b4f98caa71417ec5ff7234addfe10e0eb1e4b2a84311 SHA512 75692f6608c881b78da2ba7a9177cf438d04d962091b66921fbc89609f980863d1958a4b22ee66ce0e6dedbc58f59017348219ab4024085b7db6ef94552f476d
EBUILD pycognito-2023.5.0.ebuild 855 BLAKE2B fa9854acd09baa133614e40eb59a5a3b731bcd65570633c9c9eecc61761b6e93f5f9ba62ea013af5a41478d03f3f3756f86409574d559645a5a616e2175186dc SHA512 3d667ba25c0d46e6ee845f4ff61bbc14fae6a4a6c7dbed783d1bfab9cd298e34a084e8304d0cdae86d1d3f5d9c17d468468c75f4d524dabbe43d11567156d8c5
EBUILD pycognito-2024.2.0.ebuild 747 BLAKE2B b96591fb9f261c3b1f0e35239df3f1c524358f5a359e54af066478befee33be90326d57a913e54fd73b50dae4c50ad0f012e217d463be13326eb8e81436e5424 SHA512 80e9adb4f4213addb7a78e4116ac94d24a5e9e579e1edf1948b71eaabc6e57bd176aa39a47b9dd8c6f07b712e9fa0db4b44b3138124e8835a11b190b90ce2a6b
MISC metadata.xml 512 BLAKE2B 16b109df448d33eb8db61f0800d141601c515b7d02897e9540580127322d2704abaa3b1dea9ebd973e18ec16c5cdd5fc606cc08ace1fc733d677af2acd7248d9 SHA512 a60a8f90519d86174944efbe65e2ca7a35397996796d2fd6dd26053d9ca6a8cdad30fbd69192e547e50bb1c4ba51f0c586693b87ee506e79de831fd192913a73

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=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support."
HOMEPAGE="https://github.com/pvizeli/pycognito https://pypi.org/project/pycognito/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/boto3-1.10.49[${PYTHON_USEDEP}]
>=dev-python/envs-1.3[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest