From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/badkeys/
Date: Thu, 02 Jan 2025 20:07:48 +0000 (UTC) [thread overview]
Message-ID: <1735848450.9ed93941dba1f7e7a7eb9eade388535fbcd3926a.hanno@gentoo> (raw)
commit: 9ed93941dba1f7e7a7eb9eade388535fbcd3926a
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 20:07:30 2025 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 20:07:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed93941
app-crypt/badkeys: support python 3.13
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
app-crypt/badkeys/badkeys-0.0.12-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-crypt/badkeys/badkeys-0.0.12-r1.ebuild b/app-crypt/badkeys/badkeys-0.0.12-r1.ebuild
new file mode 100644
index 000000000000..aa253f0c359e
--- /dev/null
+++ b/app-crypt/badkeys/badkeys-0.0.12-r1.ebuild
@@ -0,0 +1,26 @@
+# 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
next reply other threads:[~2025-01-02 20:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 20:07 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:24 [gentoo-commits] repo/gentoo:master commit in: app-crypt/badkeys/ Hanno Böck
2025-01-07 16:09 Hanno Böck
2024-09-15 12:06 Hanno Böck
2024-06-16 11:39 Hanno Böck
2024-05-13 7:51 Hanno Böck
2024-05-11 19:56 Hanno Böck
2024-05-03 8:41 Hanno Böck
2024-04-27 11:52 Hanno Böck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1735848450.9ed93941dba1f7e7a7eb9eade388535fbcd3926a.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox