Install this version:
emerge -a =dev-python/pyqt6-charts-6.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pyqt6-charts-6.11.0
Or alternatively:
emerge --autounmask-write -a =dev-python/pyqt6-charts-6.11.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.11.0 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
QT_PV=$(ver_cut 1-2):6
DESCRIPTION="Python bindings for QtChart"
HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtchart/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
RDEPEND="
>=dev-python/pyqt6-${QT_PV%:*}[gui,opengl,widgets,${PYTHON_USEDEP}]
>=dev-qt/qtbase-${QT_PV}[gui,opengl,widgets]
>=dev-qt/qtcharts-${QT_PV}
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-python/pyqt-builder-1.19[${PYTHON_USEDEP}]
>=dev-python/sip-6.15[${PYTHON_USEDEP}]
>=dev-qt/qtbase-${QT_PV}
"
src_prepare() {
default
# hack: PyQt-builder runs qmake without our arguments and calls g++
# or clang++ depending on what qtbase was built with, not used for
# building but fails with -native-symlinks
mkdir "${T}"/cxx || die
local cxx
! cxx=$(type -P "${CHOST}"-g++) || ln -s -- "${cxx}" "${T}"/cxx/g++ || die
! cxx=$(type -P "${CHOST}"-clang++) || ln -s -- "${cxx}" "${T}"/cxx/clang++ || die
PATH=${T}/cxx:${PATH}
}
python_configure_all() {
append-cxxflags -std=c++17 # for old gcc / clang that use <17 (bug #892331)
append-cxxflags ${CPPFLAGS} # respect CPPFLAGS notably for DISTUTILS_EXT=1
DISTUTILS_ARGS=(
--jobs="$(makeopts_jobs)"
--qmake="$(qt6_get_bindir)"/qmake
--qmake-setting="$(qt6_get_qmake_args)"
--verbose
$(usev debug '--debug --qml-debug --tracing')
)
}
Manage flags for this package:
euse -i <flag> -p dev-python/pyqt6-charts |
euse -E <flag> -p dev-python/pyqt6-charts |
euse -D <flag> -p dev-python/pyqt6-charts
>=dev-python/pyqt6-$(ver_cut[gui,opengl,widgets,] >=dev-qt/qtbase-$(ver_cut[gui,opengl,widgets] >=dev-qt/qtcharts-$(ver_cut
>=dev-python/pyqt6-$(ver_cut[gui,opengl,widgets,] >=dev-qt/qtbase-$(ver_cut[gui,opengl,widgets] >=dev-qt/qtcharts-$(ver_cut
>=dev-python/pyqt-builder-1.19[] >=dev-python/sip-6.15[] >=dev-qt/qtbase-$(ver_cut