From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1BD01393E9 for ; Wed, 16 Apr 2014 22:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43655E0BE5; Wed, 16 Apr 2014 22:32:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E18DE0B77 for ; Wed, 16 Apr 2014 22:32:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FA46340318 for ; Wed, 16 Apr 2014 22:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 56A68180E8 for ; Wed, 16 Apr 2014 22:32:15 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1397218799.e3f0ef36b1d55631084b665b42585091fe97233c.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/pyAstroStack/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/pyAstroStack/ChangeLog sci-astronomy/pyAstroStack/metadata.xml sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild X-VCS-Directories: sci-astronomy/pyAstroStack/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: e3f0ef36b1d55631084b665b42585091fe97233c X-VCS-Branch: master Date: Wed, 16 Apr 2014 22:32:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f47eddd-9464-46b4-9dc7-867000af3a2a X-Archives-Hash: cefd8dd8911e59e573bf5a282c8d1e8e commit: e3f0ef36b1d55631084b665b42585091fe97233c Author: mikko_laine gmail com> AuthorDate: Fri Apr 11 12:19:59 2014 +0000 Commit: Sebastien Fabbro gentoo 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 +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 @@ + + + + + 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 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 )