From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 14:24:10 +0000 (+0000) Subject: python-pÃyraf: 1.4 -> 1.7 X-Git-Tag: Release-2010-05/1~4349^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a6e4cfb545c7606b4bf90b47975f702818351f;p=openembedded.git python-pÃyraf: 1.4 -> 1.7 --- 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" +