[oe-commits] org.oe.dev python-pyweather: update to 0.7.0

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:08:58 UTC 2007


python-pyweather: update to 0.7.0

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: bf2b745394015be87f955a99951ceb77111ec8c8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bf2b745394015be87f955a99951ceb77111ec8c8
Files:
1
packages/python/python-pyweather_0.5.0.bb
packages/python/python-pyweather_0.7.0.bb
Diffs:

#
# mt diff -r5bcaa008eebde6c27c55b793831d44cbd8d714d5 -rbf2b745394015be87f955a99951ceb77111ec8c8
#
# 
# 
# rename "packages/python/python-pyweather_0.5.0.bb"
#     to "packages/python/python-pyweather_0.7.0.bb"
# 
# patch "packages/python/python-pyweather_0.7.0.bb"
#  from [98e2d9308a6b451aa2cc5ef87e9c49dac10ab0e3]
#    to [31dfa6e15bfedc7ea7216889b0edeab6cfcf8d3e]
# 
============================================================
--- packages/python/python-pyweather_0.5.0.bb	98e2d9308a6b451aa2cc5ef87e9c49dac10ab0e3
+++ packages/python/python-pyweather_0.7.0.bb	31dfa6e15bfedc7ea7216889b0edeab6cfcf8d3e
@@ -1,12 +1,12 @@ LICENSE = "GPL"
 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"
+SRCNAME = "weather"
 PR = "ml0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/weather-${PV}"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils






More information about the Openembedded-commits mailing list