summaryrefslogtreecommitdiff
path: root/packages/python
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/python
parentb096076579d96c62f97024e781ae4b93f538fee1 (diff)
add python-pyephem. PyEphem provides scientific-grade astronomical computations for the Python programming language.
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pyephem_3.7b.bb16
1 files changed, 16 insertions, 0 deletions
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
+