dev-python/pycognito: drop 2022.8.0, 2022.12.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:56:03 +01:00 committed by Andreas Billmeier
parent aed1e2ba05
commit 6de5cc7583
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 74 deletions

View File

@ -612,12 +612,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 1695 Ebuilds in total, 1684 of them have in total 1698 (40 different) licenses assigned.
There are 1693 Ebuilds in total, 1682 of them have in total 1696 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|972|
|Apache-2.0|365|
|Apache-2.0|363|
|BSD|99|
|GPL-3|98|
|GPL-2|27|

View File

@ -1,7 +1,3 @@
DIST pycognito-2022.12.0.tar.gz 27970 BLAKE2B 3cdaee5cce19232aa6d12ec59131c1fa2d061454072a08fe803b3481a25143e8d344bc81f3287f6ee6a0722099a3cb85c1b33d82ef8a8fd51a8c334c19c0bdf3 SHA512 6c5bdcd2c220d7fcffc50a041053fb84fac888f029f4a5a2f59f2c13434b7811ce6c53b3c884f55ede171121de76bd6107457382320acf9205f25e4d1718ffcd
DIST pycognito-2022.8.0.tar.gz 27761 BLAKE2B a3ee2e3888d91c2dc366bce7ac1e7fcdc30fcc08b1ccb3573dcc1aa73cfacd7b1f03c0f4cfa05be88f4bc78bf6e5330fcfc6f56fcaed034ef04ffcdefbb3afad SHA512 b17c2b4b76e0e7664c49ca80f920ca080d25e5b5c912a530b11afc63f023479d640eaa1e5cfd527dec8f3e71087cebc8be0b1cc052b01d7554987e22aaac3254
DIST pycognito-2023.5.0.tar.gz 27993 BLAKE2B 032f1483445db31962b0f54b2bc23fc96d5bde6f1741520dd23367690eb70266a2770e9d032269b3802e706246278f4657e3a85c7485b38023bf7a3729e229e5 SHA512 425ece1b23c55b46e4490db34d281623ff180012a383b1d00c2b62e6f4098d280d5a07baa70092c1b4dbe46b0c1a5324854114a4e9e2b0418b9acf3839a848ea
EBUILD pycognito-2022.12.0.ebuild 855 BLAKE2B f1c67b9547e2c0629570a5116269a13f921d91b2b6ba31dcb858bcce2f1a74279735e54692283e0e08e8d74edc4164e95956bbf3ae1886effa03bd0be9bf16bc SHA512 71fc5b9ab9f7c9a116d1c5776178ca15dd75bcc340d9225f8b8e69618eb5e28a7a22a20e0f8f1b7078a3232ffb7683411d4fd34bfcfaf9e1a4879c4f2af6c197
EBUILD pycognito-2022.8.0.ebuild 855 BLAKE2B f1c67b9547e2c0629570a5116269a13f921d91b2b6ba31dcb858bcce2f1a74279735e54692283e0e08e8d74edc4164e95956bbf3ae1886effa03bd0be9bf16bc SHA512 71fc5b9ab9f7c9a116d1c5776178ca15dd75bcc340d9225f8b8e69618eb5e28a7a22a20e0f8f1b7078a3232ffb7683411d4fd34bfcfaf9e1a4879c4f2af6c197
EBUILD pycognito-2023.5.0.ebuild 855 BLAKE2B f1c67b9547e2c0629570a5116269a13f921d91b2b6ba31dcb858bcce2f1a74279735e54692283e0e08e8d74edc4164e95956bbf3ae1886effa03bd0be9bf16bc SHA512 71fc5b9ab9f7c9a116d1c5776178ca15dd75bcc340d9225f8b8e69618eb5e28a7a22a20e0f8f1b7078a3232ffb7683411d4fd34bfcfaf9e1a4879c4f2af6c197
MISC metadata.xml 512 BLAKE2B 16b109df448d33eb8db61f0800d141601c515b7d02897e9540580127322d2704abaa3b1dea9ebd973e18ec16c5cdd5fc606cc08ace1fc733d677af2acd7248d9 SHA512 a60a8f90519d86174944efbe65e2ca7a35397996796d2fd6dd26053d9ca6a8cdad30fbd69192e547e50bb1c4ba51f0c586693b87ee506e79de831fd192913a73

View File

@ -1,34 +0,0 @@
# 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=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,34 +0,0 @@
# 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=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