diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 06:38:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 06:38:21 +0000 |
commit | 047e1a5d6161022f01df41b183903023dc18e25e (patch) | |
tree | 84474bf1c37753845a9f25f7b33738daeb89356a /packages/python/python-pyraf_1.4.bb | |
parent | 8b8a25345959135e0aa3c332cd64c580cadfddd7 (diff) |
python-pyraf: update to 1.4
Diffstat (limited to 'packages/python/python-pyraf_1.4.bb')
-rw-r--r-- | packages/python/python-pyraf_1.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pyraf_1.4.bb b/packages/python/python-pyraf_1.4.bb new file mode 100644 index 0000000000..af267cfa9e --- /dev/null +++ b/packages/python/python-pyraf_1.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "PyRAF is a Python-based interface to IRAF." +HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyfits" +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" + +inherit distutils + |