diff options
-rw-r--r-- | packages/python/python-formencode_svn.bb (renamed from packages/python/python-formencode_0.4.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/python/python-formencode_0.4.bb b/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" |