# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Package to generate and analyse distorted defect structures, in order to identify ground-state and metastable defect configurations."

HOMEPAGE="https://shakenbreak.readthedocs.io/en/latest/index.html"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/19/0f/223d1e312f6155913a5950a32cae39a35c2b847923f8c870c002837b4078/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="docs pdf tests"
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pymatgen[${PYTHON_USEDEP}]
	dev-python/pymatgen-analysis-defects[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/ase[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.1.0[${PYTHON_USEDEP}]
	dev-python/seaborn[${PYTHON_USEDEP}]
	dev-python/hiphive[${PYTHON_USEDEP}]
	dev-python/monty[${PYTHON_USEDEP}]
	>dev-python/click-8.0[${PYTHON_USEDEP}]
	dev-python/importlib-metadata[${PYTHON_USEDEP}]
	docs? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-click[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx_design[${PYTHON_USEDEP}] )
	pdf? ( dev-python/pycairo[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-7.1.3[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-mpl-0.15.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"