summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb b/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
new file mode 100644
index 0000000..f76b4b5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Tools for using a Web Server Gateway Interface stack"
2HOMEPAGE = "http://pythonpaste.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c"
6
7PR = "r0"
8SRCNAME = "Paste"
9
10SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "7ea5fabed7dca48eb46dc613c4b6c4ed"
13SRC_URI[sha256sum] = "11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools