diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:12:12 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:12:12 +0000 |
commit | 067b2124b4840fafd95612b9772962c8e144a3a7 (patch) | |
tree | e40f6b19d9bdefa244613b4b95fe54556012d05a /packages/python/python-pyfits_1.3.bb | |
parent | 2e2b2cf0a43548ca2097cedf798a399cb158fc98 (diff) |
python-pyfits: 1.1 -> 1.3; requires python-numpy now
Diffstat (limited to 'packages/python/python-pyfits_1.3.bb')
-rw-r--r-- | packages/python/python-pyfits_1.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-pyfits_1.3.bb b/packages/python/python-pyfits_1.3.bb new file mode 100644 index 0000000000..cc874e1394 --- /dev/null +++ b/packages/python/python-pyfits_1.3.bb @@ -0,0 +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" +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-${PV}" + +inherit distutils |