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 F09D91396D9 for ; Mon, 27 Nov 2017 23:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18510E0F25; Mon, 27 Nov 2017 23:58:44 +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 D7237E0F38 for ; Mon, 27 Nov 2017 23:58:43 +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 C77C033FE2A for ; Mon, 27 Nov 2017 23:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2DDA9DD for ; Mon, 27 Nov 2017 23:58:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511827044.b2dae89999e3d1f9d47b1ee65d5cbbc51784b85c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ginga/Manifest dev-python/ginga/ginga-2.6.4.ebuild X-VCS-Directories: dev-python/ginga/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b2dae89999e3d1f9d47b1ee65d5cbbc51784b85c X-VCS-Branch: master Date: Mon, 27 Nov 2017 23:58:41 +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: 64f49b02-e2e5-4405-8bba-65920a3bf1d4 X-Archives-Hash: 5e0597521e05b6d2700398bebb05440c commit: b2dae89999e3d1f9d47b1ee65d5cbbc51784b85c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 26 21:00:24 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 27 23:57:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dae899 dev-python/ginga: Drop old Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/ginga/Manifest | 1 - dev-python/ginga/ginga-2.6.4.ebuild | 91 ------------------------------------- 2 files changed, 92 deletions(-) diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest index 05fb0ee2e46..c05c2de6923 100644 --- a/dev-python/ginga/Manifest +++ b/dev-python/ginga/Manifest @@ -1,2 +1 @@ -DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52 DIST ginga-2.6.5.tar.gz 19969984 SHA256 0a8000a2e872d10fd05368cf3fa9d48d67c9191877998d764cd681f3f88b0e25 SHA512 66c55662a8ce1fe683cdf6a83511f39146fadf10d1fedabd6d6c5c46662a3abd2496bd1f0200612a84bdad246f960990e242bccee7a8a13e3aaf88a4884ceb80 WHIRLPOOL 76284b1ada78ff60bfb7e350f71ed1d6e81f73704757574864a64fb437d80fd1ab011fa50daadd231dae75dc3d22efb76d48f14678538e7949a7f56a6f44412e diff --git a/dev-python/ginga/ginga-2.6.4.ebuild b/dev-python/ginga/ginga-2.6.4.ebuild deleted file mode 100644 index 69fd1a42bc6..00000000000 --- a/dev-python/ginga/ginga-2.6.4.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -PYTHON_REQ_USE='tk?' - -inherit distutils-r1 eutils fdo-mime virtualx - -DESCRIPTION="Astronomical image toolkit for Python" -HOMEPAGE="https://ejeschke.github.io/ginga" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -LICENSE="BSD" -SLOT="0" -IUSE="doc examples gtk qt4 qt5 test tk" - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - media-fonts/roboto - gtk? ( dev-python/pygobject[${PYTHON_USEDEP},cairo] ) - qt4? ( || ( - dev-python/pyside[${PYTHON_USEDEP},help,X] - dev-python/PyQt4[${PYTHON_USEDEP},help,X] - ) - dev-python/QtPy[${PYTHON_USEDEP},gui] - ) - qt5? ( - dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets] - dev-python/QtPy[${PYTHON_USEDEP},gui] - ) -" - -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/QtPy[${PYTHON_USEDEP},gui] - ) -" - -PATCHES=( "${FILESDIR}"/${PN}-no-roboto.patch ) - -python_prepare_all() { - # use system astropy-helpers instead of bundled one - 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 - 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=( doc/_build/html/. ) - distutils-r1_python_install_all - rm -r "${ED%/}"/usr/lib*/*/*/ginga/examples || die - if use examples; then - insinto /usr/share/doc/${PF} - doins -r ginga/examples - fi - domenu ginga.desktop -} - -pkg_postinst() { - optfeature "Pick, Cuts, Histogram, LineProfile" \ - dev-python/matplotlib sci-libs/scipy - optfeature "Online help browser" dev-qt/qtwebkit - optfeature "To save a movie" media-video/mplayer - optfeature "Speeds up rotation and some transformations" \ - dev-python/numexpr dev-python/opencv dev-python/pyopencl - optfeature "Aids in identifying files when opening them" \ - dev-python/filemagic - optfeature "Useful for various RGB file manipulations" dev-python/pillow - - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update -}