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 @@ + + + + + watermanpaint@posteo.net + Lucio Sauer + + + + https://github.com/LedgerHQ/ledgercomm/issues + https://github.com/LedgerHQ/ledgercomm/blob/master/CHANGELOG.md + LedgerHQ/ledgercomm + ledgercomm + +