From: Michael Lauer Date: Thu, 16 Aug 2007 07:50:42 +0000 (+0000) Subject: python-pyweather: update to 0.7.0 X-Git-Tag: Release-2010-05/1~8920^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d0a845d2ded7ac168297c7c4de8fcbfb776c84;p=openembedded.git python-pyweather: update to 0.7.0 --- diff --git a/packages/python/python-pyweather_0.5.0.bb b/packages/python/python-pyweather_0.7.0.bb similarity index 85% rename from packages/python/python-pyweather_0.5.0.bb rename to packages/python/python-pyweather_0.7.0.bb index 4a51d6eb9b..5c643fa5c0 100644 --- a/packages/python/python-pyweather_0.5.0.bb +++ b/packages/python/python-pyweather_0.7.0.bb @@ -3,10 +3,10 @@ that are capable of performing conversion calculations for many common meteorolo SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" -SRCNAME = "pyweather" +SRCNAME = "weather" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/weather-${PV}" +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils