public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/photutils/
Date: Sun, 10 Aug 2014 08:05:06 +0000 (UTC)	[thread overview]
Message-ID: <1407528202.1b33de552f47a3ae177e3dc6bc8302c06d278c68.jlec@gentoo> (raw)

commit:     1b33de552f47a3ae177e3dc6bc8302c06d278c68
Author:     Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Fri Aug  8 20:03:22 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug  8 20:03:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1b33de55

dev-python/photutils: Add photutils package

Package-Manager: portage-2.2.11-r1

---
 dev-python/photutils/ChangeLog             |  9 +++++
 dev-python/photutils/metadata.xml          | 10 +++++
 dev-python/photutils/photutils-9999.ebuild | 61 ++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/dev-python/photutils/ChangeLog b/dev-python/photutils/ChangeLog
new file mode 100644
index 0000000..fe8069d
--- /dev/null
+++ b/dev-python/photutils/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/photutils
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*photutils-9999 (08 Aug 2014)
+
+  08 Aug 2014; Joseph Jon Booker <joe@neoturbine.net> +metadata.xml,
+  +photutils-9999.ebuild:
+  dev-python/photutils: Add photutils package

diff --git a/dev-python/photutils/metadata.xml b/dev-python/photutils/metadata.xml
new file mode 100644
index 0000000..9f819f6
--- /dev/null
+++ b/dev-python/photutils/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci-astronomy</herd>
+	<longdescription lang="en">
+		photutils is a python package for determining photometric properties
+		of sources in astronomical images. This includes source detection,
+		centroid and shape parameters, and performing photometry.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/photutils/photutils-9999.ebuild b/dev-python/photutils/photutils-9999.ebuild
new file mode 100644
index 0000000..f152dde
--- /dev/null
+++ b/dev-python/photutils/photutils-9999.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+inherit distutils-r1
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/astropy/${PN}.git"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Affiliated package for image photometry utilities"
+HOMEPAGE="https://github.com/astropy/photutils"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+DOCS=( README.rst )
+
+RDEPEND="
+	>=dev-python/astropy-0.4[${PYTHON_USEDEP}]
+	dev-python/astropy-helpers[${PYTHON_USEDEP}]
+	dev-python/imageutils[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	sci-libs/scipy[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+	sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
+}
+
+python_compile_all() {
+	if use doc; then
+		python_export_best
+		VARTEXFONTS="${T}"/fonts \
+			MPLCONFIGDIR="${BUILD_DIR}" \
+			PYTHONPATH="${BUILD_DIR}"/lib \
+			esetup.py build_sphinx
+	fi
+}
+
+python_test() {
+	distutils_install_for_testing
+	cd "${TEST_DIR}" || die
+	"${EPYTHON}" -c "import ${PN}, sys;r = ${PN}.test(verbose=True);sys.exit(r)" \
+		|| die "tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2014-08-11 20:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-10  8:05 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-19 21:51 [gentoo-commits] proj/sci:master commit in: dev-python/photutils/ Christoph Junghans
2021-01-05  7:39 Horea Christian
2023-02-10 11:42 Andrew Ammerlaan
2024-02-16  2:17 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1407528202.1b33de552f47a3ae177e3dc6bc8302c06d278c68.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox