aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyephem_3.7.3.3.bb
blob: 885f2852253d48f07ed0dabc40ae7eb7f4eaeae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "PyEphem provides scientific-grade astronomical computations \
for the Python programming language."
HOMEPAGE = "http://www.rhodesmill.org/brandon/projects/pyephem.html"
LICENSE = "PSF"
AUTHOR = "Brandon Craig Rhodes"
PR = "ml0"

SRC_URI = "http://pypi.python.org/packages/source/p/pyephem/pyephem-${PV}.tar.gz"
S = "${WORKDIR}/pyephem-${PV}"

inherit distutils