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 517C213835B for ; Tue, 5 Jan 2021 07:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96480E085A; Tue, 5 Jan 2021 07:39:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 72483E085A for ; Tue, 5 Jan 2021 07:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 90BE8340EE5 for ; Tue, 5 Jan 2021 07:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA20F493 for ; Tue, 5 Jan 2021 07:39:06 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1609832312.ce21ee2b5d597e559c43e14b7ada07e760be6690.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/photutils/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/photutils/photutils-1.0.1.ebuild dev-python/photutils/photutils-9999.ebuild X-VCS-Directories: dev-python/photutils/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ce21ee2b5d597e559c43e14b7ada07e760be6690 X-VCS-Branch: master Date: Tue, 5 Jan 2021 07:39:06 +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: c13e6749-a53a-4c37-a77f-8e8521bdad4e X-Archives-Hash: 643c80bfeb85311a8a75767800568b50 commit: ce21ee2b5d597e559c43e14b7ada07e760be6690 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 4 11:56:52 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Jan 5 07:38:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce21ee2b dev-python/photutils: bump py targets, add keywords Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Horea Christian chymera.eu> dev-python/photutils/photutils-1.0.1.ebuild | 40 +++++++++++++++++++ dev-python/photutils/photutils-9999.ebuild | 60 ----------------------------- 2 files changed, 40 insertions(+), 60 deletions(-) diff --git a/dev-python/photutils/photutils-1.0.1.ebuild b/dev-python/photutils/photutils-1.0.1.ebuild new file mode 100644 index 000000000..ac34ff93a --- /dev/null +++ b/dev-python/photutils/photutils-1.0.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Affiliated package for image photometry utilities" +HOMEPAGE="https://github.com/astropy/photutils" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +#TODO: Package all these pytest deps: +# pytest-doctestplus>=0.2.0 +# pytest-remotedata>=0.3.1 +# pytest-openfiles>=0.3.1 +# pytest-astropy-header>=0.1.2 +# pytest-arraydiff>=0.1 +# pytest-filter-subpackage>=0.1 +RESTRICT="test" + +RDEPEND=" + >=dev-python/astropy-0.4[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest +# TODO: Fix this +# NameError: name 'disabled_intersphinx_mapping' is not defined +#distutils_enable_sphinx docs \ +# dev-python/sphinx-astropy \ +# dev-python/scipy \ +# dev-python/matplotlib \ +# sci-libs/scikit-learn \ +# sci-libs/scikit-image \ diff --git a/dev-python/photutils/photutils-9999.ebuild b/dev-python/photutils/photutils-9999.ebuild deleted file mode 100644 index 8fac6c6c9..000000000 --- a/dev-python/photutils/photutils-9999.ebuild +++ /dev/null @@ -1,60 +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 image photometry utilities" -HOMEPAGE="https://github.com/astropy/photutils" - -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/imageutils[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${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 -}