diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-23 08:26:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-23 08:26:54 +0000 |
commit | 6eedc5c5cb431877cf624d152de04f1dec897e88 (patch) | |
tree | 3d3f7c27d66207b3c857ed6aa418166574b2e8f2 /packages/meta | |
parent | 2bdd31c44c61561d5ffff2c4f469ffe05a53ef02 (diff) |
We need more python applications... add pyfits 1.0.1 and pyraf 1.2.1:
PyFITS provides an interface to FITS formatted files under the Python scripting language and PyRAF, the Python-based interface to IRAF. It is useful
both for interactive data analysis and for writing analysis scripts in Python using FITS files as either input or output. PyFITS is a development
project of the Science Software Branch at the Space Telescope Science Institute.
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/task-python-everything_20060425.bb | 4 | ||||
-rw-r--r-- | packages/meta/task-python-sharprom_20060425.bb | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb index fd9bbd9c36..738b823d7b 100644 --- a/packages/meta/task-python-everything_20060425.bb +++ b/packages/meta/task-python-everything_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml5" +PR = "ml7" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -32,6 +32,7 @@ RDEPENDS = "\ python-pexpect \ python-pychecker \ python-pycodes \ + python-pyfits \ python-pyflakes \ python-pygame \ python-pygoogle \ @@ -41,6 +42,7 @@ RDEPENDS = "\ python-pylint \ python-pyqt \ python-pyqwt \ + python-pyraf \ python-pyreverse \ python-pyrex \ python-pyro \ diff --git a/packages/meta/task-python-sharprom_20060425.bb b/packages/meta/task-python-sharprom_20060425.bb index 0c6a74f10b..8ce0dcf855 100644 --- a/packages/meta/task-python-sharprom_20060425.bb +++ b/packages/meta/task-python-sharprom_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Everything Python for SharpROM" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml2" +PR = "ml4" NONWORKING = "\ python-codes \ @@ -22,7 +22,6 @@ RDEPENDS = "\ python-constraint \ python-dialog \ python-egenix-mx-base \ - python-pycurl \ python-fnorb \ python-fpconst \ python-gnosis \ @@ -34,14 +33,18 @@ RDEPENDS = "\ python-mad \ python-native \ python-numeric \ + python-numarray \ python-ogg \ python-pexpect \ python-pychecker \ + python-pycurl \ + python-pyfits \ python-pyflakes \ python-pygoogle \ python-pylinda \ python-pylint \ python-pyqt \ + python-pyraf \ python-pyreverse \ python-pyro \ python-pyserial \ |