dev-python/euphonic - 2.0.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/euphonic-2.0.0

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

autounmask =dev-python/euphonic-2.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/euphonic-2.0.0

Package Information

Description:
Calculates phonon bandstructures and inelastic neutron scattering intensities
Homepage:
https://github.com/pace-neutrons/Euphonic
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0.0 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_SINGLE_IMPL=1
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
inherit distutils-r1 pypi

DESCRIPTION="Calculates phonon bandstructures and inelastic neutron scattering intensities"
HOMEPAGE="https://github.com/pace-neutrons/Euphonic"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="matplotlib phonopy-reader"

RDEPEND="
	>=dev-python/seekpath-2.2.1[${PYTHON_SINGLE_USEDEP}]
	$(python_gen_cond_dep '
		>=sci-libs/spglib-2.1.0[python,${PYTHON_USEDEP}]
		dev-python/packaging[${PYTHON_USEDEP}]
		>=dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
		>=dev-python/scipy-1.10[${PYTHON_USEDEP}]
		>=dev-python/pint-0.22[${PYTHON_USEDEP}]
		>=dev-python/threadpoolctl-3.0.0[${PYTHON_USEDEP}]
		>=dev-python/toolz-0.12.1[${PYTHON_USEDEP}]
		>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
		matplotlib? ( >=dev-python/matplotlib-3.8.0[${PYTHON_USEDEP}] )
		phonopy-reader? (
			>=dev-python/h5py-3.6.0[${PYTHON_USEDEP}]
			>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
		)
	')
"
DEPEND="${RDEPEND}"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/seekpath-2.2.1[${PYTHON_SINGLE_USEDEP}]
	$(python_gen_cond_dep '
		>=sci-libs/spglib-2.1.0[python,${PYTHON_USEDEP}]
		dev-python/packaging[${PYTHON_USEDEP}]
		>=dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
		>=dev-python/scipy-1.10[${PYTHON_USEDEP}]
		>=dev-python/pint-0.22[${PYTHON_USEDEP}]
		>=dev-python/threadpoolctl-3.0.0[${PYTHON_USEDEP}]
		>=dev-python/toolz-0.12.1[${PYTHON_USEDEP}]
		>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
		matplotlib? ( >=dev-python/matplotlib-3.8.0[${PYTHON_USEDEP}] )
		phonopy-reader? (
			>=dev-python/h5py-3.6.0[${PYTHON_USEDEP}]
			>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
		)
	')

RDEPEND

	>=dev-python/seekpath-2.2.1[${PYTHON_SINGLE_USEDEP}]
	$(python_gen_cond_dep '
		>=sci-libs/spglib-2.1.0[python,${PYTHON_USEDEP}]
		dev-python/packaging[${PYTHON_USEDEP}]
		>=dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
		>=dev-python/scipy-1.10[${PYTHON_USEDEP}]
		>=dev-python/pint-0.22[${PYTHON_USEDEP}]
		>=dev-python/threadpoolctl-3.0.0[${PYTHON_USEDEP}]
		>=dev-python/toolz-0.12.1[${PYTHON_USEDEP}]
		>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
		matplotlib? ( >=dev-python/matplotlib-3.8.0[${PYTHON_USEDEP}] )
		phonopy-reader? (
			>=dev-python/h5py-3.6.0[${PYTHON_USEDEP}]
			>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
		)
	')