public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/
Date: Wed, 28 Jun 2017 18:21:49 +0000 (UTC)	[thread overview]
Message-ID: <1498674042.51a7d7edcf134decd9f78aff085958c52acf656a.bicatali@gentoo> (raw)

commit:     51a7d7edcf134decd9f78aff085958c52acf656a
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:20:24 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 18:20:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a7d7ed

dev-python/ginga: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/ginga/Manifest                          |  2 +-
 .../{ginga-2.6.1.ebuild => ginga-2.6.4.ebuild}     | 31 +++++++++++++++-------
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/dev-python/ginga/Manifest b/dev-python/ginga/Manifest
index 918b09a136e..bf8ef605d7d 100644
--- a/dev-python/ginga/Manifest
+++ b/dev-python/ginga/Manifest
@@ -1,2 +1,2 @@
-DIST ginga-2.6.1.tar.gz 12693626 SHA256 5087f1213a0aa2fffdc3d81a258d1a4662f92894f532843ba2c83ba237363116 SHA512 f12bc41de0f6efb39096f1175a7d94659135230fc2d024ac0532f09e39d1d674cbce28ce073c37e8cbff19db9b8d0fe6c40ee829a4ba38ad276b39ab6765c5a9 WHIRLPOOL ada7e2174ba401581d70b88301f145e6ba348aec71271eac982056ce3c20fb8c1dcfa31200506a5bb6183777708df5ee57a2ccb50f2732ea90a20c864aea6683
 DIST ginga-2.6.2.tar.gz 17258711 SHA256 a8bc2fd66f1a74b56282ce53086446a9aa2d9a0628911669615c3e0f7e3d5526 SHA512 be9f24382019fb0d1c2013cf8da00518234da787ce54a724dccae273e093fd843e8b6a0ea206d288123835328c26961e71a59a48b179cd7d2898e02148e4f62a WHIRLPOOL 453f1d834d1c99a0a873e749f0507a56af0007d0e0783d80a95c25ceb13e6f2d85ba2b64eb3e10680ebb308ad5d2c4ea6871605eeacf2c4d5880f29a18695fae
+DIST ginga-2.6.4.tar.gz 19971195 SHA256 25d3435af454135c3539108ab41d4a55169e939739e0a947f12643dce16aa16e SHA512 79c471ee3fefb6dc03c90538147b8fa8606b37b7747712f9a69163870e6ae460d259f0ea08388a07163ea8b588676d0208fcdd51577d04cfc334aacbd0c01599 WHIRLPOOL 7ab2c47015446aae322f5a167a4054f40e601f2d0ace9b164a87bf4cf1f084765d7cc05592a69847010fee20b780e47a4532defcd5acfbdf6ba74568dd6dbc52

diff --git a/dev-python/ginga/ginga-2.6.1.ebuild b/dev-python/ginga/ginga-2.6.4.ebuild
similarity index 76%
rename from dev-python/ginga/ginga-2.6.1.ebuild
rename to dev-python/ginga/ginga-2.6.4.ebuild
index d86b4d4c176..69fd1a42bc6 100644
--- a/dev-python/ginga/ginga-2.6.1.ebuild
+++ b/dev-python/ginga/ginga-2.6.4.ebuild
@@ -1,12 +1,12 @@
-# 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_5} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 PYTHON_REQ_USE='tk?'
 
-inherit distutils-r1 eutils fdo-mime
+inherit distutils-r1 eutils fdo-mime virtualx
 
 DESCRIPTION="Astronomical image toolkit for Python"
 HOMEPAGE="https://ejeschke.github.io/ginga"
@@ -22,15 +22,28 @@ RDEPEND="
 	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]
-	   ) )
-	qt5? (  dev-python/PyQt5[${PYTHON_USEDEP},help,gui,widgets] )"
+		   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}] )"
+	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 )
 
@@ -48,7 +61,7 @@ python_compile_all() {
 }
 
 python_test() {
-	esetup.py test
+	virtx esetup.py test
 }
 
 python_install_all() {


             reply	other threads:[~2017-06-28 18:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-28 18:21 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-27 23:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/ginga/ Andreas Sturmlechner
2017-11-27 23:58 Andreas Sturmlechner
2017-08-09 17:04 Sebastien Fabbro
2017-08-09 17:04 Sebastien Fabbro
2017-02-26 18:02 Sebastien Fabbro
2016-12-29  7:02 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498674042.51a7d7edcf134decd9f78aff085958c52acf656a.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox