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] repo/gentoo:master commit in: sci-astronomy/kapteyn/
Date: Thu, 22 Oct 2015 08:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1445502712.cc23a7b53bb3bc663c209841ec1137a0a81e37bd.jlec@gentoo> (raw)

commit:     cc23a7b53bb3bc663c209841ec1137a0a81e37bd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 08:29:55 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc23a7b5

sci-astronomy/kapteyn: Version Bump and drop old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-astronomy/kapteyn/Manifest                                     | 2 +-
 .../kapteyn/{kapteyn-2.2-r1.ebuild => kapteyn-2.3.ebuild}          | 7 ++++---
 sci-astronomy/kapteyn/metadata.xml                                 | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sci-astronomy/kapteyn/Manifest b/sci-astronomy/kapteyn/Manifest
index 97e8168..03dc10a 100644
--- a/sci-astronomy/kapteyn/Manifest
+++ b/sci-astronomy/kapteyn/Manifest
@@ -1 +1 @@
-DIST kapteyn-2.2.tar.gz 11818056 SHA256 7826a8eeab42e0167f3c9d8ad3444a213b24a34095ff1dd68f0f3254d9fce0ac SHA512 e3f16f2308626c8aaf795460c4fa19464e05e50db7f4de71d73f24a0dba0210d81651b46d2291a30c106a913f0910d0b3ad6ff2935a60a48f8dc1f4cf0205599 WHIRLPOOL 1e64239ac11e5dd32da791387c7880e632e4bf643dd253b5228dafb2d3a1415f06d596bc70bded9e735a7dc2549deaffacecc32428ab912cf601250fad9adc6d
+DIST kapteyn-2.3.tar.gz 14496700 SHA256 ba328d4fa202c1b1c7641857cbf23d3f05c78d7eac33d34b97b1c4ee22efa876 SHA512 7095d9f1faed1937817af48416027391e19bf416187b8cc7f0cc5fb1227efe715c0c6ff945e0e021d1a5e82353e9c3ad2c3a1236d3453b4904d6ca2f2a47747b WHIRLPOOL c31d78402b337569c2b0f733bb44b547ca5c0aed503e7fcfc22433bc63a443458122fb1713b199c65fc58fb8828ca84c47ce24d21a06b3dbac5fe9c7f94db211

diff --git a/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild
similarity index 85%
rename from sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild
rename to sci-astronomy/kapteyn/kapteyn-2.3.ebuild
index 55ad6b2..97afbfa 100644
--- a/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild
+++ b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Collection of python tools for astronomy"
 HOMEPAGE="http://www.astro.rug.nl/software/kapteyn"
@@ -21,13 +21,14 @@ DEPEND="
 	sci-astronomy/wcslib
 	dev-python/numpy[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
-	virtual/pyfits[${PYTHON_USEDEP}]
+	dev-python/astropy[${PYTHON_USEDEP}]
 	dev-python/matplotlib[${PYTHON_USEDEP}]"
 
 DOCS=( CHANGES.txt README.txt doc/${PN}.pdf )
 
+PATCHES=( "${FILESDIR}"/${PN}-2.2-debundle_wcs.patch )
+
 python_prepare_all() {
-	epatch "${FILESDIR}"/${P}-debundle_wcs.patch
 	rm -r src/wcslib-4.* || die
 	distutils-r1_python_prepare_all
 }

diff --git a/sci-astronomy/kapteyn/metadata.xml b/sci-astronomy/kapteyn/metadata.xml
index 3a653d2..267478d 100644
--- a/sci-astronomy/kapteyn/metadata.xml
+++ b/sci-astronomy/kapteyn/metadata.xml
@@ -1,8 +1,8 @@
 <?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">
+  <herd>sci-astronomy</herd>
+  <longdescription lang="en">
   The Kapteyn Package is a collection of Python modules and applications
   made by the computer group of the Kapteyn Astronomical Institute,
   University of Groningen, The Netherlands. The purpose of the package


             reply	other threads:[~2015-10-22  8:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  8:32 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-25 22:28 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kapteyn/ Aaron Bauman

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=1445502712.cc23a7b53bb3bc663c209841ec1137a0a81e37bd.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