Install this version:
emerge -a =dev-python/guiqwt-4.4.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/guiqwt-4.4.5
Or alternatively:
emerge --autounmask-write -a =dev-python/guiqwt-4.4.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.4.5 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Efficient 2D plotting Python library based on PythonQwt "
HOMEPAGE="https://pypi.python.org/pypi/guiqwt"
SRC_URI="https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/guidata[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/PythonQwt[${PYTHON_USEDEP}]
dev-python/qtpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
"
dev-python/cython[] dev-python/guidata[] dev-python/numpy[] dev-python/pillow[] dev-python/PythonQwt[] dev-python/qtpy[] dev-python/scipy[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | guiqwt-4.4.5.gh.tar.gz | 5427628 bytes | https://github.com/PlotPyStack/guiqwt/archive/refs/tags/v4.4.5.tar.gz |