dev-python/chacha20poly1305-reuseable: drop 0.0.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:08:35 +02:00 committed by Andreas Billmeier
parent 55dfa53f54
commit ff070f0d38
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 25 deletions

View File

@ -1,5 +1,3 @@
DIST chacha20poly1305-reuseable-0.0.3.tar.gz 10384 BLAKE2B e660de2177ddf674319ac997568fce841e0a9ebb24681cdc2de2da8d012a053bb3ec4fe0b7cddee1916b1c3714c6b981bf3f53a4e9d16ebb33b8e6a7f1ae6c81 SHA512 38ee8de955f16f60fca85ad6298e327a19eaef757b46544e6de731d441528c5437c18cfa4e5adc9c78f8f28c1094c434d877badceafc2e425238f7f6d1548617
DIST chacha20poly1305-reuseable-0.0.4.tar.gz 10405 BLAKE2B d230c005198549de6ff70ad5f2da719b573c4cf98b05c79b4cc814fc33a8e0f9a10708d02dc4564c157ed9cb52db0b594ff06b4157d43ed06d01fdc2006226b7 SHA512 b7d9ff48132ec2c28f7d4b4717b8155aa9d556fa99ce4b0ef561189fbc09d6a052a2b52a1a1296e78eaa24c922f977fa2b3d23d238d95b228ddc0af1f6c4f5f7
EBUILD chacha20poly1305-reuseable-0.0.3.ebuild 612 BLAKE2B 0f8e64cb4126a3c7098c9d3d5408e6a521106437728d9d1f1cb07d487d9ef10d998bb0783ee912d9486465abccb0a5e78ddb22ef49fa35f7110c3a1c21d75617 SHA512 357d0ea797e0afecbd55215b6964ccab3cc5339af2b54c48997f5b8a03fb61cc223f5d9f3111adcff57c2989b4a874ae9b1f56cdbb3da08e6a575d57a284caf1
EBUILD chacha20poly1305-reuseable-0.0.4.ebuild 612 BLAKE2B 0f8e64cb4126a3c7098c9d3d5408e6a521106437728d9d1f1cb07d487d9ef10d998bb0783ee912d9486465abccb0a5e78ddb22ef49fa35f7110c3a1c21d75617 SHA512 357d0ea797e0afecbd55215b6964ccab3cc5339af2b54c48997f5b8a03fb61cc223f5d9f3111adcff57c2989b4a874ae9b1f56cdbb3da08e6a575d57a284caf1
MISC metadata.xml 543 BLAKE2B 805f0a78afc6090596bb853d3a4352fb7f1c1a30472718540fcfce9756096befd3b86b0d6cfef4c15132917e009c199b03a864f9205a65bc6e40ccb5d3af291d SHA512 fa7d9f07655c5e489154e211a20eb1a81d206cf20bbd7f2c7445c8b29ec70f55eff3d83c82a6e33a65b6dc91d5e6755d4d70479ec77359ba2cb170d92c63c13d

View File

@ -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