dev-python/pycognito: drop 2023.5.0, 2024.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-31 10:08:51 +02:00
parent 7d2cbe7c31
commit 5c6ece27ad
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 66 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 2395 Ebuilds in total, 2377 of them have in total 2416 (44 different) licenses assigned.
There are 2393 Ebuilds in total, 2375 of them have in total 2414 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1363|
|Apache-2.0|553|
|Apache-2.0|551|
|GPL-3|149|
|BSD|126|
|GPL-2|28|

View File

@ -1,7 +1,3 @@
DIST pycognito-2023.5.0.tar.gz 27993 BLAKE2B 032f1483445db31962b0f54b2bc23fc96d5bde6f1741520dd23367690eb70266a2770e9d032269b3802e706246278f4657e3a85c7485b38023bf7a3729e229e5 SHA512 425ece1b23c55b46e4490db34d281623ff180012a383b1d00c2b62e6f4098d280d5a07baa70092c1b4dbe46b0c1a5324854114a4e9e2b0418b9acf3839a848ea
DIST pycognito-2024.2.0.tar.gz 31067 BLAKE2B b7517eca73825311023d8388bcd9bd4160e6447fec40c9c50a3b76cc3a5a64d3262a8b99c4f9c6c4b6b4b4f98caa71417ec5ff7234addfe10e0eb1e4b2a84311 SHA512 75692f6608c881b78da2ba7a9177cf438d04d962091b66921fbc89609f980863d1958a4b22ee66ce0e6dedbc58f59017348219ab4024085b7db6ef94552f476d
DIST pycognito-2024.5.1.tar.gz 31182 BLAKE2B d33da439752a31759f3490aba45f8a0414485ca40a4d0fc1c90e4384eab48cac5e0a7b2254ac46a6feee87b78ee46aa29b5f94b375370340c5ca59d8563d91b2 SHA512 7407aae803cee6ecfbc0bb3b65c620be4979ef50a70a93de2e716ba563a414f77356f7bacfb96c50b7bd024d99637de8d098b1e6e566dac9b5315f34b65f5fc3
EBUILD pycognito-2023.5.0.ebuild 864 BLAKE2B ad1bab5054ae13be087efcb3551c92df77b7e7c87c8fc11b0eaff91c684a8b8a32a86aa7698065633a2d828094c4b81aeb6f9393a57110b172550a5d4625a0d9 SHA512 d679a33b4d7bf697b88f0e36b583e62cf2a7f8e04d4d9a548be053b99157c6508019ceddc9d376f86bfe413b9863f856c607661d680ab7cddc3c49b87c9904e5
EBUILD pycognito-2024.2.0.ebuild 756 BLAKE2B 8949a2583c8dcff12fcfd0c5f40774ee6285b41b3f162909b43cf39bd79b63426da82721839b572dd6729f50062b16870a17dc9921d3514c05c849db8ef5a973 SHA512 d23d61594c0e665dd2b627a77500e9f2cb4279ff22addc1a72a73ae005b1d12788bd7061e63654cacc294f8977e2b693acc787e148bb5f86e62653d6347c83ca
EBUILD pycognito-2024.5.1.ebuild 756 BLAKE2B 8949a2583c8dcff12fcfd0c5f40774ee6285b41b3f162909b43cf39bd79b63426da82721839b572dd6729f50062b16870a17dc9921d3514c05c849db8ef5a973 SHA512 d23d61594c0e665dd2b627a77500e9f2cb4279ff22addc1a72a73ae005b1d12788bd7061e63654cacc294f8977e2b693acc787e148bb5f86e62653d6347c83ca
MISC metadata.xml 512 BLAKE2B 16b109df448d33eb8db61f0800d141601c515b7d02897e9540580127322d2704abaa3b1dea9ebd973e18ec16c5cdd5fc606cc08ace1fc733d677af2acd7248d9 SHA512 a60a8f90519d86174944efbe65e2ca7a35397996796d2fd6dd26053d9ca6a8cdad30fbd69192e547e50bb1c4ba51f0c586693b87ee506e79de831fd192913a73

View File

@ -1,34 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
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/python-jose-3.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,26 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
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