dev-python/pymatgen-io-validation - 0.1.3 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/pymatgen-io-validation-0.1.3

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

autounmask =dev-python/pymatgen-io-validation-0.1.3

Or alternatively:

emerge --autounmask-write -a =dev-python/pymatgen-io-validation-0.1.3

Package Information

Description:
Schema-validation helpers for pymatgen IO classes
Homepage:
https://github.com/materialsproject/pymatgen-io-validation/ https://pypi.org/project/pymatgen-io-validation/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 pypi

MY_PN="pymatgen_io_validation"
DESCRIPTION="Schema-validation helpers for pymatgen IO classes"
HOMEPAGE="
	https://github.com/materialsproject/pymatgen-io-validation/
	https://pypi.org/project/pymatgen-io-validation/
"
SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}" "${PV}")"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/pymatgen[${PYTHON_SINGLE_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		>=dev-python/pydantic-2.0.1[${PYTHON_USEDEP}]
		>=dev-python/pydantic-settings-2.0.0[${PYTHON_USEDEP}]
	')
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pymatgen[${PYTHON_SINGLE_USEDEP}]
	$(python_gen_cond_dep '
		dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/requests[${PYTHON_USEDEP}]
		>=dev-python/pydantic-2.0.1[${PYTHON_USEDEP}]
		>=dev-python/pydantic-settings-2.0.0[${PYTHON_USEDEP}]
	')