commit: e3f0ef36b1d55631084b665b42585091fe97233c Author: mikko_laine <mikko.laine <AT> gmail <DOT> com> AuthorDate: Fri Apr 11 12:19:59 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Fri Apr 11 12:19:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3f0ef36
sci-overlay/sci: Added an ebuild for pyAstroStack Package-Manager: portage-2.2.8-r1 RepoMan-Options: --force --- sci-astronomy/pyAstroStack/ChangeLog | 9 ++++++ sci-astronomy/pyAstroStack/metadata.xml | 18 ++++++++++++ .../pyAstroStack/pyAstroStack-0.3.0.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog new file mode 100644 index 0000000..25079ea --- /dev/null +++ b/sci-astronomy/pyAstroStack/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-astronomy/pyAstroStack +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pyAstroStack-0.3.0 (11 Apr 2014) + + 11 Apr 2014; Mikko Laine <[email protected]> +metadata.xml, + +pyAstroStack-0.3.0.ebuild: + sci-overlay/sci: Added an ebuild for pyAstroStack diff --git a/sci-astronomy/pyAstroStack/metadata.xml b/sci-astronomy/pyAstroStack/metadata.xml new file mode 100644 index 0000000..e5392c5 --- /dev/null +++ b/sci-astronomy/pyAstroStack/metadata.xml @@ -0,0 +1,18 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</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 new file mode 100644 index 0000000..0888a7b --- /dev/null +++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild @@ -0,0 +1,34 @@ +# 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="PyAstroStack is a 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" + +RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}] + python_targets_python2_7? ( dev-python/configparser ) + 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 + >=sci-libs/cfitsio-3.350 + opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )" + +DOCS=( CHANGES.txt README.txt )
