summaryrefslogtreecommitdiff
path: root/packages/python/python-formencode_svn.bb
blob: 97dd5be64bd2415b458502e288a7c645bddd8644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "HTML form validation, generation, and conversion package"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "sqlite3"
SRCNAME = "FormEncode"
PV = "0.4+svnr${SRCREV}"
PR = "ml1"

inherit setuptools

SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http"

S = "${WORKDIR}/trunk"
remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1 Rene Wagner2 2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson2