python-pÃyraf: 1.4 -> 1.7
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 14:24:10 +0000 (14:24 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 14:24:10 +0000 (14:24 +0000)
packages/python/python-pyraf_1.7.bb [moved from packages/python/python-pyraf_1.4.bb with 55% similarity]

similarity index 55%
rename from packages/python/python-pyraf_1.4.bb
rename to packages/python/python-pyraf_1.7.bb
index af267cf..d5f92e6 100644 (file)
@@ -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"
+