From: Michael Lauer Date: Thu, 16 Aug 2007 11:12:24 +0000 (+0000) Subject: python-formencode: update to 0.4+svn X-Git-Tag: Release-2010-05/1~8920^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23135708dbd3684a6e4b65c8ad78b86efb7c41c4;p=openembedded.git python-formencode: update to 0.4+svn --- diff --git a/packages/python/python-formencode_0.4.bb b/packages/python/python-formencode_svn.bb similarity index 53% rename from packages/python/python-formencode_0.4.bb rename to packages/python/python-formencode_svn.bb index 40e1f3e359..b1cf3ce7c7 100644 --- a/packages/python/python-formencode_0.4.bb +++ b/packages/python/python-formencode_svn.bb @@ -4,10 +4,12 @@ PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "sqlite3" SRCNAME = "FormEncode" +PV = "0.4+svn${SRCDATE}" +PR = "ml0" inherit distutils -SRC_URI = "http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-${PV}.tar.gz \ -file://setup.py.diff;patch=1" +SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http \ + file://setup.py.diff;patch=1" -S = "${WORKDIR}/${SRCNAME}-${PV}" +S = "${WORKDIR}/trunk"