summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-11 22:23:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-11 22:23:52 +0000
commit9b92d5410328ba42d77cb0207388bce86a23cf13 (patch)
tree7a9dcbfbbcbeb45922764210da9298561ee3578c /packages
parentb096076579d96c62f97024e781ae4b93f538fee1 (diff)
add python-pyephem. PyEphem provides scientific-grade astronomical computations for the Python programming language.
Diffstat (limited to 'packages')
-rw-r--r--packages/meta/task-python-everything_20060425.bb3
-rw-r--r--packages/meta/task-python-sharprom_20060425.bb1
-rw-r--r--packages/python/python-pyephem_3.7b.bb16
3 files changed, 19 insertions, 1 deletions
diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb
index 213ed0f825..ebcb80b007 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 = "ml8"
+PR = "ml9"
BROKEN_BECAUSE_GCC4 = "\
python-egenix-mx-base"
@@ -32,6 +32,7 @@ RDEPENDS = "\
python-pexpect \
python-pychecker \
python-pycodes \
+ python-pyephem \
python-pyfits \
python-pyflakes \
python-pygame \
diff --git a/packages/meta/task-python-sharprom_20060425.bb b/packages/meta/task-python-sharprom_20060425.bb
index 49841274ff..a8fcca2df6 100644
--- a/packages/meta/task-python-sharprom_20060425.bb
+++ b/packages/meta/task-python-sharprom_20060425.bb
@@ -38,6 +38,7 @@ RDEPENDS = "\
python-pexpect \
python-pychecker \
python-pycurl \
+ python-pyephem \
python-pyfits \
python-pyflakes \
python-pygoogle \
diff --git a/packages/python/python-pyephem_3.7b.bb b/packages/python/python-pyephem_3.7b.bb
new file mode 100644
index 0000000000..10eb590cf8
--- /dev/null
+++ b/packages/python/python-pyephem_3.7b.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "PyEphem provides scientific-grade astronomical computations \
+for the Python programming language. \
+Given a date and location on the Earth's surface, it can compute the positions \
+of the Sun and Moon, of the planets and their moons, and of any asteroids, \
+comets, or earth satellites whose orbital elements the user can provide."
+HOMEPAGE = "http://www.rhodesmill.org/brandon/projects/pyephem.html"
+LICENSE = "PSF"
+AUTHOR = "Brandon Craig Rhodes"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PR = "ml0"
+
+SRC_URI = "http://www.rhodesmill.org/brandon/projects/pyephem-${PV}.tar.gz"
+S = "${WORKDIR}/pyephem-${PV}"
+
+inherit distutils
+