Install this version:
emerge -a =dev-python/shamir-mnemonic-0.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/shamir-mnemonic-0.3.0
Or alternatively:
emerge --autounmask-write -a =dev-python/shamir-mnemonic-0.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..15} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="SLIP-39 Shamir Mnemonics"
HOMEPAGE="https://github.com/trezor/python-shamir-mnemonic"
MY_PN="python-shamir-mnemonic"
SRC_URI="https://github.com/trezor/python-shamir-mnemonic/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cli"
RDEPEND="
cli? ( =dev-python/click-8*[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest
#python_test() {
# eunittest -s tests
#}
Manage flags for this package:
euse -i <flag> -p dev-python/shamir-mnemonic |
euse -E <flag> -p dev-python/shamir-mnemonic |
euse -D <flag> -p dev-python/shamir-mnemonic
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | shamir-mnemonic-0.3.0.gh.tar.gz | 29375 bytes | https://github.com/trezor/python-shamir-mnemonic/archive/v0.3.0.tar.gz |