dev-python/euphonic - 1.6.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/euphonic-1.6.1

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

autounmask =dev-python/euphonic-1.6.1

Or alternatively:

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

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
1.6.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_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/packaging[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.10[${PYTHON_USEDEP}]
	>=dev-python/seekpath-2.2.1[${PYTHON_USEDEP}]
	>=sci-libs/spglib-2.1.0[python,${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}]
	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/packaging[]
	>=dev-python/numpy-1.24.0[]
	>=dev-python/scipy-1.10[]
	>=dev-python/seekpath-2.2.1[]
	>=sci-libs/spglib-2.1.0[python,]
	>=dev-python/pint-0.22[]
	>=dev-python/threadpoolctl-3.0.0[]
	>=dev-python/toolz-0.12.1[]
	matplotlib? ( >=dev-python/matplotlib-3.8.0[] )
	phonopy-reader? (
		>=dev-python/h5py-3.6.0[]
		>=dev-python/pyyaml-6.0[]
	)

RDEPEND

	dev-python/packaging[]
	>=dev-python/numpy-1.24.0[]
	>=dev-python/scipy-1.10[]
	>=dev-python/seekpath-2.2.1[]
	>=sci-libs/spglib-2.1.0[python,]
	>=dev-python/pint-0.22[]
	>=dev-python/threadpoolctl-3.0.0[]
	>=dev-python/toolz-0.12.1[]
	matplotlib? ( >=dev-python/matplotlib-3.8.0[] )
	phonopy-reader? (
		>=dev-python/h5py-3.6.0[]
		>=dev-python/pyyaml-6.0[]
	)