From 067b2124b4840fafd95612b9772962c8e144a3a7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 01:12:12 +0000 Subject: [PATCH] python-pyfits: 1.1 -> 1.3; requires python-numpy now --- .../python/{python-pyfits_1.1.bb => python-pyfits_1.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename packages/python/{python-pyfits_1.1.bb => python-pyfits_1.3.bb} (78%) diff --git a/packages/python/python-pyfits_1.1.bb b/packages/python/python-pyfits_1.3.bb similarity index 78% rename from packages/python/python-pyfits_1.1.bb rename to packages/python/python-pyfits_1.3.bb index 9eb3d63969..cc874e1394 100644 --- a/packages/python/python-pyfits_1.1.bb +++ b/packages/python/python-pyfits_1.3.bb @@ -1,13 +1,12 @@ DESCRIPTION = "PyFITS provides an interface to FITS formatted files under the Python scripting language." HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyfits" AUTHOR = "Space Telescope Science Institute" -# Warning: pyfits will require python-numpy in 2008 -RDEPENDS = "python-numarray" +RDEPENDS = "python-numpy" SECTION = "devel/python" LICENSE = "AURA" PR = "ml0" SRC_URI = "http://www.stsci.edu/resources/software_hardware/pyfits/pyfits-${PV}.tar.gz" -S = "${WORKDIR}/pyfits" +S = "${WORKDIR}/pyfits-${PV}" inherit distutils -- 2.39.5