python-formencode: update to 0.4+svn
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 11:12:24 +0000 (11:12 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 11:12:24 +0000 (11:12 +0000)
packages/python/python-formencode_svn.bb [moved from packages/python/python-formencode_0.4.bb with 53% similarity]

similarity index 53%
rename from packages/python/python-formencode_0.4.bb
rename to packages/python/python-formencode_svn.bb
index 40e1f3e..b1cf3ce 100644 (file)
@@ -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"