python-pyfits: 1.1 -> 1.3; requires python-numpy now
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 01:12:12 +0000 (01:12 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 01:12:12 +0000 (01:12 +0000)
packages/python/python-pyfits_1.3.bb [moved from packages/python/python-pyfits_1.1.bb with 78% similarity]

similarity index 78%
rename from packages/python/python-pyfits_1.1.bb
rename to packages/python/python-pyfits_1.3.bb
index 9eb3d63..cc874e1 100644 (file)
@@ -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