dev-python/chacha20poly1305-reuseable: drop 0.0.4, 0.2.5
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
108285c7f0
commit
11f7ee6700
@ -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 1664 Ebuilds in total, 1653 of them have in total 1667 (40 different) licenses assigned.
|
||||
There are 1662 Ebuilds in total, 1651 of them have in total 1665 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|955|
|
||||
|Apache-2.0|358|
|
||||
|Apache-2.0|356|
|
||||
|GPL-3|96|
|
||||
|BSD|95|
|
||||
|GPL-2|27|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST chacha20poly1305-reuseable-0.0.4.tar.gz 10405 BLAKE2B d230c005198549de6ff70ad5f2da719b573c4cf98b05c79b4cc814fc33a8e0f9a10708d02dc4564c157ed9cb52db0b594ff06b4157d43ed06d01fdc2006226b7 SHA512 b7d9ff48132ec2c28f7d4b4717b8155aa9d556fa99ce4b0ef561189fbc09d6a052a2b52a1a1296e78eaa24c922f977fa2b3d23d238d95b228ddc0af1f6c4f5f7
|
||||
DIST chacha20poly1305-reuseable-0.2.5.gh.tar.gz 11478 BLAKE2B f742b22575930a94d9bc4ea9cda9c10007ef58bbfa6a92a2ce656bec03b49a39911f6ed9899f6b97c54997791c09370b8cba2be2b47c8b0d911bd8ed40d714f2 SHA512 f6c05b28b97041e5b16a982ba8f24928d7c0b0a5b5474598921d54acf43681036d128879928a55860df452fbc5eb60eb4a369322666cefe466045a2b5cd377d7
|
||||
DIST chacha20poly1305_reuseable-0.10.2.tar.gz 11706 BLAKE2B b7862d2b8de47e655d87e909e47e0c58573e3fdfe455d3e2b369f98eecf4c057de9afb695f6ddaecdc496c737927e24b89da2e2b397391a9f561a39967532cd3 SHA512 6952ce807cbc4d8255d65831eec6e013cf3be62d9ed91be8740cc6e6b1fd8ec0bb9e508ee77a48c711aedce0dff5de48a73ca28c998c4736d4a8aa26c85587af
|
||||
EBUILD chacha20poly1305-reuseable-0.0.4.ebuild 612 BLAKE2B 0f8e64cb4126a3c7098c9d3d5408e6a521106437728d9d1f1cb07d487d9ef10d998bb0783ee912d9486465abccb0a5e78ddb22ef49fa35f7110c3a1c21d75617 SHA512 357d0ea797e0afecbd55215b6964ccab3cc5339af2b54c48997f5b8a03fb61cc223f5d9f3111adcff57c2989b4a874ae9b1f56cdbb3da08e6a575d57a284caf1
|
||||
EBUILD chacha20poly1305-reuseable-0.10.2.ebuild 592 BLAKE2B 3a3c2e39187fbcf8392555423b5cd1c4dd7899b017a965039a6dfe6a6a5f4317f87ab68796b9edd76a35ba4ee42a077b1d25d4fe38166cc58928a3c815c5a3d9 SHA512 343c1fdc3833c0cfefae3cb08ee38c11218c7eeee128f673adfd11cc4704e86b2fa959beb9dd0d46c6e507cabed26884f7a8e6f7befbdd3862b67d98ac1b7ff1
|
||||
EBUILD chacha20poly1305-reuseable-0.2.5.ebuild 782 BLAKE2B d1b83d6ce222e5773b36fd54257ae0ef9495d94805a7212bd4941d275ed0893d227bf5f2bbb9175352b975f38dc81d8059169b1be9df9e47ed97b7e053eb519e SHA512 21bc5853005084e52b17535fac3ee0034544d2fe2f482e187be3c24fe42ee6e003e1e6e1dbbb1a55129a693d00c90cc1502a8ef5f87e1b159db7ed49832e92db
|
||||
MISC metadata.xml 543 BLAKE2B 805f0a78afc6090596bb853d3a4352fb7f1c1a30472718540fcfce9756096befd3b86b0d6cfef4c15132917e009c199b03a864f9205a65bc6e40ccb5d3af291d SHA512 fa7d9f07655c5e489154e211a20eb1a81d206cf20bbd7f2c7445c8b29ec70f55eff3d83c82a6e33a65b6dc91d5e6755d4d70479ec77359ba2cb170d92c63c13d
|
||||
|
@ -1,23 +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=poetry
|
||||
PYPI_NO_NORMALIZE=1
|
||||
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
|
@ -1,25 +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=poetry
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="ChaCha20Poly1305 that is reuseable for asyncio"
|
||||
HOMEPAGE="https://github.com/bdraco/chacha20poly1305-reuseable https://pypi.org/project/chacha20poly1305-reuseable/"
|
||||
SRC_URI="https://github.com/bdraco/chacha20poly1305-reuseable/releases/download/v${PV}/chacha20poly1305_reuseable-${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${P/-/_}"
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user