From 1c712ee28e5fb57b8bcd154ad3453f15972f79c5 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 15 Aug 2007 23:02:05 +0000 Subject: python-pyephem: update to 3.7.2a --- packages/python/python-pyephem_3.7.2a.bb | 12 ++++++++++++ packages/python/python-pyephem_3.7b.bb | 15 --------------- 2 files changed, 12 insertions(+), 15 deletions(-) create mode 100644 packages/python/python-pyephem_3.7.2a.bb delete mode 100644 packages/python/python-pyephem_3.7b.bb diff --git a/packages/python/python-pyephem_3.7.2a.bb b/packages/python/python-pyephem_3.7.2a.bb new file mode 100644 index 0000000000..c5d3e111a8 --- /dev/null +++ b/packages/python/python-pyephem_3.7.2a.bb @@ -0,0 +1,12 @@ +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://www.rhodesmill.org/brandon/projects/pyephem-${PV}.tar.gz" +S = "${WORKDIR}/pyephem-${PV}" + +inherit distutils + 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 - -- cgit v1.2.3