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 515DC13835A 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 78FAAE085B; Tue, 5 Jan 2021 07:39:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 61F58E085B 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 78AE3340ED9 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 B0B89490 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.c27b34e5bd4b04406a21c1d963783e9a78caf3a8.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy-helpers/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/astropy-helpers/astropy-helpers-3.2.2.ebuild dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild dev-python/astropy-helpers/astropy-helpers-9999.ebuild X-VCS-Directories: dev-python/astropy-helpers/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: c27b34e5bd4b04406a21c1d963783e9a78caf3a8 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: bf772a85-2f78-4a89-9487-a9d9ae384ad6 X-Archives-Hash: 0ccd07aac1b38715b65b9eb582587390 commit: c27b34e5bd4b04406a21c1d963783e9a78caf3a8 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 4 11:19:38 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=c27b34e5 dev-python/astropy-helpers: bump py targets Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Horea Christian chymera.eu> .../astropy-helpers/astropy-helpers-3.2.2.ebuild | 27 ------------------ .../astropy-helpers/astropy-helpers-4.0.1.ebuild | 8 ++++-- .../astropy-helpers/astropy-helpers-9999.ebuild | 33 ---------------------- 3 files changed, 5 insertions(+), 63 deletions(-) diff --git a/dev-python/astropy-helpers/astropy-helpers-3.2.2.ebuild b/dev-python/astropy-helpers/astropy-helpers-3.2.2.ebuild deleted file mode 100644 index d237e1dc9..000000000 --- a/dev-python/astropy-helpers/astropy-helpers-3.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 xdg-utils - -MYPV=${PV/_/} -S=${WORKDIR}/${PN}-${MYPV} - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' \ - -i setup.py || die "Removing ah_bootstrap failed" - xdg_environment_reset - distutils-r1_python_prepare_all -} diff --git a/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild index 0c7ff6a21..51514e535 100644 --- a/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild +++ b/dev-python/astropy-helpers/astropy-helpers-4.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 xdg-utils @@ -16,7 +16,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz" LICENSE="BSD" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" python_prepare_all() { @@ -25,3 +24,6 @@ python_prepare_all() { xdg_environment_reset distutils-r1_python_prepare_all } + +# master file /var/tmp/portage/dev-python/astropy-helpers-4.0.1/work/astropy-helpers-4.0.1/astropy_helpers/sphinx/index.rst not found +#distutils_enable_sphinx astropy_helpers/sphinx dev-python/sphinx-astropy diff --git a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild deleted file mode 100644 index bd5b855dd..000000000 --- a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 xdg-utils - -MYPV=${PV/_/} -S=${WORKDIR}/${PN}-${MYPV} - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" - -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}/${PN}-${MYPV}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' \ - -i setup.py || die "Removing ah_bootstrap failed" - xdg_environment_reset - distutils-r1_python_prepare_all -}