From 32d0a845d2ded7ac168297c7c4de8fcbfb776c84 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 16 Aug 2007 07:50:42 +0000 Subject: python-pyweather: update to 0.7.0 --- packages/python/python-pyweather_0.5.0.bb | 12 ------------ packages/python/python-pyweather_0.7.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 packages/python/python-pyweather_0.5.0.bb create mode 100644 packages/python/python-pyweather_0.7.0.bb diff --git a/packages/python/python-pyweather_0.5.0.bb b/packages/python/python-pyweather_0.5.0.bb deleted file mode 100644 index 4a51d6eb9b..0000000000 --- a/packages/python/python-pyweather_0.5.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "PyWeather is a collection of weather related modules \ -that are capable of performing conversion calculations for many common meteorological units." -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "GPL" -SRCNAME = "pyweather" -PR = "ml0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/weather-${PV}" - -inherit distutils diff --git a/packages/python/python-pyweather_0.7.0.bb b/packages/python/python-pyweather_0.7.0.bb new file mode 100644 index 0000000000..5c643fa5c0 --- /dev/null +++ b/packages/python/python-pyweather_0.7.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "PyWeather is a collection of weather related modules \ +that are capable of performing conversion calculations for many common meteorological units." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +SRCNAME = "weather" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3