sci-visualization/veusz - 4.2.1 (gentoo)

Search

Install

Install this version:

emerge -a =sci-visualization/veusz-4.2.1

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

autounmask =sci-visualization/veusz-4.2.1

Or alternatively:

emerge --autounmask-write -a =sci-visualization/veusz-4.2.1

Package Information

Description:
Qt scientific plotting package with good Postscript output
Homepage:
https://veusz.github.io/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.2.1 8 ~amd64 ~x86 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_{11..14} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 qmake-utils virtualx xdg

DESCRIPTION="Qt scientific plotting package with good Postscript output"
HOMEPAGE="https://veusz.github.io/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${P}.tar.gz
	-> ${P}.gh.tar.gz"

S="${WORKDIR}"/${PN}-${P}

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus hdf5"

COMMON_DEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pyqt6[gui,printsupport,svg,widgets,${PYTHON_USEDEP}]
"
RDEPEND="${COMMON_DEPEND}
	dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
	hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
"
BDEPEND="${COMMON_DEPEND}
	dev-python/sip:5[${PYTHON_USEDEP}]
"

distutils_enable_sphinx Documents/manual-source \
	dev-python/alabaster

src_prepare() {
	distutils-r1_src_prepare
	xdg_environment_reset
}

python_compile() {
	distutils-r1_python_compile build_ext --qmake-exe=$(qt6_get_bindir)/qmake
}

python_test() {
	VIRTUALX_COMMAND="${EPYTHON}" \
		VEUSZ_RESOURCE_DIR="${S}" \
		virtx tests/runselftest.py
}

python_install() {
	distutils-r1_python_install
	# symlink the license, bug #341653
	rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
	mkdir -p "${D}/$(python_get_sitedir)" || die
	cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
	Please visit

	https://www.gnu.org/licenses/gpl-2.0.html

	for the full license text.
	EOF
}

python_install_all() {
	distutils-r1_python_install_all

	doicon icons/veusz.png
	domenu "${FILESDIR}"/veusz.desktop
	insinto /usr/share/mime/packages
	doins "${FILESDIR}"/veusz.xml
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-visualization/veusz | euse -E <flag> -p sci-visualization/veusz | euse -D <flag> -p sci-visualization/veusz

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

RDEPEND

	dev-python/numpy[]
	dev-python/pyqt6[gui,printsupport,svg,widgets,]

	dbus? ( dev-python/dbus-python[] )
	hdf5? ( dev-python/h5py[] )

BDEPEND

	dev-python/numpy[]
	dev-python/pyqt6[gui,printsupport,svg,widgets,]

	dev-python/sip:5[]

Manifest for 4.2.1

Type File Size Source URLs
DIST veusz-4.2.1.gh.tar.gz 3000398 bytes https://github.com/veusz/veusz/archive/refs/tags/veusz-4.2.1.tar.gz