dev-python/chacha20poly1305-reuseable: drop 0.10.2, 0.12.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-09 19:46:57 +02:00
parent 9c9497a65e
commit 61ca3d0cde
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 4 additions and 49 deletions

View File

@ -617,12 +617,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 1981 Ebuilds in total, 1970 of them have in total 1989 (42 different) licenses assigned.
There are 1979 Ebuilds in total, 1968 of them have in total 1987 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1119|
|Apache-2.0|451|
|Apache-2.0|449|
|GPL-3|129|
|BSD|112|
|LGPL-3|26|

View File

@ -1,7 +1,3 @@
DIST chacha20poly1305_reuseable-0.10.2.tar.gz 11706 BLAKE2B b7862d2b8de47e655d87e909e47e0c58573e3fdfe455d3e2b369f98eecf4c057de9afb695f6ddaecdc496c737927e24b89da2e2b397391a9f561a39967532cd3 SHA512 6952ce807cbc4d8255d65831eec6e013cf3be62d9ed91be8740cc6e6b1fd8ec0bb9e508ee77a48c711aedce0dff5de48a73ca28c998c4736d4a8aa26c85587af
DIST chacha20poly1305_reuseable-0.12.0.tar.gz 11684 BLAKE2B ce791e325f11cf65bcecaa25735632dd9cb6e11ee3e74049e0d1bb3d0992b12d19c80001082a2a6eb7d8302c5f020cebdd911bd387882bd7a45c8ba47be6444f SHA512 802a727d2112b2a971f38eab59aaa0ed8c3d9d8400baa9318dd71bb75543514e53eed66468dfbb9087491d319dc25ababffccc5d183e1111dcfa4702547f6575
DIST chacha20poly1305_reuseable-0.12.1.tar.gz 11579 BLAKE2B b364c5878c59d010d3b04b3a27fbee9e5fc2aebc046cf57068feb292bd8c3c5a8750c18dc793c3d2d7569ded5af5107f14d4623ac7e0c6f8f880fa0ea3dc4edb SHA512 a3578c2aeb8fca4ef85a931ab568be048d46ac43faaba73ea104c7e4019fac822298571f0b08caf1871978cdbd149a76ce1948325d95e626aee766850cfa070d
EBUILD chacha20poly1305-reuseable-0.10.2.ebuild 592 BLAKE2B a6d2c72409cf168b7784870adbc3b507068b10a4ddafea173c2e32e70c6246f33558235bae23d24c1207892514da7f92d48ac075849cd5b549727ad448910af8 SHA512 e16ce13569461a78981295caeb38bccabaef44ceca5ca4c766219fe2839699c86e087b36c9a1ca0748722f342c43150a744e1d111d35428a48dbd339d8a7f183
EBUILD chacha20poly1305-reuseable-0.12.0.ebuild 560 BLAKE2B ab441d339251e273ae2e14756a5ad529eb3d19113cd9e75f93ae997f07fd78f034feba3a06d84723aa898a830d17047a2b62d0b47571f892d36448b8fe41073a SHA512 bc4d9721d49cb3ef6795c913bdf5544fdeef36a2e4ee19c444e0c21a4b7f0eb5cc7ef1a2a0ab87c5be1e205e60ab5752b8f1e2d9ee8a264832992876150b61a5
EBUILD chacha20poly1305-reuseable-0.12.1.ebuild 560 BLAKE2B 4f6b5ea6fcea4826f8bc032310df80d0a74dc79d15bf66f73a8e2375a83120b69bf3a8f0917e0a82af0ace4c41f72f349bcc2921ec4a9819f655ca440453c674 SHA512 feae8324c26b62b0652aae4ba32a86aaca152404dcebd50383651d2e01c3ca553421d98270494fee3ea9f53956107190af8f5fd565b9b85fc1355a9ffd7832c7
EBUILD chacha20poly1305-reuseable-0.12.1.ebuild 560 BLAKE2B 80c1cd99c9301adacd1c8e7b5193922a9460ba0f356743d2a60f1f2748c575ea760fbbe8ec478bad5f61c10dd64926e8099e65804792a99cd4ae0af9f71edd57 SHA512 fe16917f07ca90fe1013a6fb9c5b9ba40ad4504002a8e295dca83134045fa1fcef93793eea926a042b2fffe94665ea56222cb57bb93cb322672cdb1a2ad75710
MISC metadata.xml 543 BLAKE2B 805f0a78afc6090596bb853d3a4352fb7f1c1a30472718540fcfce9756096befd3b86b0d6cfef4c15132917e009c199b03a864f9205a65bc6e40ccb5d3af291d SHA512 fa7d9f07655c5e489154e211a20eb1a81d206cf20bbd7f2c7445c8b29ec70f55eff3d83c82a6e33a65b6dc91d5e6755d4d70479ec77359ba2cb170d92c63c13d

View File

@ -1,22 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="ChaCha20Poly1305 that is reuseable for asyncio"
HOMEPAGE="https://github.com/bdraco/chacha20poly1305-reuseable https://pypi.org/project/chacha20poly1305-reuseable/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,19 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="ChaCha20Poly1305 that is reuseable for asyncio"
HOMEPAGE="https://github.com/bdraco/chacha20poly1305-reuseable https://pypi.org/project/chacha20poly1305-reuseable/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]"

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="ChaCha20Poly1305 that is reuseable for asyncio"