From a057cebe63fc9a539ad4fc00664def64d9d9ef8c Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 10 Feb 2023 13:13:01 +0100 Subject: dev-python/specutils: add 1.9.1, drop 1.1.1 Signed-off-by: Andrew Ammerlaan --- dev-python/specutils/specutils-1.9.1.ebuild | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 dev-python/specutils/specutils-1.9.1.ebuild (limited to 'dev-python/specutils/specutils-1.9.1.ebuild') diff --git a/dev-python/specutils/specutils-1.9.1.ebuild b/dev-python/specutils/specutils-1.9.1.ebuild new file mode 100644 index 000000000..c77a1078d --- /dev/null +++ b/dev-python/specutils/specutils-1.9.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Package for spectroscopic astronomical data" +HOMEPAGE="https://github.com/astropy/specutils" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Requires access to the internet +RESTRICT="test" + +RDEPEND=" + dev-python/asdf[${PYTHON_USEDEP}] + >=dev-python/astropy-4.0[${PYTHON_USEDEP}] + dev-python/astropy-helpers[${PYTHON_USEDEP}] + dev-python/gwcs[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] +" + +# Bug: https://bugs.gentoo.org/703778 +#distutils_enable_sphinx docs dev-python/sphinx-astropy +distutils_enable_tests pytest + +python_prepare_all() { + # do not depend on pytest-datafiles + sed -i -e '/addopts =/d' setup.cfg || die + + distutils-r1_python_prepare_all +} -- cgit v1.2.3-65-gdbad