summaryrefslogtreecommitdiff
path: root/app-crypt/badkeys/badkeys-0.0.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/badkeys/badkeys-0.0.8.ebuild')
-rw-r--r--app-crypt/badkeys/badkeys-0.0.8.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-crypt/badkeys/badkeys-0.0.8.ebuild b/app-crypt/badkeys/badkeys-0.0.8.ebuild
deleted file mode 100644
index 23685efb377b..000000000000
--- a/app-crypt/badkeys/badkeys-0.0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
-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="ssh"
-
-DEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/gmpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- ssh? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
-# TODO: add optional binary-file-search dependency once
-# it is packaged.
-DOCS=( README.md )
-
-distutils_enable_tests unittest