dev-python/pybase64 - 1.4.3 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/pybase64-1.4.3

Package Information

Description:
Fast Base64 implementation
Homepage:
https://github.com/mayeut/pybase64 https://pypi.org/project/pybase64
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.4.3 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools

PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi

DESCRIPTION="Fast Base64 implementation"
HOMEPAGE="https://github.com/mayeut/pybase64 https://pypi.org/project/pybase64"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

distutils_enable_sphinx doc \
	dev-python/furo

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pybase64 | euse -E <flag> -p dev-python/pybase64 | euse -D <flag> -p dev-python/pybase64

Global/Standard Flags

Inherited Eclasses