dev-python/matplotlib-scalebar - 0.8.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/matplotlib-scalebar-0.8.1

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

autounmask =dev-python/matplotlib-scalebar-0.8.1

Or alternatively:

emerge --autounmask-write -a =dev-python/matplotlib-scalebar-0.8.1

Package Information

Description:
Artist for matplotlib to display a scale bar
Homepage:
https://github.com/ppinard/matplotlib-scalebar
License:
BSD

Ebuild Details

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

EAPI=8

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

MYPN="${PN/_/-}"
MYP="${MYPN}-${PV}"

DESCRIPTION="Artist for matplotlib to display a scale bar"
HOMEPAGE="https://github.com/ppinard/matplotlib-scalebar"
SRC_URI="$(pypi_sdist_url --no-normalize "${MYPN}" "${PV}")"
S=${WORKDIR}/${MYP}

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-python/matplotlib[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}
	test? ( dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
		dev-util/ruff
	)
"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-python/matplotlib[]

	test? ( dev-python/pytest[]
		dev-python/pytest-cov[]
		dev-util/ruff
	)

RDEPEND

	dev-python/matplotlib[]