diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 10:29:55 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 10:31:52 +0200 |
commit | cc23a7b53bb3bc663c209841ec1137a0a81e37bd (patch) | |
tree | b413f44d7cf48c7edabda8d88a7b7096072473e8 /sci-astronomy/kapteyn | |
parent | dev-python/pyds9: Use pyfits from astropy (diff) | |
download | gentoo-cc23a7b53bb3bc663c209841ec1137a0a81e37bd.tar.gz gentoo-cc23a7b53bb3bc663c209841ec1137a0a81e37bd.tar.bz2 gentoo-cc23a7b53bb3bc663c209841ec1137a0a81e37bd.zip |
sci-astronomy/kapteyn: Version Bump and drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r-- | sci-astronomy/kapteyn/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.3.ebuild (renamed from sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild) | 7 | ||||
-rw-r--r-- | 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 97e8168412fa..03dc10a24376 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 index 55ad6b271876..97afbfa60ba8 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 3a653d266440..267478de4e38 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 |