From: Michael Lauer Date: Tue, 11 Jul 2006 22:23:52 +0000 (+0000) Subject: add python-pyephem. PyEphem provides scientific-grade astronomical computations for... X-Git-Tag: Release-2010-05/1~9453^2~1250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b92d5410328ba42d77cb0207388bce86a23cf13;p=openembedded.git add python-pyephem. PyEphem provides scientific-grade astronomical computations for the Python programming language. --- diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb index 213ed0f825..ebcb80b007 100644 --- a/packages/meta/task-python-everything_20060425.bb +++ b/packages/meta/task-python-everything_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer " HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml8" +PR = "ml9" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -32,6 +32,7 @@ RDEPENDS = "\ python-pexpect \ python-pychecker \ python-pycodes \ + python-pyephem \ python-pyfits \ python-pyflakes \ python-pygame \ diff --git a/packages/meta/task-python-sharprom_20060425.bb b/packages/meta/task-python-sharprom_20060425.bb index 49841274ff..a8fcca2df6 100644 --- a/packages/meta/task-python-sharprom_20060425.bb +++ b/packages/meta/task-python-sharprom_20060425.bb @@ -38,6 +38,7 @@ RDEPENDS = "\ python-pexpect \ python-pychecker \ python-pycurl \ + python-pyephem \ python-pyfits \ python-pyflakes \ python-pygoogle \ 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 +