summaryrefslogtreecommitdiff
path: root/packages/python/python-pyephem_3.7b.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-15 23:02:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-15 23:02:05 +0000
commit1c712ee28e5fb57b8bcd154ad3453f15972f79c5 (patch)
treea0bdbfddda1a2bab0f0f875f1038189673765433 /packages/python/python-pyephem_3.7b.bb
parent91fed2042acbb125ff5b019c8e428149fff17077 (diff)
python-pyephem: update to 3.7.2a
Diffstat (limited to 'packages/python/python-pyephem_3.7b.bb')
-rw-r--r--packages/python/python-pyephem_3.7b.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-pyephem_3.7b.bb b/packages/python/python-pyephem_3.7b.bb
deleted file mode 100644
index 5141b6e574..0000000000
--- a/packages/python/python-pyephem_3.7b.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-