summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 16:20:27 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 16:57:55 +0200
commit2842fc0b3ca861064e341ac9856e2cf4b3a09425 (patch)
treeee01d887daba269ad335b0efe53f98529f451bc2 /meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb
parenta317ae1c60f8fcdb61c515cdccfe36d18d0b18f4 (diff)
downloadmeta-cloud-services-2842fc0b3ca861064e341ac9856e2cf4b3a09425.tar.gz
python-paste: Drop recipe
A newer recipe is maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb b/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb
deleted file mode 100644
index 0833612..0000000
--- a/meta-openstack/recipes-devtools/python/python-paste_2.0.2.bb
+++ /dev/null
@@ -1,16 +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
7SRCNAME = "Paste"
8
9SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "4bfc8a7eaf858f6309d2ac0f40fc951c"
12SRC_URI[sha256sum] = "adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools