dev-python/seekpath - 2.2.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/seekpath-2.2.1

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

autounmask =dev-python/seekpath-2.2.1

Or alternatively:

emerge --autounmask-write -a =dev-python/seekpath-2.2.1

Package Information

Description:
Obtain and visualize k-vector coefficients and obtain band paths
Homepage:
https://seekpath.readthedocs.io/en/latest/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.2.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_USE_PEP517=flit
inherit distutils-r1 pypi

DESCRIPTION="Obtain and visualize k-vector coefficients and obtain band paths"
HOMEPAGE="https://seekpath.readthedocs.io/en/latest/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test mirror"

RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	>=sci-libs/spglib-1.14.1[python,${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	dev-python/scipy[]
	>=sci-libs/spglib-1.14.1[python,]

BDEPEND

	dev-python/numpy[]
	dev-python/scipy[]
	>=sci-libs/spglib-1.14.1[python,]