aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-formencode_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-formencode_1.2.1.bb')
-rw-r--r--recipes/python/python-formencode_1.2.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-formencode_1.2.1.bb b/recipes/python/python-formencode_1.2.1.bb
new file mode 100644
index 0000000000..99d0537e78
--- /dev/null
+++ b/recipes/python/python-formencode_1.2.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "HTML form validation, generation, and conversion package"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+SRCNAME = "FormEncode"
+PR = "ml0"
+
+inherit setuptools
+
+SRC_URI = "http://pypi.python.org/packages/source/F/FormEncode/FormEncode-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"