summaryrefslogtreecommitdiff
path: root/packages/python/python-pyephem_3.7b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pyephem_3.7b.bb')
-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
+