* [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/
@ 2014-02-06 19:48 Nicolas Bock
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Bock @ 2014-02-06 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 66f47ae9db006d873ef61677b7a8894b23fb166f
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Wed Feb 5 18:48:03 2014 +0000
Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Feb 5 18:48:03 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=66f47ae9
dev-python/pywcsgrid2: Add ebuild for git version of pywcsgrid2
Package-Manager: portage-2.2.8-r1
---
dev-python/pywcsgrid2/ChangeLog | 9 +++++++++
dev-python/pywcsgrid2/metadata.xml | 11 +++++++++++
dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/pywcsgrid2/ChangeLog b/dev-python/pywcsgrid2/ChangeLog
new file mode 100644
index 0000000..e44e7cb
--- /dev/null
+++ b/dev-python/pywcsgrid2/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/pywcsgrid2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pywcsgrid2-9999 (05 Feb 2014)
+
+ 05 Feb 2014; Joseph Jon Booker <joe@neoturbine.net> +metadata.xml,
+ +pywcsgrid2-9999.ebuild:
+ dev-python/pywcsgrid2: Add ebuild for git version of pywcsgrid2
diff --git a/dev-python/pywcsgrid2/metadata.xml b/dev-python/pywcsgrid2/metadata.xml
new file mode 100644
index 0000000..b9806be
--- /dev/null
+++ b/dev-python/pywcsgrid2/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
+ pywcsgrid2 provides a custom Axes class (derived from matplotlib's
+ original Axes class) suitable for displaying fits images. Its main
+ functionality is to draw ticks, ticklabels, and grids in an
+ appropriate sky coordinates.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
new file mode 100644
index 0000000..5af1828
--- /dev/null
+++ b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Custom Matplotlib Axes class for displaying astronomical fits images"
+HOMEPAGE="http://leejjoon.github.io/pywcsgrid2/"
+EGIT_REPO_URI="https://github.com/leejjoon/pywcsgrid2.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ || ( dev-python/pyfits[${PYTHON_USEDEP}] dev-python/astropy[${PYTHON_USEDEP}] )
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ virtual/pywcs[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/
@ 2014-12-24 18:54 Christoph Junghans
0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2014-12-24 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 66a8a664db610612cc0e41202ebf345803a9a31c
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Tue Dec 23 15:59:44 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 16:01:57 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=66a8a664
dev-python/pywcsgrid2: Update dep and add py3.4
Package-Manager: portage-2.2.15
---
dev-python/pywcsgrid2/ChangeLog | 3 +++
dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/pywcsgrid2/ChangeLog b/dev-python/pywcsgrid2/ChangeLog
index 9f60711..976b171 100644
--- a/dev-python/pywcsgrid2/ChangeLog
+++ b/dev-python/pywcsgrid2/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Dec 2014; Joseph Jon Booker <joe@neoturbine.net> pywcsgrid2-9999.ebuild:
+ dev-python/pywcsgrid2: Update dep and add py3.4
+
05 Feb 2014; Joseph Jon Booker <joe@neoturbine.net> pywcsgrid2-9999.ebuild:
dev-python/pywcsgrid2: Mask pywcsgrid2-9999 and remove keywords
diff --git a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
index 43a4978..fa26e5e 100644
--- a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
+++ b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1 git-r3
@@ -21,5 +21,5 @@ RDEPEND="
|| ( dev-python/pyfits[${PYTHON_USEDEP}] dev-python/astropy[${PYTHON_USEDEP}] )
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
- virtual/pywcs[${PYTHON_USEDEP}]"
+ || ( virtual/pywcs[${PYTHON_USEDEP}] dev-python/astropy[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/
@ 2015-10-22 10:25 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-10-22 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 8c0e514a21c8e59f0f08055ff983920142492c03
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:07:09 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:07:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8c0e514a
dev-python/pywcsgrid2: Fix broken dependency for pyfits
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
index 4dc5e33..b367bed 100644
--- a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
+++ b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,8 +18,7 @@ KEYWORDS=""
IUSE=""
RDEPEND="
- || ( dev-python/pyfits[${PYTHON_USEDEP}] dev-python/astropy[${PYTHON_USEDEP}] )
+ dev-python/astropy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- || ( virtual/pywcs[${PYTHON_USEDEP}] dev-python/astropy[${PYTHON_USEDEP}] )"
+ dev-python/matplotlib[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/
@ 2020-10-07 2:30 Aisha Tammy
0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-10-07 2:30 UTC (permalink / raw
To: gentoo-commits
commit: 33f5c3ed50ddb72a30fdc1bf80f036ee55d62061
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct 7 02:29:57 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct 7 02:29:57 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=33f5c3ed
dev-python/pywcsgrid2: drop dead package
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/pywcsgrid2/metadata.xml | 14 --------------
dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild | 23 -----------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/pywcsgrid2/metadata.xml b/dev-python/pywcsgrid2/metadata.xml
deleted file mode 100644
index c240a7553..000000000
--- a/dev-python/pywcsgrid2/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
-pywcsgrid2 provides a custom Axes class (derived from matplotlib's
-original Axes class) suitable for displaying fits images. Its main
-functionality is to draw ticks, ticklabels, and grids in an
-appropriate sky coordinates.
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild b/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
deleted file mode 100644
index d544c5cfa..000000000
--- a/dev-python/pywcsgrid2/pywcsgrid2-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Custom Matplotlib Axes class for displaying astronomical fits images"
-HOMEPAGE="http://leejjoon.github.io/pywcsgrid2/"
-EGIT_REPO_URI="https://github.com/leejjoon/pywcsgrid2.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- dev-python/astropy[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-07 2:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 19:48 [gentoo-commits] proj/sci:master commit in: dev-python/pywcsgrid2/ Nicolas Bock
-- strict thread matches above, loose matches on Subject: below --
2014-12-24 18:54 Christoph Junghans
2015-10-22 10:25 Justin Lecher
2020-10-07 2:30 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox