public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy-helpers/
Date: Tue, 19 Aug 2014 21:51:35 +0000 (UTC)	[thread overview]
Message-ID: <1407525239.0c13107c9341b17eeb3dd49e8cf54573a09e74d1.ottxor@gentoo> (raw)

commit:     0c13107c9341b17eeb3dd49e8cf54573a09e74d1
Author:     Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Fri Aug  8 19:13:59 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Aug  8 19:13:59 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c13107c

dev-python/astropy-helpers: Add astropy-helpers package

Package-Manager: portage-2.2.11-r1

---
 dev-python/astropy-helpers/ChangeLog               | 10 ++++++++
 .../astropy-helpers/astropy-helpers-0.4.1.ebuild   | 28 ++++++++++++++++++++++
 .../astropy-helpers/astropy-helpers-9999.ebuild    | 28 ++++++++++++++++++++++
 dev-python/astropy-helpers/metadata.xml            |  9 +++++++
 4 files changed, 75 insertions(+)

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

diff --git a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild
new file mode 100644
index 0000000..431c340
--- /dev/null
+++ b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# 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_2,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="Helpers for Astropy and Affiliated packages"
+HOMEPAGE="https://github.com/astropy/astropy-helpers"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+python_prepare_all() {
+	sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
+	distutils-r1_python_prepare_all
+}

diff --git a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
new file mode 100644
index 0000000..431c340
--- /dev/null
+++ b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
@@ -0,0 +1,28 @@
+# 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_2,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="Helpers for Astropy and Affiliated packages"
+HOMEPAGE="https://github.com/astropy/astropy-helpers"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+python_prepare_all() {
+	sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
+	distutils-r1_python_prepare_all
+}

diff --git a/dev-python/astropy-helpers/metadata.xml b/dev-python/astropy-helpers/metadata.xml
new file mode 100644
index 0000000..9f38fc3
--- /dev/null
+++ b/dev-python/astropy-helpers/metadata.xml
@@ -0,0 +1,9 @@
+<?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">
+		astropy-helpers is a collection of build tools used by astropy
+		that may be used by other projects.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2014-08-19 21:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19 21:51 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:12 [gentoo-commits] proj/sci:master commit in: dev-python/astropy-helpers/ Andrew Ammerlaan
2023-02-10 11:35 Andrew Ammerlaan
2022-01-23 11:21 Andrew Ammerlaan
2021-01-30 15:07 Andrew Ammerlaan
2021-01-05  7:39 Horea Christian
2020-03-23  1:35 Benda XU
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2014-08-10  8:05 Justin Lecher

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=1407525239.0c13107c9341b17eeb3dd49e8cf54573a09e74d1.ottxor@gentoo \
    --to=ottxor@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