diff options
Diffstat (limited to 'recipes/python/python-pyraf_1.7.bb')
-rw-r--r-- | recipes/python/python-pyraf_1.7.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-pyraf_1.7.bb b/recipes/python/python-pyraf_1.7.bb new file mode 100644 index 0000000000..d5f92e6c3e --- /dev/null +++ b/recipes/python/python-pyraf_1.7.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "PyRAF is a Python-based interface to IRAF." +HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyraf" +AUTHOR = "Space Telescope Science Institute" +SECTION = "devel/python" +LICENSE = "AURA" +PR = "ml0" + +SRC_URI = "ftp://ra.stsci.edu/pub/pyraf/release/pyraf-${PV}.tar.gz" +S = "${WORKDIR}/pyraf-${PV}" + +inherit distutils + +RDEPENDS = "python-numarray" + |