add python-pyephem. PyEphem provides scientific-grade astronomical computations for...
authorMichael Lauer <mickey@vanille-media.de>
Tue, 11 Jul 2006 22:23:52 +0000 (22:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 11 Jul 2006 22:23:52 +0000 (22:23 +0000)
packages/meta/task-python-everything_20060425.bb
packages/meta/task-python-sharprom_20060425.bb
packages/python/python-pyephem_3.7b.bb [new file with mode: 0644]

index 213ed0f..ebcb80b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 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           \
index 4984127..a8fcca2 100644 (file)
@@ -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 (file)
index 0000000..10eb590
--- /dev/null
@@ -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 <mickey@Vanille.de>"
+PR = "ml0"
+
+SRC_URI = "http://www.rhodesmill.org/brandon/projects/pyephem-${PV}.tar.gz"
+S = "${WORKDIR}/pyephem-${PV}"
+
+inherit distutils
+