From e3f0ef36b1d55631084b665b42585091fe97233c Mon Sep 17 00:00:00 2001 From: mikko_laine Date: Fri, 11 Apr 2014 15:19:59 +0300 Subject: 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/Manifest | 1 + sci-astronomy/pyAstroStack/metadata.xml | 18 ++++++++++++ .../pyAstroStack/pyAstroStack-0.3.0.ebuild | 34 ++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 sci-astronomy/pyAstroStack/ChangeLog create mode 100644 sci-astronomy/pyAstroStack/Manifest create mode 100644 sci-astronomy/pyAstroStack/metadata.xml create mode 100644 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog new file mode 100644 index 000000000..25079ea37 --- /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 +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 new file mode 100644 index 000000000..429f07fba --- /dev/null +++ b/sci-astronomy/pyAstroStack/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000..e5392c544 --- /dev/null +++ b/sci-astronomy/pyAstroStack/metadata.xml @@ -0,0 +1,18 @@ + + + + + mikko.laine@gmail.com + Mikko Laine + + + 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. + + + Enables OpenCL support and pulls in pyopencl. This makes + some operations much faster but requires specific hardware and drivers. + + 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 000000000..0888a7b6a --- /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 ) -- cgit v1.2.3-65-gdbad