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

SRC_URI = "http://www.rhodesmill.org/brandon/projects/pyephem-${PV}.tar.gz"
S = "${WORKDIR}/pyephem-${PV}"

inherit distutils