dev-python/base58 - 2.1.1 (bitcoin)

Search

Install

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

Package Information

Description:
Base58 and Base58Check implementation compatible with what is used by the bitcoin network
Homepage:
https://github.com/keis/base58
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Base58 and Base58Check implementation compatible with what is used by the bitcoin network"
HOMEPAGE="https://github.com/keis/base58"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
PATCHES=(
	"${FILESDIR}"/2.1.1-test-no-benchmark.patch
)

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	test? (
		>=dev-python/pyhamcrest-2.0.2[${PYTHON_USEDEP}]
		>=dev-python/pytest-4.6[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

BDEPEND

	test? (
		>=dev-python/pyhamcrest-2.0.2[]
		>=dev-python/pytest-4.6[]
	)

Manifest for 2.1.1

Type File Size Source URLs
DIST base58-2.1.1.tar.gz 7678 bytes https://github.com/keis/base58/archive/v2.1.1.tar.gz