From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D282913829C for ; Thu, 9 Jun 2016 17:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E38D614242; Thu, 9 Jun 2016 17:24:40 +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 CCA6214242 for ; Thu, 9 Jun 2016 17:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57B5A340CB4 for ; Thu, 9 Jun 2016 17:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9D6233A for ; Thu, 9 Jun 2016 17:24:31 +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: <1465493042.3e8b390c683724aa06615043a4700a3dba2c6ae8.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcsaxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wcsaxes/Manifest dev-python/wcsaxes/wcsaxes-0.6.ebuild X-VCS-Directories: dev-python/wcsaxes/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 3e8b390c683724aa06615043a4700a3dba2c6ae8 X-VCS-Branch: master Date: Thu, 9 Jun 2016 17:24:31 +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: c3fa06e9-eb12-4d92-bfc2-914e94f8911d X-Archives-Hash: bb660aa1fcb1c842f5e3c91564658a6c commit: 3e8b390c683724aa06615043a4700a3dba2c6ae8 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jun 9 17:18:14 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jun 9 17:24:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8b390c dev-python/wcsaxes: remove old Package-Manager: portage-2.3.0_rc1 dev-python/wcsaxes/Manifest | 1 - dev-python/wcsaxes/wcsaxes-0.6.ebuild | 57 ----------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-python/wcsaxes/Manifest b/dev-python/wcsaxes/Manifest index 4465b4f..8c71a85 100644 --- a/dev-python/wcsaxes/Manifest +++ b/dev-python/wcsaxes/Manifest @@ -1,2 +1 @@ -DIST wcsaxes-0.6.tar.gz 617882 SHA256 ab8101ff742ebba79da3ff7bf777f24fcf8275886dbb5482f0a2eb3ab6756ee4 SHA512 6254fabc31b7c2e44dd86b0330592e01a688e36957e9d96348f7b4d305242e02e27d2363fd7ada37ad6dba292c66bbace9ea675f475388ed5545ac24cad1226c WHIRLPOOL e2f1d7b230fb7ba3982915638535258377fd450d47f3f191ba0a12aa1698050213353e315de2329e3f8ad359a76bfccdc4291e49eb6b0a4947d0f41305977100 DIST wcsaxes-0.8.tar.gz 226456 SHA256 3ada54586add52e70ceb5aff9257ae9c38a71d1889fe335bce3d219c5a03c672 SHA512 77a08a99b4b3fd4f08633a10d4a3dfd6726bc1433aca2c2bdb505fd93c79a5ba3735523697c11084f0044a22a5bda345a946f5770185815f92b71b59c7fc0769 WHIRLPOOL 3acbba0c1c93f4d2ceeea3d4f236f7294e3eb306b7f3f8be7244aa5b7f35452cc21c072a5f054a7608238262f6cc0dde19b40f02cd9705182430fa0a6e9b0470 diff --git a/dev-python/wcsaxes/wcsaxes-0.6.ebuild b/dev-python/wcsaxes/wcsaxes-0.6.ebuild deleted file mode 100644 index 42ce9b8..0000000 --- a/dev-python/wcsaxes/wcsaxes-0.6.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Framework for plotting astronomical and geospatial data" -HOMEPAGE="http://wcsaxes.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="doc test" - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/astropy-helpers[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -PATCHES=( - "${FILESDIR}/${PN}-0.6-disable_mpltest.patch" - "${FILESDIR}/${PN}-0.6-disable_numpy_warnings_test.patch" -) - -python_prepare_all() { - sed -i -e '/auto_use/s/True/False/' setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - python_setup - VARTEXFONTS="${T}"/fonts \ - MPLCONFIGDIR="${BUILD_DIR}" \ - PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx --no-intersphinx - fi -} - -python_test() { - virtx esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}