aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pyephem_3.7b.bb
blob: 10eb590cf8a287758bfa6ae8d1d3c9afa542e502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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