recipes: move SRCREVs also to git recipes
[openembedded.git] / recipes / python / python-paste_1.7.2.bb
1 DESCRIPTION = "Tools for using a Web Server Gateway Interface stack"
2 HOMEPAGE = "http://pythonpaste.org/"
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 LICENSE = "MIT"
6 SRCNAME = "Paste"
7 PR = "r0"
8
9 SRC_URI = "http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=paste"
10 SRC_URI[paste.md5sum] = "a6a58d08dc4bff91d5d1c519d2277f8a"
11 SRC_URI[paste.sha256sum] = "67dde086f0aa84c3ec2452cd65d05d19a050ec2ba56483b1614bdbfd82b3b2b8"
12
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit setuptools