From 9b92d5410328ba42d77cb0207388bce86a23cf13 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 11 Jul 2006 22:23:52 +0000 Subject: add python-pyephem. PyEphem provides scientific-grade astronomical computations for the Python programming language. --- packages/python/python-pyephem_3.7b.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/python/python-pyephem_3.7b.bb (limited to 'packages/python') 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 " +PR = "ml0" + +SRC_URI = "http://www.rhodesmill.org/brandon/projects/pyephem-${PV}.tar.gz" +S = "${WORKDIR}/pyephem-${PV}" + +inherit distutils + -- cgit v1.2.3