From 02a6e4cfb545c7606b4bf90b47975f702818351f Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 14:24:10 +0000 Subject: [PATCH] =?utf8?q?python-p=C3yraf:=201.4=20->=201.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../python/{python-pyraf_1.4.bb => python-pyraf_1.7.bb} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename packages/python/{python-pyraf_1.4.bb => python-pyraf_1.7.bb} (55%) diff --git a/packages/python/python-pyraf_1.4.bb b/packages/python/python-pyraf_1.7.bb similarity index 55% rename from packages/python/python-pyraf_1.4.bb rename to packages/python/python-pyraf_1.7.bb index af267cfa9e..d5f92e6c3e 100644 --- a/packages/python/python-pyraf_1.4.bb +++ b/packages/python/python-pyraf_1.7.bb @@ -1,13 +1,14 @@ DESCRIPTION = "PyRAF is a Python-based interface to IRAF." -HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyfits" +HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyraf" AUTHOR = "Space Telescope Science Institute" -RDEPENDS = "python-numarray" SECTION = "devel/python" LICENSE = "AURA" PR = "ml0" -SRC_URI = "ftp://ra.stsci.edu/pub/pyraf/v2.5/pyraf-${PV}.tar.gz" -S = "${WORKDIR}/pyraf" +SRC_URI = "ftp://ra.stsci.edu/pub/pyraf/release/pyraf-${PV}.tar.gz" +S = "${WORKDIR}/pyraf-${PV}" inherit distutils +RDEPENDS = "python-numarray" + -- 2.39.5