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 051C1139694 for ; Wed, 28 Jun 2017 18:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A80E083D; Wed, 28 Jun 2017 18:21:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B16BAE083D for ; Wed, 28 Jun 2017 18:21:52 +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 1A4CD34185E for ; Wed, 28 Jun 2017 18:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDC9F749A for ; Wed, 28 Jun 2017 18:21:48 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1498674041.455d815d71c2e45ebd5b55e986dbd0f4fba38a8c.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reproject/Manifest dev-python/reproject/reproject-0.2.ebuild dev-python/reproject/reproject-0.3.1.ebuild X-VCS-Directories: dev-python/reproject/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 455d815d71c2e45ebd5b55e986dbd0f4fba38a8c X-VCS-Branch: master Date: Wed, 28 Jun 2017 18:21:48 +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-Archives-Salt: 0f4ae5ce-77ab-4182-921f-2fec238b36e3 X-Archives-Hash: 1f3c1834f801e11fb2f9ca69ef637cc4 commit: 455d815d71c2e45ebd5b55e986dbd0f4fba38a8c Author: Sébastien Fabbro gentoo org> AuthorDate: Wed Jun 28 17:59:00 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Wed Jun 28 18:20:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455d815d dev-python/reproject: added python-3.6 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/reproject/Manifest | 1 - dev-python/reproject/reproject-0.2.ebuild | 42 ----------------------------- dev-python/reproject/reproject-0.3.1.ebuild | 4 +-- 3 files changed, 2 insertions(+), 45 deletions(-) diff --git a/dev-python/reproject/Manifest b/dev-python/reproject/Manifest index 1dbd0751ff6..0f2ab22ee2d 100644 --- a/dev-python/reproject/Manifest +++ b/dev-python/reproject/Manifest @@ -1,2 +1 @@ -DIST reproject-0.2.tar.gz 622834 SHA256 6d1b248936ab1f14ecdd3498a5a074318e1b956c90f3e9df7acf8aa77a2af24a SHA512 b4b20d39a1ceb6ee64e4460a819cd4cb1ccceba3462276404e7b294e993a2fd8306c283f397315947826a0343b1a179ff733b49d8afbd96255633a5459bf3ec3 WHIRLPOOL d2d80d22637da94a93467a9d0ada959cf9b80a79b2ee2f3d805a7d5e3c4997622aef02e1f59134934c6b81405483f0009296e7fb597f015267e565f8ac2f6897 DIST reproject-0.3.1.tar.gz 653996 SHA256 4a5d9b290361d3804cd7a1bbbfe8af1a96a451faaa33be80e8e7b6a5f5add998 SHA512 5739ee812862e6558c46ebd79b9b73214093df2b6d0c603d94586c0f8908a4b29004f07380ca143fb59bcc4d33c19b0a81a1185b1a2cc60ff7be943c0f1e243f WHIRLPOOL 77154655b834534e6c6c7c2e2897a3190d770ea92dcd0adf0f58e57342702c61aa8b9fef036378fd367fa42246b09518c707cd8f4598f01b1311e9fb2c666d5c diff --git a/dev-python/reproject/reproject-0.2.ebuild b/dev-python/reproject/reproject-0.2.ebuild deleted file mode 100644 index 4699012ee58..00000000000 --- a/dev-python/reproject/reproject-0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Reproject astronomical images with Python" -HOMEPAGE="http://reproject.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_prepare_all() { - sed -i -e '/auto_use/s/True/False/' setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && esetup.py build_sphinx -w -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/ ) - distutils-r1_python_install_all -} diff --git a/dev-python/reproject/reproject-0.3.1.ebuild b/dev-python/reproject/reproject-0.3.1.ebuild index 9725a7fa5e7..6324cc1a444 100644 --- a/dev-python/reproject/reproject-0.3.1.ebuild +++ b/dev-python/reproject/reproject-0.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1