aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikko_laine <mikko.laine@gmail.com>2014-12-25 16:52:49 +0200
committermikko_laine <mikko.laine@gmail.com>2014-12-25 16:52:49 +0200
commita3b30147f1697e3de4234acc90eb379453185f8f (patch)
treee97e04b7c7468ae7b342b5f9805088e7ca840361 /sci-astronomy
parentSyncing fork (diff)
parentMerge pull request #1 from gentoo-science/master (diff)
downloadsci-a3b30147f1697e3de4234acc90eb379453185f8f.tar.gz
sci-a3b30147f1697e3de4234acc90eb379453185f8f.tar.bz2
sci-a3b30147f1697e3de4234acc90eb379453185f8f.zip
Merge https://github.com/mickolaine/sci into mosstack
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/pyAstroStack/ChangeLog21
-rw-r--r--sci-astronomy/pyAstroStack/Manifest1
-rw-r--r--sci-astronomy/pyAstroStack/metadata.xml18
-rw-r--r--sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild33
4 files changed, 0 insertions, 73 deletions
diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
deleted file mode 100644
index 9c477bee5..000000000
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for sci-astronomy/pyAstroStack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> pyAstroStack-0.3.0.ebuild:
- clean up
-
- 16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
- sci-overlay/sci: more DEPEND fixes about configparser
-
- 16 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
- sci-overlay/sci: DEPEND fixes about configparser
-
- 14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
- sci-overlay/sci: Added few missing PYTHON_DEPENDS
-
-*pyAstroStack-0.3.0 (11 Apr 2014)
-
- 11 Apr 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,
- +pyAstroStack-0.3.0.ebuild:
- sci-overlay/sci: Added an ebuild for pyAstroStack
diff --git a/sci-astronomy/pyAstroStack/Manifest b/sci-astronomy/pyAstroStack/Manifest
deleted file mode 100644
index 429f07fba..000000000
--- a/sci-astronomy/pyAstroStack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyAstroStack-0.3.0.tar.gz 188900 SHA256 88e93609999257eb0df4528189ba952111545a85aea2b93e1d1195e536d49c93 SHA512 ea21e3db2f17ec622e0608d111c23a29753818e89e3e70a5056953514bcae2c59a3aeb43492c7fa1add16610e2d147276783edce3207bf29e33c700e2a055cfb WHIRLPOOL 0a0629eda7a4790ae21189288d41ed20b36171f0609a7c24a3ff3c9bdff88cfa3dfdc5f5252d2f756e1e358fa5eae8c179362a0d0a32152a3b25d953944a87af
diff --git a/sci-astronomy/pyAstroStack/metadata.xml b/sci-astronomy/pyAstroStack/metadata.xml
deleted file mode 100644
index e5392c544..000000000
--- a/sci-astronomy/pyAstroStack/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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. PyAstroStack 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.
- </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>
- </use>
-</pkgmetadata>
diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
deleted file mode 100644
index b5e04f340..000000000
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Stacking software for astronomical images"
-HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
-SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="opencl"
-
-DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]"
-
-RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
- dev-python/configparser[$(python_gen_usedep python2_7)]
- 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}] )"
-
-DOCS=( CHANGES.txt README.txt )