app-crypt/badkeys: drop 0.0.12-r1, 0.0.13

Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
Hanno Böck 2025-11-07 12:47:45 +01:00
parent ba164fafdf
commit a226351fc4
No known key found for this signature in database
GPG Key ID: 96CD307160FECA9C
3 changed files with 0 additions and 54 deletions

View File

@ -1,3 +1 @@
DIST badkeys-0.0.12.tar.gz 374956 BLAKE2B 4d9670d12bccb72e3ce3cc686967c58602da559da4cbf2157576f5122c3064059def1154b2c7bda1bc6f9e13f8dc8a1cd341917610ffb36e0bf10616c614d955 SHA512 b76dd0b6cd10b4136d83d8b2e44adc8b8fb7d4ef7ae78ec404826283de2410356c3abecaac8c1434e181b8ccd0b77b6ae1dd5eaf568be15c8124868c25027e96
DIST badkeys-0.0.13.tar.gz 376612 BLAKE2B 78c12941f38c74b2acbc192e8db20978d9aa26f80e278b253c4e57173642f06b461b5efe2ded006387323d9a883558fabebbd7386c05f662ad1022ebfc6384cc SHA512 33f6f8625e6b97c9523e34e4cc25e0ab50873c62a6830be7d248035d2ff6be947fcce33b862a944bba45f10638fe659c50b0778bf4d545fcb0f93149d46b8add
DIST badkeys-0.0.14.tar.gz 379740 BLAKE2B d27322c4f927436f1cc2894c36fd9961ec44fbe9c43813a025488b19ea3d93d0aa2fb64814fda5fa1f951a4eae7e3f2919c7f68f10114acfb01546549d77f6ce SHA512 f954ba32126722115b04fee8a143b1d1188c929c2085f6fb2728b85052756c701d92f5ade25e7ebdab0729b5eba8ef74ec5a1bd8f83cfd5e1affd33ff3ec4017

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=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Check cryptographic keys for known weaknesses"
HOMEPAGE="https://badkeys.info/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="dkim ssh"
DEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/gmpy2[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dkim? ( dev-python/dnspython[${PYTHON_USEDEP}] )
ssh? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
# TODO: add optional binary-file-search dependency once
# it is packaged.
DOCS=( README.md )
distutils_enable_tests unittest

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=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Check cryptographic keys for known weaknesses"
HOMEPAGE="https://badkeys.info/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="dkim ssh"
DEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/gmpy2[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dkim? ( dev-python/dnspython[${PYTHON_USEDEP}] )
ssh? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
# TODO: add optional binary-file-search dependency once
# it is packaged.
DOCS=( README.md )
distutils_enable_tests unittest