python-paste: Add new recipe
authorMichael Lippautz <michael.lippautz@gmail.com>
Fri, 26 Feb 2010 06:48:05 +0000 (06:48 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 26 Feb 2010 18:25:06 +0000 (19:25 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/python/python-paste_1.7.2.bb [new file with mode: 0644]

diff --git a/recipes/python/python-paste_1.7.2.bb b/recipes/python/python-paste_1.7.2.bb
new file mode 100644 (file)
index 0000000..28c59fb
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Tools for using a Web Server Gateway Interface stack"
+HOMEPAGE = "http://pythonpaste.org/"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+SRCNAME = "Paste"
+PR = "r0"
+
+SRC_URI = "http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=paste"
+SRC_URI[paste.md5sum] = "a6a58d08dc4bff91d5d1c519d2277f8a"
+SRC_URI[paste.sha256sum] = "67dde086f0aa84c3ec2452cd65d05d19a050ec2ba56483b1614bdbfd82b3b2b8"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools