aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyfits_1.3.bb
blob: 52509e1ac92dadcbcaecefce1b440fd7081a0c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_${PN} = "python-numpy"
SECTION = "devel/python"
LICENSE = "AURA"
PR = "ml1"

SRC_URI = "http://www.stsci.edu/resources/software_hardware/pyfits/pyfits-${PV}.tar.gz"
S = "${WORKDIR}/pyfits-${PV}"

inherit distutils

SRC_URI[md5sum] = "59c3c8c714336eab7760b7d320e124c3"
SRC_URI[sha256sum] = "a6b01c9d75e7955765019581700bd6ac344457b327522facedaf4cff9e86093c"