summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-29 11:08:38 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-29 12:29:41 -0400
commit04a8c11117432c23b0f3045888382f9ea8129747 (patch)
tree52f7c85ad712600e92148a6b2eaa99a31cb694c5 /meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
parent8738d55fa27139c0b4c547db719924097db4bda3 (diff)
downloadmeta-cloud-services-04a8c11117432c23b0f3045888382f9ea8129747.tar.gz
python-paste: upgrade to 2.0.1
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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, 0 insertions, 17 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
deleted file mode 100644
index f76b4b5..0000000
--- a/meta-openstack/recipes-devtools/python/python-paste_1.7.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
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