View Raw Ebuild
# 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="Simple interface to the Pickles 1998 stellar spectra catalogue."
HOMEPAGE="https://github.com/AstarVienna/Pyckles/"
LICENSE="GPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/80/d8/2c95ce239dffbf88019a1c40f70650d0b85fce45fc71a865be8f26b6e42d/pyckles-${REALVERSION}.tar.gz"
SOURCEFILE="pyckles-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="syn"
DEPENDENCIES="<dev-python/scipy-1.18.0[${PYTHON_USEDEP}]
dev-python/astropy[${PYTHON_USEDEP}]
<dev-python/pooch-2.0.0[${PYTHON_USEDEP}]
syn? ( dev-python/synphot[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"