Install this version:
emerge -a =dev-python/base58-2.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/base58-2.1.1
Or alternatively:
emerge --autounmask-write -a =dev-python/base58-2.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.1 | 8 | ~amd64 | 0 |
EAPI=8
PYTHON_COMPAT=( python3_{7..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Base58 and Base58Check implementation"
HOMEPAGE="https://github.com/keis/base58"
SRC_URI="https://github.com/keis/base58/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | base58-2.1.1.tar.gz | 6528 bytes | https://github.com/keis/base58/archive/refs/tags/v2.1.1.tar.gz |