surpport seeking the recorded video
[vuplus_openembedded] / recipes / python / python-pyfits_1.3.bb
1 DESCRIPTION = "PyFITS provides an interface to FITS formatted files under the Python scripting language."
2 HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyfits"
3 AUTHOR = "Space Telescope Science Institute"
4 RDEPENDS = "python-numpy"
5 SECTION = "devel/python"
6 LICENSE = "AURA"
7 PR = "ml0"
8
9 SRC_URI = "http://www.stsci.edu/resources/software_hardware/pyfits/pyfits-${PV}.tar.gz"
10 S = "${WORKDIR}/pyfits-${PV}"
11
12 inherit distutils