commit: 4a7c8e7203054c008acd70a40849359e64b2e57a
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan 4 21:50:30 2026 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jan 4 21:58:47 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a7c8e72
dev-python/ledgercomm: new package, add 1.2.1
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/ledgercomm/Manifest | 1 +
dev-python/ledgercomm/ledgercomm-1.2.1.ebuild | 28 +++++++++++++++++++++++++++
dev-python/ledgercomm/metadata.xml | 15 ++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/ledgercomm/Manifest b/dev-python/ledgercomm/Manifest
new file mode 100644
index 0000000000..e7985c97ba
--- /dev/null
+++ b/dev-python/ledgercomm/Manifest
@@ -0,0 +1 @@
+DIST ledgercomm-1.2.1.tar.gz 14245 BLAKE2B
31618b7d3038f0544f5a9e256cd94b0a9d7af2f8edde14cd0231e2fd0b804b295811c161a88c911a9aa68d1f0f3b72f46a3c166e3427cd19bf7307897938d967
SHA512
271fd90d8e67929e2bdcdccbd68287c6ab39e25adbbfafb3d0f706af4d00376298b8cbd4c594a5019f89b2a6f2a165b9456629b924590471fe44c463eeac113e
diff --git a/dev-python/ledgercomm/ledgercomm-1.2.1.ebuild
b/dev-python/ledgercomm/ledgercomm-1.2.1.ebuild
new file mode 100644
index 0000000000..263fd9285e
--- /dev/null
+++ b/dev-python/ledgercomm/ledgercomm-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Library to communicate with Ledger Nano S/X and Speculos"
+HOMEPAGE="
+ https://pypi.org/project/ledgercomm/
+ https://github.com/LedgerHQ/ledgercomm
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+# This package has no runtime tests
+RESTRICT="test"
+
+RDEPEND="dev-python/hidapi[${PYTHON_USEDEP}]"
+
+python_install_all() {
+ local -x DOCS=( CHANGELOG.md README.md )
+ distutils-r1_python_install_all
+}
diff --git a/dev-python/ledgercomm/metadata.xml
b/dev-python/ledgercomm/metadata.xml
new file mode 100644
index 0000000000..087c6eba40
--- /dev/null
+++ b/dev-python/ledgercomm/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Lucio Sauer</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <bugs-to>https://github.com/LedgerHQ/ledgercomm/issues</bugs-to>
+
<changelog>https://github.com/LedgerHQ/ledgercomm/blob/master/CHANGELOG.md</changelog>
+ <remote-id type="github">LedgerHQ/ledgercomm</remote-id>
+ <remote-id type="pypi">ledgercomm</remote-id>
+ </upstream>
+</pkgmetadata>