From 23135708dbd3684a6e4b65c8ad78b86efb7c41c4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 16 Aug 2007 11:12:24 +0000 Subject: [PATCH] python-formencode: update to 0.4+svn --- ...{python-formencode_0.4.bb => python-formencode_svn.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename packages/python/{python-formencode_0.4.bb => python-formencode_svn.bb} (53%) 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" -- 2.39.5