aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyraf_1.7.bb
blob: d5f92e6c3e51510e4b1b3e3f77f2b2770492be3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"