dev-python/baseline - 1.2.1 (guru)

Search

Install

Install this version:

emerge -a =dev-python/baseline-1.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/baseline-1.2.1

Or alternatively:

emerge --autounmask-write -a =dev-python/baseline-1.2.1

Package Information

Description:
Easy string baseline
Homepage:
https://github.com/dmgass/baseline https://pypi.org/project/baseline/
License:
MIT

Ebuild Details

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

PYTHON_COMPAT=( python3_{12..14} python3_13t )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Easy string baseline"
HOMEPAGE="
	https://github.com/dmgass/baseline
	https://pypi.org/project/baseline/
"
SRC_URI="https://github.com/dmgass/baseline/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

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

PATCHES=(
	"${FILESDIR}/${P}-fix-setup.patch"
)

distutils_enable_tests unittest

Inherited Eclasses

Manifest for 1.2.1

Type File Size Source URLs
DIST baseline-1.2.1.gh.tar.gz 24519 bytes https://github.com/dmgass/baseline/archive/refs/tags/1.2.1.tar.gz