public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/
@ 2015-10-22  8:32 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-10-22  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     915077d5302518fbd66d15191bd630e5a49ce4c3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 08:03:28 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915077d5

Drop obsolete virtual

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/pyfits/metadata.xml    |  5 -----
 virtual/pyfits/pyfits-0.ebuild | 23 -----------------------
 2 files changed, 28 deletions(-)

diff --git a/virtual/pyfits/metadata.xml b/virtual/pyfits/metadata.xml
deleted file mode 100644
index b2d57e5..0000000
--- a/virtual/pyfits/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>sci-astronomy</herd>
-</pkgmetadata>

diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild
deleted file mode 100644
index 2f8a779..0000000
--- a/virtual/pyfits/pyfits-0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit python-r1
-
-DESCRIPTION="Virtual for pyfits"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="|| (
-		dev-python/astropy[${PYTHON_USEDEP}]
-		>=dev-python/pyfits-3.1[${PYTHON_USEDEP}]
-	)"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/
@ 2015-10-22  8:32 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-10-22  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     faea58c29996e57674bf1445c9536b37adba8c78
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 07:38:28 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faea58c2

virtual/pyfits: Stable for all as we have stable deps

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/pyfits/pyfits-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild
index 190a0f7..2f8a779 100644
--- a/virtual/pyfits/pyfits-0.ebuild
+++ b/virtual/pyfits/pyfits-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/
@ 2015-10-22  8:32 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-10-22  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     24e0f12aa12dc41527c831d2154a04130c48556d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 07:30:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e0f12a

virtual/pyfits: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/pyfits/metadata.xml    | 2 +-
 virtual/pyfits/pyfits-0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/pyfits/metadata.xml b/virtual/pyfits/metadata.xml
index 9b750b1..b2d57e5 100644
--- a/virtual/pyfits/metadata.xml
+++ b/virtual/pyfits/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-astronomy</herd>
+	<herd>sci-astronomy</herd>
 </pkgmetadata>

diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild
index 366e4fd..190a0f7 100644
--- a/virtual/pyfits/pyfits-0.ebuild
+++ b/virtual/pyfits/pyfits-0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit python-r1
 
@@ -18,6 +18,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="|| (
+		dev-python/astropy[${PYTHON_USEDEP}]
 		>=dev-python/pyfits-3.1[${PYTHON_USEDEP}]
-		<dev-python/astropy-0.3[${PYTHON_USEDEP}]
 	)"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-22  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22  8:32 [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-10-22  8:32 Justin Lecher
2015-10-22  8:32 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox