public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/
@ 2014-12-15 11:58 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-12-15 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b0c6f58aeb6ea64523e7180df8ccb1e67ffbd4c1
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Sat Dec 13 21:33:21 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 21:33:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b0c6f58a

sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped to 0.6.1

Package-Manager: portage-2.2.14

---
 sci-astronomy/mosstack/ChangeLog             | 10 +++++++++
 sci-astronomy/mosstack/metadata.xml          | 20 +++++++++++++++++
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild | 33 ++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/sci-astronomy/mosstack/ChangeLog b/sci-astronomy/mosstack/ChangeLog
new file mode 100644
index 0000000..91c7755
--- /dev/null
+++ b/sci-astronomy/mosstack/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/mosstack
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*mosstack-0.6.1 (13 Dec 2014)
+
+  13 Dec 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,
+  +mosstack-0.6.1.ebuild:
+  sci-astronomy/mosstack: pyAstroStack renamed to Mosstack and version bumped to
+  0.6.1

diff --git a/sci-astronomy/mosstack/metadata.xml b/sci-astronomy/mosstack/metadata.xml
new file mode 100644
index 0000000..e425fd5
--- /dev/null
+++ b/sci-astronomy/mosstack/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>mikko.laine@gmail.com</email>
+    <name>Mikko Laine</name>
+  </maintainer>
+  <longdescription>
+    An open source stacking software for astronomical images taken with a DSLR
+    camera. Mosstack can calibrate, debayer, register, align and stack photos
+    taken with modern DSLR's from Canon. It has a command line user interface
+    inspired by AstroSurf IRIS and a graphical user interface written with PyQt4
+  </longdescription>
+  <use>
+    <flag name="opencl">Enables OpenCL support and pulls in pyopencl. This makes
+    some operations much faster but requires specific hardware and drivers.</flag>
+    <flag name="qt4">Pulls in PyQt4. Program works on command line interface
+    without it but for GUI the library is required.</flag>
+  </use>
+</pkgmetadata>

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
new file mode 100644
index 0000000..c589368
--- /dev/null
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Stacking software for astronomical images"
+HOMEPAGE="https://sites.google.com/site/mosstack"
+SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="opencl qt4"
+
+DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]"
+
+RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
+	sci-libs/scikits_image[${PYTHON_USEDEP}]
+	>media-gfx/imagemagick-6.8.0.0
+	sci-astronomy/sextractor
+	media-gfx/dcraw
+	media-libs/exiftool
+	dev-python/astropy[${PYTHON_USEDEP}]
+	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
+	qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.txt README.txt )


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/
@ 2014-12-26 12:16 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-12-26 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d800c115afea454b79bec9d4addf6aab68920b7f
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Thu Dec 25 14:00:19 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 14:00:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d800c115

sci-astronomy/mosstack: New download url for mosstack. Added -r1-ebuild.

Package-Manager: portage-2.2.14

---
 sci-astronomy/mosstack/ChangeLog                |  5 ++++
 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-astronomy/mosstack/ChangeLog b/sci-astronomy/mosstack/ChangeLog
index 91c7755..3704261 100644
--- a/sci-astronomy/mosstack/ChangeLog
+++ b/sci-astronomy/mosstack/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*mosstack-0.6.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Mikko Laine <mikko.laine@gmail.com> +mosstack-0.6.1-r1.ebuild:
+  sci-astronomy/mosstack: New download url for mosstack. Added -r1-ebuild.
+
 *mosstack-0.6.1 (13 Dec 2014)
 
   13 Dec 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
new file mode 100644
index 0000000..166de76
--- /dev/null
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Stacking software for astronomical images"
+HOMEPAGE="https://sites.google.com/site/mosstack"
+SRC_URI="https://sites.google.com/site/mosstack/installing/mosstack-0.6.1.tar?attredirects=0&d=1"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="opencl qt4"
+
+DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]"
+
+RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
+	sci-libs/scikits_image[${PYTHON_USEDEP}]
+	>media-gfx/imagemagick-6.8.0.0
+	sci-astronomy/sextractor
+	media-gfx/dcraw
+	media-libs/exiftool
+	dev-python/astropy[${PYTHON_USEDEP}]
+	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
+	qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.txt README.txt )


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/
@ 2014-12-26 18:24 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-12-26 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8795ce58da8bb87a43e566f73dcce8a3003ff234
Author:     Mikko Laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Fri Dec 26 17:48:39 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 17:48:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8795ce58

Update mosstack-0.6.1-r1.ebuild

---
 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
index 166de76..7650296 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Stacking software for astronomical images"
 HOMEPAGE="https://sites.google.com/site/mosstack"
-SRC_URI="https://sites.google.com/site/mosstack/installing/mosstack-0.6.1.tar?attredirects=0&d=1"
+SRC_URI="http://bitbucket.org/mikko_laine/mosstack/downloads/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/
@ 2016-06-09 20:20 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-06-09 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     79acb2b4af82fff164d3a87961f2840136630abf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 20:20:26 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 20:20:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=79acb2b4

Fix broken dependency

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

 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 3 ++-
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
index 6868038..e55bb65 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python3_3 )
+
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
index 150884a..3757dee 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python3_3 )
+
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/
@ 2016-06-09 20:30 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-06-09 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ed24522fc26d513e24d055fb9f666187418dd262
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 20:30:06 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 20:30:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed24522f

Fix more dep problems

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

 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 2 +-
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
index e55bb65..053d6e0 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_4 )
 
 inherit distutils-r1
 

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
index 3757dee..8d4084b 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_4 )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2016-06-09 20:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 18:24 [gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-06-09 20:30 Justin Lecher
2016-06-09 20:20 Justin Lecher
2014-12-26 12:16 Justin Lecher
2014-12-15 11:58 Justin Lecher

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