diff options
Diffstat (limited to 'packages/python/python-pyfits_1.0.1.bb')
-rw-r--r-- | packages/python/python-pyfits_1.0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pyfits_1.0.1.bb b/packages/python/python-pyfits_1.0.1.bb new file mode 100644 index 0000000000..1d1507d406 --- /dev/null +++ b/packages/python/python-pyfits_1.0.1.bb @@ -0,0 +1,13 @@ +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" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de" +RDEPENDS = "python-numarray" +SECTION = "devel/python" +LICENSE = "AURA" +PR = "ml0" + +SRC_URI = "ftp://ra.stsci.edu/pub/pyfits/pyfits-${PV}.tar.gz" +S = "${WORKDIR}/pyfits-${PV}" + +inherit distutils |