public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kapteyn/
@ 2015-10-22  8:32 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-10-22  8:32 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kapteyn/
@ 2018-05-25 22:28 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-25 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     57ecccdb0f0f36efa5b644918eaa4c626e5f7c97
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 25 19:53:41 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 25 22:28:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ecccdb

sci-astronomy/kapteyn: use HTTPs

 sci-astronomy/kapteyn/kapteyn-2.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild
index 853ec1ed2cf..91ca272bf85 100644
--- a/sci-astronomy/kapteyn/kapteyn-2.3.ebuild
+++ b/sci-astronomy/kapteyn/kapteyn-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Collection of python tools for astronomy"
-HOMEPAGE="http://www.astro.rug.nl/software/kapteyn"
-SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz"
+HOMEPAGE="https://www.astro.rug.nl/software/kapteyn/"
+SRC_URI="https://www.astro.rug.nl/software/kapteyn/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-25 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-25 22:28 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kapteyn/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2015-10-22  8:32 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox