public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyfits: pyfits-3.0.8.ebuild pyfits-2.4.0.ebuild ChangeLog
Date: Wed,  8 Aug 2012 19:11:00 +0000 (UTC)	[thread overview]
Message-ID: <20120808191101.042F62004B@flycatcher.gentoo.org> (raw)

bicatali    12/08/08 19:11:00

  Modified:             pyfits-3.0.8.ebuild pyfits-2.4.0.ebuild ChangeLog
  Log:
  Blocking astropy (bug #426822)
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pyfits/pyfits-3.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild?r1=1.3&r2=1.4

Index: pyfits-3.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyfits-3.0.8.ebuild	26 Jun 2012 23:58:07 -0000	1.3
+++ pyfits-3.0.8.ebuild	8 Aug 2012 19:11:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild,v 1.3 2012/06/26 23:58:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.0.8.ebuild,v 1.4 2012/08/08 19:11:00 bicatali Exp $
 
 EAPI=4
 
@@ -21,7 +21,8 @@
 IUSE=""
 
 RDEPEND="dev-python/numpy
-	dev-python/setuptools"
+	dev-python/setuptools
+	!dev-python/astropy"
 DEPEND="${RDEPEND}
 	dev-python/stsci-distutils
 	dev-python/d2to1"



1.5                  dev-python/pyfits/pyfits-2.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild?r1=1.4&r2=1.5

Index: pyfits-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyfits-2.4.0.ebuild	23 Feb 2012 04:47:44 -0000	1.4
+++ pyfits-2.4.0.ebuild	8 Aug 2012 19:11:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild,v 1.4 2012/02/23 04:47:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-2.4.0.ebuild,v 1.5 2012/08/08 19:11:00 bicatali Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -17,7 +17,8 @@
 KEYWORDS="amd64 x86 ~x86-fbsd"
 LICENSE="BSD"
 
-RDEPEND="dev-python/numpy"
+RDEPEND="dev-python/numpy
+	!dev-python/astropy"
 DEPEND="${RDEPEND}"
 
 # current tests need data which are not in tar ball



1.35                 dev-python/pyfits/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfits/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfits/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 Jun 2012 23:58:07 -0000	1.34
+++ ChangeLog	8 Aug 2012 19:11:00 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyfits
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/ChangeLog,v 1.34 2012/06/26 23:58:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/ChangeLog,v 1.35 2012/08/08 19:11:00 bicatali Exp $
+
+  08 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> pyfits-2.4.0.ebuild,
+  pyfits-3.0.8.ebuild:
+  Blocking astropy (bug #426822)
 
   26 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> pyfits-3.0.8.ebuild:
   keyword ~amd64-linux ~x86-linux
@@ -151,4 +155,3 @@
   06 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
   +pyfits-1.0.1.ebuild:
   Initial import. Close bug #65691.
-





                 reply	other threads:[~2012-08-08 19:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120808191101.042F62004B@flycatcher.gentoo.org \
    --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