From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 158E313835A for ; Thu, 14 Jan 2021 21:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500FCE082D; Thu, 14 Jan 2021 21:19:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B536E082D for ; Thu, 14 Jan 2021 21:19:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1BAD340E8C for ; Thu, 14 Jan 2021 21:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 589F2498 for ; Thu, 14 Jan 2021 21:19:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610659171.af310e85ff9cff3853902d61fe8afd2446c507a4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/specutils/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/specutils/specutils-1.1.1.ebuild dev-python/specutils/specutils-9999.ebuild X-VCS-Directories: dev-python/specutils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: af310e85ff9cff3853902d61fe8afd2446c507a4 X-VCS-Branch: master Date: Thu, 14 Jan 2021 21:19:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c886cc52-f637-451e-83d0-19521a09e769 X-Archives-Hash: 5843c037dedff90594fb6d845d65b809 commit: af310e85ff9cff3853902d61fe8afd2446c507a4 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Jan 14 21:19:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Jan 14 21:19:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=af310e85 dev-python/specutils: bump python targets, add new deps Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/specutils/specutils-1.1.1.ebuild | 39 +++++++++++++++++++ dev-python/specutils/specutils-9999.ebuild | 58 ----------------------------- 2 files changed, 39 insertions(+), 58 deletions(-) diff --git a/dev-python/specutils/specutils-1.1.1.ebuild b/dev-python/specutils/specutils-1.1.1.ebuild new file mode 100644 index 000000000..24f1d3118 --- /dev/null +++ b/dev-python/specutils/specutils-1.1.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Package for spectroscopic astronomical data" +HOMEPAGE="https://github.com/astropy/specutils" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +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 +} diff --git a/dev-python/specutils/specutils-9999.ebuild b/dev-python/specutils/specutils-9999.ebuild deleted file mode 100644 index e91b20477..000000000 --- a/dev-python/specutils/specutils-9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit distutils-r1 - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/astropy/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Affiliated package for 1D spectral operations" -HOMEPAGE="https://github.com/astropy/specutils" - -LICENSE="BSD" -SLOT="0" -IUSE="doc" -DOCS=( README.rst ) - -RDEPEND=" - >=dev-python/astropy-0.4[${PYTHON_USEDEP}] - dev-python/astropy-helpers[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND}" - -python_prepare_all() { - distutils-r1_python_prepare_all - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed" -} - -python_compile_all() { - if use doc; then - python_export_best - VARTEXFONTS="${T}"/fonts \ - MPLCONFIGDIR="${BUILD_DIR}" \ - PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx - fi -} - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}" || die - "${EPYTHON}" -c "import ${PN}, sys;r = ${PN}.test(verbose=True);sys.exit(r)" \ - || die "tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}